te_schemas.schemas

class te_schemas.schemas.APIResponseSchema
opts: Any = <marshmallow.schema.SchemaOpts object>
class te_schemas.schemas.AreaOfInterest

AreaOfInterest(name: str, geojson: dict, crs_wkt: str)

__init__(name, geojson, crs_wkt)
Parameters:
  • name (str)

  • geojson (dict)

  • crs_wkt (str)

Return type:

None

crs_wkt: str
geojson: dict
name: str
class te_schemas.schemas.BandInfo
__init__(name, add_to_map=False, activated=True, metadata={}, no_data_value=-32768)
class te_schemas.schemas.BandInfoSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.CloudResults
__init__(name, bands, urls)
class te_schemas.schemas.CloudResultsSchema
make_cloud_results(data, **kwargs)
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.ImageryPNG
__init__(name, lang, title, date, about, url)
class te_schemas.schemas.ImageryPNGSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.LocalRaster
__init__(file, bands, metadata)
class te_schemas.schemas.LocalRasterSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.LocalTable
__init__(data, metadata)
class te_schemas.schemas.LocalTableSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.TimeSeries
__init__(time, y, name=None)
class te_schemas.schemas.TimeSeriesSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.TimeSeriesTable
__init__(name, table)
class te_schemas.schemas.TimeSeriesTableSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption
class te_schemas.schemas.TrendsEarthVersion

TrendsEarthVersion(version: str, release_date: datetime.datetime, revision: Optional[str] = None)

class Meta
datetimeformat = '%Y-%m-%dT%H:%M:%S+00:00'
__init__(version, release_date, revision=None)
Parameters:
  • version (str)

  • release_date (datetime)

  • revision (str | None)

Return type:

None

release_date: datetime
revision: str | None = None
version: str
class te_schemas.schemas.Url
__init__(url, md5Hash='')
class te_schemas.schemas.UrlSchema
dump_fields: dict[str, Field]
exclude: set[Any] | MutableSet[Any]
fields: dict[str, Field]

Dictionary mapping field_names -> Field objects

load_fields: dict[str, Field]
opts: Any = <marshmallow.schema.SchemaOpts object>
unknown: types.UnknownOption