Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.03 KB

Geospatial visualization

This repository contains several notebooks demonstrating geospatial visualziation using leafmap a Python package for geospatial analysis and interactive mapping in a Jupyter environment.

Data

The main data source is GeoHub.

Installation

We recommend using a virtual environment because leafmap feature a large number of dependencies.

using pipenv

Detailed instruction on how to install pipenv are available at https://pipenv.pypa.io/en/latest/installation.html

  1. clone the repository and change into the cretae folder
git clone https://github.com/UNDP-Data/geo-visualization.git
cd  geo-visualization
  1. create a virtual env
pipenv --python 3
  1. install dependencies
pipenv run pip install -r requirements.txt
  1. install jupyter lab
pipenv run pip install jupyterlab
  1. start a session
piepnv run jupyter lab