View source: R/sits_services.R
Uses the configuration file to print information about the services, products and coverages. WTSS - The Web Time Series Service is a lightweight web service that allow remote access to satellite image time series and provides three operations:
1. listCoverages: returns a list of data cubes available in a server instance.
2. describeCoverage: this operation returns the metadata for a data cube identified by its name.
3. timeSeries: this operation requests the time series of values of a cube at a given location.
EOCUBES - The EOCubes service is a lightweight link data package that allows remote access to satellite image data cubes. It has the following functions:
1. listCubes: returns a list of data cubes available in a server instance.
2. describeCube: returns the metadata for a given data cube identified by its name.
3. GetDataCube: creates a metadata description of a data cube.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.