extract_weather_data: Combines the full functionality to take the raw inputs and...

Description Usage Arguments Value Examples

Description

Combines the full functionality to take the raw inputs and produce data.frame of extracted weather data and dates.

Usage

1
extract_weather_data(start_date, end_date, gpsFile, latCol, lonCol)

Arguments

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

Value

A data.frame with the extracted weather values and the date for each GPS point in the file.

Examples

1
weatherValues <- extract_weather_data(dates, gpsData, "Latitude", "Longitude")

one-acre-fund/arc2weather documentation built on May 16, 2019, 5:02 a.m.