Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 545 Bytes

Geospatial Bootstrap

This notebook aims to get you started with geospatial data with GeoPandas.

Feel free to fork this repository and/or create issues.

Run notebook

Clone repository:

git clone https://github.com/sdomingobasora/geospatial-bootstrap.git

Create a local virtual environment:

python3 -m venv .venv

source .venv/bin/activate

Install packages:

pip install -r requirements.txt

Start Jupyter server:

jupyter notebook


[email protected]