Learn R Programming

sits (version 1.12.0)

sits_info_wtss: Provides information about WTSS service

Description

Obtains information about the WTSS server and about the coverages.

The Web Time Series Service is a lightweight web service the allow remote access to satellite image time series and provides three operations:

1. list coverages: this operation allows clients to retrieve the capabilities provided by any server that implements WTSS. It returns a list of coverage names available in a server instance.

2. describe coverage: this operation returns the metadata for a given coverage identified by its name. It includes its range in the spatial and temporal dimensions.

3. time series: this operation requests the time series of values of a coverage attribute at a given location.

Usage

sits_info_wtss()

Arguments

Value

An R object containing the information about the WTSS server.

Examples

Run this code
# NOT RUN {
# Obtain information about the coverages available
sits_info_wtss()
# }

Run the code above in your browser using DataLab