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
did someone sneakily halve the pixel size?
files <- raadfiles::altimetry_daily_files() length(i0 <- grep("0\\.25", files$fullname)) [1] 11646 length(i1 <- grep("0\\.125", files$fullname)) #[1] 70 tail(files$fullname[i0]) [1] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.25deg_P1D_202311/2024/11/nrt_global_allsat_phy_l4_20241114_20241120.nc" [2] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.25deg_P1D_202311/2024/11/nrt_global_allsat_phy_l4_20241115_20241118.nc" [3] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.25deg_P1D_202311/2024/11/nrt_global_allsat_phy_l4_20241116_20241119.nc" [4] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.25deg_P1D_202311/2024/11/nrt_global_allsat_phy_l4_20241117_20241117.nc" [5] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.25deg_P1D_202311/2024/11/nrt_global_allsat_phy_l4_20241118_20241121.nc" [6] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.25deg_P1D_202311/2024/11/nrt_global_allsat_phy_l4_20241119_20241125.nc" head(files$fullname[i1]) [1] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.125deg_P1D_202411/2024/11/nrt_global_allsat_phy_l4_20241120_20241126.nc" [2] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.125deg_P1D_202411/2024/11/nrt_global_allsat_phy_l4_20241121_20241127.nc" [3] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.125deg_P1D_202411/2024/11/nrt_global_allsat_phy_l4_20241122_20241128.nc" [4] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.125deg_P1D_202411/2024/11/nrt_global_allsat_phy_l4_20241123_20241129.nc" [5] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.125deg_P1D_202411/2024/11/nrt_global_allsat_phy_l4_20241124_20241127.nc" [6] "/rdsi/PUBLIC/raad/data/data.marine.copernicus.eu/SEALEVEL_GLO_PHY_L4_NRT_008_046/cmems_obs-sl_glo_phy-ssh_nrt_allsat-l4-duacs-0.125deg_P1D_202411/2024/11/nrt_global_allsat_phy_l4_20241125_20241128.nc"
The text was updated successfully, but these errors were encountered:
Is this a pending reprocessing that will backfill maybe
Sorry, something went wrong.
it's now two separate datasets:
https://data.marine.copernicus.eu/product/SEALEVEL_GLO_PHY_L4_NRT_008_046/services
fun
No branches or pull requests
did someone sneakily halve the pixel size?
The text was updated successfully, but these errors were encountered: