Shortcuts

Feature

class geodesic.stac.Feature(skip_parse=False, **obj)[source]

Bases: geodesic.bases._APIObject

A Geospatial feature

Feature object, represented as an RFC7946 (https://datatracker.ietf.org/doc/html/rfc7946) GeoJSON Feature. Can be initialized using any compliant GeoJSON Feature.

Parameters

skip_parse – If True, will not parse dict into a Feature object so no validation will be performed until an attribute is requested.

id

(str) - the string id for this item

Descriptor: _StringDescr

datetime

(str, datetime, datetime64) - the timestamp of this item

Descriptor: _DatetimeDescr

start_datetime

(str, datetime, datetime64) - the start timestamp of this item

Descriptor: _DatetimeDescr

end_datetime

(str, datetime, datetime64) - the end timestamp of this item

Descriptor: _DatetimeDescr

property type

the type is always Feature. This fills in for improperly constructed GeoJSON that doesn’t have the “type” field set.

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