EndCoordinatesExample: Example dataset for EndCoordinates()
Description
A dataset consisting of a set of arbitrary locations with a corresponding set of arbitrary start and end time-series dates and IDs.
This file can be used in the example for the MODIS EndCoordinates function.Usage
data(EndCoordinatesExample)
Format
A data frame with 4 observation on the following 5 variables.
- start.lat
- A numeric vector; decimal degrees latitudes in WGS-1984 coordinate system.
- start.long
- A numeric vector; decimal degrees longitudes in WGS-1984 coordinate system.
- start.date
- A numeric vector; listing the date to begin the time-series for each corresponding locations. Used during MODISTransects.
- end.date
- A numeric vector; listing the date to end the time-series for each corresponding locations. Used during MODISTransects.
- ID
- A numeric vector; a unique ID code for each unique location.