This notebook aims to get you started with geospatial data with GeoPandas.
Feel free to fork this repository and/or create issues.
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