Description Usage Arguments Value Examples
Combines the full functionality to take the raw inputs and produce data.frame of extracted weather data and dates.
1 | extract_weather_data(start_date, end_date, gpsFile, latCol, lonCol)
|
start_date |
start date, formatted YYYY-MM-DD |
end_date |
end date, formatted YYYY-MM-DD |
gpsFile |
GPS file, probably from data warehouse, of GPS points for which we want to extract weather values |
latCol |
The Latitude column in the gpsFile |
lonCol |
The Longitude column in the gpsFile |
rawRasterData |
list of raw raster data from Arc2 weather site |
A data.frame with the extracted weather values and the date for each GPS point in the file.
1 | weatherValues <- extract_weather_data(dates, gpsData, "Latitude", "Longitude")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.