powered by
Implements an interface to a web time series service (WTSS) offering time series of remote sensing data using a simple API.
# S3 method for wtss_cube sits_cube(type = "WTSS", ..., name = NULL, URL = NULL)
Type of cube
Other parameters to be passed for specific types
Name of the output data cube.
URL of the service provider.
A valid data cube
# NOT RUN { # Create a data cube based on a WTSS service cube_wtss <- sits_cube( type = "WTSS", name = "MOD13Q1", URL = "http://www.esensing.dpi.inpe.br/wtss/" ) # }
Run the code above in your browser using DataLab