-
Notifications
You must be signed in to change notification settings - Fork 0
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
download script for different SICE datasets #1
Comments
The download script is currently directly in the GEUS-SICE/SICE repository. Indeed, I think only one script is needed for that and therefore, there is no need for a full new directory IMO. |
In early 2022 we're completing a dataverse upgrade that should make this script unnecessary. One-line wget commands will work to fetch datasets, and support all of the features contained therein - inclusion and exclusion wildcards to fetch/skip certain years, file names, etc. |
The upgraded dataverse provides a Please see http://doi.org/10.22008/promice/data/ice_discharge/d/v02 for the text I'm currently putting in the Notes section on all of the datasets. I include the HTML version of the text below. Chose "Edit" from "..." menu on this comment to see raw HTML. This wiki page (by @BaptisteVandecrux ?) should also be updated: Direct link to most recent files: https://dataverse.geus.dk/api/datasets/:persistentId/dirindex?persistentId=doi:10.22008/promice/data/ice_discharge/d/v02
wget -r -e robots=off -nH --cut-dirs=3 --content-disposition "https://dataverse.geus.dk/api/datasets/:persistentId/dirindex?persistentId=doi:10.22008/promice/data/ice_discharge/d/v02" |
Actually, re-opening until the relevant text/pages/code have been updated. |
the SICE dataverse currently has 5 datasets https://dataverse01.geus.dk/dataverse/sice?q=&types=datasets&sort=dateSort&order=desc&page=1
so the script should discriminate between them and/or the header of the script should list what they are.
The text was updated successfully, but these errors were encountered: