geodesic.stac¶
This module is used to access and manipulate GeoJSON, STAC Items, and STAC APIs. The common objects here can be used with any valid GeoJSON or STAC data and expose the typical interoperability expected of geospatial libraries including exporting GeoJSON FeatureCollections as a GDAL/OGR Dataset, GeoPandas GeoDataFrame, or arcgis Spatially Enabled DataFrame. STACAPI can connect to most external STAC APIs in addition to being able to connect with Spacetime and Boson.
geodesic.stac
Data Structures¶
These are classes that are used to represent and work with STAC/GeoJSON data
A STAC Asset object. |
|
A dictionary of Asset objects |
|
A Geospatial feature |
|
A collection of Features that is represented by a GeoJSON FeatureCollection in accordance with RFC7946 (https://datatracker.ietf.org/doc/html/rfc7946) |
|
ListDescr is a list of Feature items, this sets/returns a list no matter what, it doesn’t raise an attribute error. |
|
Class representing a STAC item. |
|