This repository contains several notebooks demonstrating geospatial visualziation using leafmap a Python package for geospatial analysis and interactive mapping in a Jupyter environment.
The main data source is GeoHub.
We recommend using a virtual environment because leafmap feature a large number of dependencies.
Detailed instruction on how to install pipenv are available at https://pipenv.pypa.io/en/latest/installation.html
- clone the repository and change into the cretae folder
git clone https://github.com/UNDP-Data/geo-visualization.git
cd geo-visualization
- create a virtual env
pipenv --python 3
- install dependencies
pipenv run pip install -r requirements.txt
- install jupyter lab
pipenv run pip install jupyterlab
- start a session
piepnv run jupyter lab