Skip to content

Jupyter notebooks for interactive exploration of geospatial algorithms.

License

Notifications You must be signed in to change notification settings

SustainableUrbanDesign/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geospatial notebooks

This repository contains experimental notebooks for geospatial algorithms related to urban planning.

Development

To create a development environment, first make sure you have Python 3.8 or higher installed. Then, follow the steps below.

  1. create a virtual environment python -m venv .venv
  2. activate the virtual environment
    • on Linux/Mac: source .venv/bin/activate
    • on Windows: \env\Scripts\activate.bat
  3. install dependencies pip install -r requirements.txt
  4. run Jupyter Lab jupyter lab

Once Jupyter Lab is running, you can access any of the desired notebooks.

About

Jupyter notebooks for interactive exploration of geospatial algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published