sits_fromlatlong: Obtain timeSeries from WTSS server based on a lat/long...

Description Usage Arguments Value References

Description

This function uses the lat/long location to retrive a time seriees for a WTSS service. A Web Time Series Service is a light-weight service that retrieves one or more time series in JSON format from a data base.

Usage

1
2
sits_fromlatlong(longitude, latitude, start_date = NULL, end_date = NULL,
  wtss.obj, cov, bands)

Arguments

longitude

double - the longitude of the chosen location

latitude

double - the latitude of the chosen location)

start_date

date - the start of the period

end_date

date - the end of the period

wtss.obj

an R object that represents the WTSS server

cov

a list with the coverage parameters (retrived from the WTSS server)

bands

string vector - the names of the bands to be retrieved

Value

data.tb tibble - a SITS table

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. v.1. p.166-177.


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.