batch_call: Breaks longer API calls into batches so that it can manage.

Description Usage Arguments Value Note Examples

Description

Breaks longer API calls into batches so that it can manage.

Usage

1

Arguments

vector_of_dates

A list of raster in velox format. Shoudl be in YYYY-MM-DD format

Value

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.

Note

This might not be necessary if we can get this set up on a server.

Examples

1
arc2_api_download(c("2019-01-01", "2019-01-02"))

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