We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 557ddc9 + a43e0e9 commit 3861dbaCopy full SHA for 3861dba
src/DataWrangling/Copernicus/Copernicus.jl
@@ -49,7 +49,7 @@ Base.size(::CopernicusDataset, variable) = (4320, 2040, 50)
49
50
all_dates(::GLORYSStatic, var) = [nothing]
51
all_dates(::GLORYSDaily, var) = range(DateTime("1993-01-01"), stop=DateTime("2021-06-30"), step=Day(1))
52
-all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2024-12-01"), step=Month(1))
+all_dates(::GLORYSMonthly, var) = range(DateTime("1993-01-01"), stop=DateTime("2021-06-01"), step=Month(1))
53
54
copernicusmarine_dataset_id(::GLORYSStatic) = "cmems_mod_glo_phy_my_0.083deg_static"
55
copernicusmarine_dataset_id(::GLORYSDaily) = "cmems_mod_glo_phy_my_0.083deg_P1D-m"
0 commit comments