Returning a single SpatRasterDataset
object.
Removed tapp
for performance; impose a strict assumption that
there are no missing values
Usage
calc_geos_strict(
path = NULL,
date = c("2018-01-01", "2018-01-01"),
locs = NULL,
locs_id = NULL,
...
)
Arguments
- path
character(1). Directory with downloaded netCDF (.nc4) files. or netCDF file paths.
- date
character(2). length of 10. Format "YYYY-MM-DD".
- locs
Locations to extract.
- locs_id
character(1). Location identifier.
- ...
Arguments passed to
terra::rast
.