If the Jupyter notebook will not open for viewing within this repository, please see the html version.
To run this notebook the following libraries need to be installed.
- jupyter
- jupyterlab
- pandas
- geopandas
- matplotlib
- gdal
- fiona
- geoplot
Maintaining the order of the above list during install will be helpful.
For Anaconda environments use:
conda create --name 'your_env_name' jupyter jupyterlab pandas geopandas matplotlib gdal fiona geoplot -y && conda activate 'your_env_name'