Shortcuts

GlobalProperties

class geodesic.tesseract.components.GlobalProperties(**spec)[source]

Bases: geodesic.bases._APIObject

GlobalProperties that will be applied to all assets if they have empty values

Only contains a subset of the parameters for an asset.

Parameters

**spec (dict) – A dictionary that can be used to initialize the object. Optional.

shape

the shape of the output for this asset (rows, columns)

Descriptor: _TupleDescr

pixel_size

the size of each pixel in the output SRS (x, y)

Descriptor: _TupleDescr

pixel_dtype

(dtype, str) - output pixel dtype

Descriptor: _DTypeDescr

chip_size

(int) - size of the chips to break work into (default=512, max=2048)

Descriptor: _IntDescr

project

the project the source dataset belongs to. You must have read access to this project

Descriptor: _ProjectDescr

output_no_data

(int, float, complex) - set the value to be ignored and treated as nodata in the output

Descriptor: _ListDescr

compression

(str) - the compression algorithm for output data

Descriptor: _RegexDescr

datetime

(str, tuple, list) - the datetime interval to be used to query for matching data

Descriptor: _DatetimeIntervalDescr

temporal_binning

(TemporalBinning, dict) - the temporal binning strategy

Descriptor: _TypeConstrainedDescr

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