I am trying to download a large dataset of hourly data for 20-30 years, so roughly 200,000 data points, for one particular location. But I keep getting this error:
oc_open: server error retrieving url: code=? message="Error {
code = 0;
message = "subset operation failed; process exceeded time limit of 100 sec";
}"
Is there a function I can use to extend the 100 sec time limit? That isn't very long.
This is my request:
getNLDAS(AOI,
varname = 'snowf',
model = 'MOS0125_H.2.0',
startDate = "2000-01-01",
endDate = "2019-12-31",
verbose = TRUE
)
Also, is there a way to just set a lat/long for the AOI? Instead of having to use the aoi_get() for a zipcode or city?
Thanks!
I am trying to download a large dataset of hourly data for 20-30 years, so roughly 200,000 data points, for one particular location. But I keep getting this error:
Is there a function I can use to extend the 100 sec time limit? That isn't very long.
This is my request:
Also, is there a way to just set a lat/long for the AOI? Instead of having to use the aoi_get() for a zipcode or city?
Thanks!