You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__geo_interface__ is a way for Python objects to return geojson (-like) representations of themselves. Should pystac objects implement this?
This might be helpful for cases like stac-utils/pystac-client#146, where libraries want to support a range of geojson-like objects without having to know how to convert each particular object to geojson.