Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when downloading #1

Open
priyapatel1 opened this issue Feb 3, 2021 · 0 comments
Open

Error when downloading #1

priyapatel1 opened this issue Feb 3, 2021 · 0 comments

Comments

@priyapatel1
Copy link

I'm working through the Sentinel5_NO2_GeoNet.R code. I successfully got to the part where I'm trying to download the code:

r <- NULL
attempt <- 1
while(is.null(r) && attempt <= 10){                                     # tries to download the scenes 10x before script stops
  attempt <- attempt+1
  try(
    r <- datasets()
  )
}

But when I try to download the NetCDF files for TROPOMI, I get the following error:

Column 'download_available' not present, calling check_availabilty() to check download availability of records...
Error in .get(paste0(cred[3], "/odata/v1/Products('", x, "')/", field),  : 
  Not Found (HTTP 404). Failed to process request.

There is no 'download'_available' column - how do I get around this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant