dot-sits_from_wtss: Obtain one timeSeries from WTSS server and load it on a sits...

Description Usage Arguments Value References

Description

Returns one set of time series provided by a WTSS server Given a location (lat/long), and start/end period, and WTSS server info, retrieve a time series and include it on a stis tibble. A Web Time Series Service (WTSS) is a light-weight service that retrieves one or more time series in JSON format from a data base.

Usage

1
2
3
4
5
6
7
8
9
.sits_from_wtss(
  cube,
  longitude,
  latitude,
  start_date = NULL,
  end_date = NULL,
  bands = NULL,
  label = "NoClass"
)

Arguments

cube

Metadata about the cube associated to the WTSS.

longitude

The longitude of the chosen location.

latitude

The latitude of the chosen location.

start_date

Date with the start of the period.

end_date

Date with the end of the period.

bands

Names of the bands of the cube.

label

Label to attach to the time series (optional).

Value

A sits tibble.

References

Lubia Vinhas, Gilberto Queiroz, Karine Ferreira, Gilberto Camara, Web Services for Big Earth Observation Data. In: XVII Brazilian Symposium on Geoinformatics, 2016, Campos do Jordao. Proceedings of GeoInfo 2016. Sao Jose dos Campos: INPE/SBC, 2016, p.166-177.


e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.