Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.74 KB

File metadata and controls

50 lines (34 loc) · 1.74 KB

Bike Net Kit / Data export

Ruff code style: prettier pre-commit

Auxiliary scripts for exporting data about all BikeNetKit packages, and exported data, which is only needed once as preparation for the interactive visualization platform.

Setup

Installation with Pixi is fastest and most stable:

pixi init --import environment.yml

At this point you can run scripts in the environment, for example as such:

pixi run python scripts/exportalldata_allcities.py

Update

To use the latest growbikenet release, don't forget to:

pixi run pip install growbikenet --upgrade

Repository structure

├── cities                  <- Information for which cities to export
├── dataexports             <- Exported data sets, by dated subfolders
├── scripts                 <- Export scripts
├── .gitignore              <- Files and folders ignored by git
├── .pre-commit-config.yaml <- Pre-commit hooks used
├── README.md
├── environment.yml         <- Environment file to set up the environment using conda/mamba/pixi

Credits

Development of BikeNetKit was supported by the Danish Innovation Fund (Innovationsfonden).