NewportDataProject / walkability

Finding ways to make Newport a more walkable city.
1 stars 0 forks source link

walkability

This repository is the home for Newport Data Project's walkability projects.

Documentation is in the wiki.

Ongoing projects are managed on the projects page.

Datasets are included as git submodules from the Newport Data Portal.

Cloning the repo

To clone this repository, be sure to use the recursive option to download the dataset submodules:

git clone --recursive <repo>

Environment

Create a conda environment to run the code:

conda env create -f environment.yml
activate