geodesic.tesseract¶
The Tesseract package is used to manage and monitor jobs submitted to the Tesseract processing engine.
Tesseract is a distributed processing engine that is used to run geospatial processing. It allows you to define what processing should be run on a single chunk of data, then Tesseract will take care of partitioning and reassmbling the data, and running the processing in parallel.
This page shows detailed documentation for the python interface to Tesseract. For more information about building docker images to run the processing in Tesseract refer to Tesseract Models with the Python SDK.
geodesic.tesseract
Tesseract Job¶
represents a Tesseract Job |
|
Tesseract Job Components¶
A container that runs arbitrary code to execute a model for aggregation, machine learning, etc. |
|
A step in a Tesseract Job |
|
An input for a processing step |
|
An output for a processing step |
|
A webhook triggered on completion of a step in a Tesseract Job |
|
Temporal binning with equal bin size (either by count or size) |
|
Temporal binning by user specified bins. |
|
Temporal binning is a class to represent the temporal binning in a series request. |
|
Selection of a time bin based on a datetime or index |
|
Create output time bins based on a from, duration, stride, offset, and count |
|
Selection of bins between a start and an end |
|
Selection of the nearest bin to a specified before/after point |
|
Reduce along time bin dimension into a single bin |
|
A description of which time bins to select from the input |
|
An output bin, either a name or STAC eo band |
|
How to define what the output time bins are for a step output |
|
Specify and asset from a dataset as well as a list of bands |
|
FeatureAggregation specifies how features should be handled while rasterizing |
|
alias of |
|
Utility Functions¶
Creates a StridedBinning object for use in a Tesseract job given start, end, stride, and duration |
returns a list of Tesseract Jobs |
|
Deprecated in v1.0.0 |
Root Level Imports¶
Creates a StridedBinning object for use in a Tesseract job given start, end, stride, and duration |
|
returns a list of Tesseract Jobs |
|
Deprecated in v1.0.0 |