As I said, this repo changed a lot since its beginnings...
This started by being an r package for retrieving reanalysis and monitoring datasets of several sorts. Due to the advent of google earth engine (gee) I changed the development towards the gee python API, which is available in branch feat-gee
. I was not 100% happy about using google services for everything, so I now adopted the cdsapi which is awesome. I hereby acknowledge ECMWF for both the dataset and the API.
What began as a consistent package has now ended up being a simple collection of scripts that structure the retrieval of era5 netcdfs.
- Map reduce means after geom and date filtering
- exporting several pixel values by points
- another option for exporting pixel values by points. This was the one I used.
Open IPython and run the get_era5.py script by copying and pasting and editing the respective fields (csv file with location of pixels and dates). For some reason running ee
on the current conda environment as a jupyter notebook won't work.