powered by
Obtain time series from satveg
# S3 method for satveg_cube sits_get_data( cube, file = NULL, ..., longitude = NULL, latitude = NULL, start_date = NULL, end_date = NULL, label = "NoClass" )
Data cube from where data is to be retrieved.
File with information on the data to be retrieved.
Other parameters to be passed for specific types.
Longitude of the chosen location.
Latitude of the chosen location.
Start of the interval for the time series in "YYYY-MM-DD" format (optional).
End of the interval for the time series in "YYYY-MM-DD" format (optional).
Label to be assigned to the time series (optional).
A tibble with time series data and metadata.
# NOT RUN { cube_terra <- sits_cube(type = "SATVEG", name = "terra") point_terra <- sits_get_data(cube_terra, longitude = -55.50563, latitude = -11.71557 ) plot(point_terra) # }
Run the code above in your browser using DataLab