-
- 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
... | ... | @@ -14,4 +14,12 @@ statsmodels |
seaborn | ||
dask==0.20.2 | ||
toolz # for dask | ||
cloudpickle # for dask | ||
\ No newline at end of file | ||
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