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

AMSR2 3152 v5 can be discarded #31

Closed
mdsumner opened this issue Jul 27, 2023 · 4 comments
Closed

AMSR2 3152 v5 can be discarded #31

mdsumner opened this issue Jul 27, 2023 · 4 comments

Comments

@mdsumner
Copy link
Member

mdsumner commented Jul 27, 2023

we can save a bit of space with a reject_download here (about 14Gb on disk)

x<- blueant::sources("Artist AMSR2 near-real-time 3.125km sea ice concentration")

x$method[[1]]$reject_download <- ".*v5.(tif|hdf)"  ## avoid the v5 files (v5.4 is current)

https://seaice.uni-bremen.de/sea-ice-concentration/amsre-amsr2/information/

@mdsumner
Copy link
Member Author

mdsumner commented Jul 27, 2023

although ... it seems there's only v5 for the tif for the period 2018-10-28 - 2018-11-21, so I'll keep having look and think about how to deal with this, it's a bit inconsistent in raadfiles rn ...

@raymondben
Copy link
Member

our local config only syncs the current year for this data set, to reduce run time. I'll run it manually for 2018 (assuming 5.4 files do actually exist for 2018?)

@mdsumner
Copy link
Member Author

ah, no - they don't exist - I've emailed them - we have all the files don't bother running

(I think I was accidentally getting all the right files in my listing, but now it's a bit more deliberate :)

@mdsumner
Copy link
Member Author

I contacted again (there was a .tiff in the mix) and I think they will clean up all the overlap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants