Shortcuts

Raster

class geodesic.raster.Raster(item, dataset=None)[source]

Bases: object

Handles raster data, typically multispectral imagery.

A class used as the main interface to raster data from a STAC Item. This is one way to get data into a numpy array from an external raster file that GDAL can read.

Parameters
  • item (Item) – A Geodesic python api item object.

  • dataset (Dataset) – A Geodesic Python API dataset object. Default: None.

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