-
- Downloads
post processing can plot station_map(), but countries are not filled with e.g....
post processing can plot station_map(), but countries are not filled with e.g. elevation data (just blank fill)
Showing
- README.md 7 additions, 1 deletionREADME.md
- requirements.txt 9 additions, 1 deletionrequirements.txt
- src/plotting/postprocessing_plotting.py 29 additions, 3 deletionssrc/plotting/postprocessing_plotting.py
- src/run_modules/post_processing.py 4 additions, 1 deletionsrc/run_modules/post_processing.py
... | @@ -15,3 +15,11 @@ seaborn | ... | @@ -15,3 +15,11 @@ seaborn |
dask==0.20.2 | dask==0.20.2 | ||
toolz # for dask | toolz # for dask | ||
cloudpickle # for dask | cloudpickle # for dask | ||
cython | |||
pyshp | |||
six | |||
pyproj | |||
shapely | |||
cartopy==0.16.0 | |||
matplotlib | |||
pillow | |||
\ No newline at end of file |
Please register or sign in to comment