Learn R Programming

sits (version 0.10.0)

sits_cube.satveg_cube: Defines a data cube for the SATVEG service

Description

The SATVEG service is provided by the Embrapa Agricultural Informatics Centre and provides access to time series from the MODIS sensor. There are three types of time series: "terra" (from the TERRA satellite), "aqua" (from the AQUA satellite) and "comb" (combination of both satellites)

Usage

# S3 method for satveg_cube
sits_cube(type = "SATVEG", ..., name = NULL)

Arguments

type

Type of cube

...

Other parameters to be passed for specific types

name

Name of the input data ("terra", "aqua", "comb").

Value

A valid data cube

Examples

Run this code
# NOT RUN {
# Create a data cube based on the SATVEG service
cube_satveg <- sits_cube(
    type = "SATVEG",
    name = "terra"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab