This is a code to generate a base map(Global and to the area of interest) so that we can visualize our data(i.e Numerical forecast product, soil data and etc.... on a map).
First, create a new environment in anaconda prompt by typing
conda create --name basemap
then type
conda activate basemap then
install the required package in a new environment type
conda install -c conda-forge basemap
conda install -c conda-forge jupyter
open jupyter notebook
import the attached script in your notebook #Basemap.py/or Base map.ipynb from awtiCodeDev/code/
pls, let me know if there is a challenge...
This is a code to generate a base map(Global and to the area of interest) so that we can visualize our data(i.e Numerical forecast product, soil data and etc.... on a map).
First, create a new environment in anaconda prompt by typing
conda create --name basemap
then type
conda activate basemap then
install the required package in a new environment type
conda install -c conda-forge basemap
conda install -c conda-forge jupyter
open jupyter notebook
import the attached script in your notebook #Basemap.py/or Base map.ipynb from awtiCodeDev/code/
pls, let me know if there is a challenge...