Learn R Programming

sits (version 0.10.0)

sits_cube.wtss_cube: Defines a data cube for the WTSS service

Description

Implements an interface to a web time series service (WTSS) offering time series of remote sensing data using a simple API.

Usage

# S3 method for wtss_cube
sits_cube(type = "WTSS", ..., name = NULL, URL = NULL)

Arguments

type

Type of cube

...

Other parameters to be passed for specific types

name

Name of the output data cube.

URL

URL of the service provider.

Value

A valid data cube

Examples

Run this code
# 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