pepijn-devries / CopernicusMarine

Subset and download marine data from EU Copernicus Marine Service Information. Import data on the oceans physical and biogeochemical state from Copernicus into R without the need of external software.
https://pepijn-devries.github.io/CopernicusMarine/
GNU General Public License v3.0
25 stars 3 forks source link

Issue with cms_download_subset #45

Closed FMestre1 closed 7 months ago

FMestre1 commented 7 months ago

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 commented 7 months ago

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

https://github.com/pepijn-devries/CopernicusMarine/issues/42

FMestre1 commented 7 months ago

Ok, thanks.