to plot spatial maps in multiple panels using python user should follow this link to install basemap: https://www.lfd.uci.edu/~gohlke/pythonlibs/
Basemap installation for python in windows can be found here https://download.lfd.uci.edu/pythonlibs/q4trcu4l/basemap-1.2.2-cp39-cp39-win_amd64.whl
to make virtual environments: install pipenv: $ sudo apt install pipenv to create virtual environment: pipenv --python 3.8 to activate pipenv environment: pipenv shell
to install requirements: make install_requirements
to make docker file:
to build docker file: