We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I ran the example code:
destination <- tempfile("copernicus", fileext = ".nc")
cms_download_subset( destination = destination, product = "GLOBAL_ANALYSISFORECAST_PHY_001_024", layer = "cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m", variable = "sea_water_velocity", region = c(-1, 50, 10, 55), timerange = c("2021-01-01 UTC", "2021-01-02 UTC"), verticalrange = c(0, -2) )
But I've got this error:
Failed to collect information from subset-job. HTTP 404 Not Found.
Does this have something to do with migrating data to the Marine Data Store? How can I correct this?
Thanks, Frederico
The text was updated successfully, but these errors were encountered:
Thanks for reporting, but please check open issues, before opening new ones. See:
#42
Sorry, something went wrong.
Ok, thanks.
No branches or pull requests
Hello,
I ran the example code:
destination <- tempfile("copernicus", fileext = ".nc")
cms_download_subset(
destination = destination,
product = "GLOBAL_ANALYSISFORECAST_PHY_001_024",
layer = "cmems_mod_glo_phy-cur_anfc_0.083deg_P1D-m",
variable = "sea_water_velocity",
region = c(-1, 50, 10, 55),
timerange = c("2021-01-01 UTC", "2021-01-02 UTC"),
verticalrange = c(0, -2)
)
But I've got this error:
Failed to collect information from subset-job.
HTTP 404 Not Found.
Does this have something to do with migrating data to the Marine Data Store? How can I correct this?
Thanks,
Frederico
The text was updated successfully, but these errors were encountered: