Shortcuts

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.

Data Structures

These are classes that are used to represent and work with STAC/GeoJSON data

Asset

A STAC Asset object.

_AssetsDescr

A dictionary of Asset objects

Feature

A Geospatial feature

FeatureCollection

A collection of Features that is represented by a GeoJSON FeatureCollection in accordance with RFC7946 (https://datatracker.ietf.org/doc/html/rfc7946)

_FeatureListDescr

ListDescr is a list of Feature items, this sets/returns a list no matter what, it doesn’t raise an attribute error.

Item

Class representing a STAC item.

STACAPI

Utility Functions

search

Deprecated in 1.0.0

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources