Shortcuts

Item

class geodesic.stac.Item(**obj)[source]

Bases: geodesic.stac.Feature

Class representing a STAC item.

Implements additional STAC properties on top of a geodesic.stac.feature

Parameters
  • obj – A python object representing a STAC item.

  • dataset – The dataset object this Item belongs to.

assets

(dict, Asset) - the assets for this item

Descriptor: _AssetsDescr

collection

(str) - what collection this item belongs to

Descriptor: _StringDescr

property pfs: dict

Get information about this item from PFS

If this item was produced by running in a Pachyderm pipeline, all of the relevant Pachyderm info will be stored in here. This allows the provenance of an item to be traced.

static new(dataset=None)[source]

Create a new Item with blank fields

static from_image(path, **item)[source]

Creates a new Item using the EXIF header to locate the image. This is useful when an asset is derived from a photolog of similar

Parameters
  • path (str) – a path to the file

  • **item – any additional parameters to pass to the Item constructor

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