Skip to content

How to extend download time limit? #109

Description

@tjsamo

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions