Click here to go back to main page.
Here you can find some software projects I've contributed to:
and some datasets I worked on:
- Marine heatwaves and cold spells from satellite sea surface temperatures by ESA
- MERRA-2 TEM variables for DynVar
- ERA5 TEM variables for DynVar
Note: to programmatically download multiple files from `zenodo` restricted access repositories, you will need the token received once access is granted.
This procedure is working as of August 2022.
First generate a cookie file for zenodo and your token with:
`curl -c zenodo-cookies.txt "https://zenodo.org/record/{record number}?token={your token}"`.
Then proceed to download your file(s) of interest with:
`curl --cookie zenodo-cookies.txt "https://zenodo.org/record/{record number}/files/{target file name}.zip?download=1" --output {target file name}.zip`.
Just change every field in curly braces with the relevant string for your case.