Downloads weather records from the SILO Gridded Dataset API (https://www.longpaddock.qld.gov.au/silo/api-documentation/) for a specified location and date range.
Arguments
- lon
Numeric. Longitude of the location.
- lat
Numeric. Latitude of the location.
Character. Email address required for API access.
- start
Date or character. Start date of the data request (in "YYYY-MM-DD" format).
- finish
Date or character. End date of the data request (in "YYYY-MM-DD" format).
- format
Character. Data format to request from the API (e.g., "csv", "json").
- outfile
Character. Path to the output file where data will be saved.