Description Usage Arguments Value Examples
Downloads data into list of tibbles by date using rnoaa API.
1 | arc2_api_download(list_of_dates)
|
vector_of_dates |
A list of raster in velox format. Shoudl be in YYYY-MM-DD format |
An spdf with the same format as the velox raster data. We can re-use the dates list again without passing it through the function as returned output.
1 | arc2_api_download(c("2019-01-01", "2019-01-02"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.