Python Client Library for Web Time Series Service

Software License Documentation Status Software Life Cycle Release Python Package Index Join us at Discord

Web Time Series Service (WTSS) is a lightweight web service for handling time series data from remote sensing imagery. Given a location and a time interval you can retrieve the according time series as a Python list of real values.

In WTSS a coverage is a three dimensional array associate to spatial and temporal reference systems (Figure 1).

Coverage as a three dimensional array

Figure 1 - A coverage as a three dimensional array.

WTSS is based on three operations:

  • list_coverages: returns the list of all available coverages in the service.

  • describe_coverage: returns the metadata of a given coverage.

  • time_series: query the database for the list of values for a given location and time interval.

Additional Notes