WTSS API
Python Client Library for WTSS.
This module introduces a class named wtss that can be used to retrieve
satellite image time series for a given location.
As an example, we could retrieve the time series for the MOD13Q1 data
product given the longitude -54.0 and latitude -12.0 in the date interval
of January 1st, 2001 and December 31st, 2003:
>>> from wtss import * >>> service = WTSS(WTSS_EXAMPLE_URL) >>> for cv in service: ... print(cv) ... Coverage... ...
Classes: