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

Issue with cms_download_subset #45

Closed
FMestre1 opened this issue Apr 10, 2024 · 2 comments
Closed

Issue with cms_download_subset #45

FMestre1 opened this issue Apr 10, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@FMestre1
Copy link

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

@pepijn-devries
Copy link
Owner

Thanks for reporting, but please check open issues, before opening new ones. See:

#42

@pepijn-devries pepijn-devries added the duplicate This issue or pull request already exists label Apr 10, 2024
@FMestre1
Copy link
Author

Ok, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants