Skip to content

BikeNetKit/dataexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BikeNetKit - 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

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).