Auxiliary scripts for exporting data about all BikeNetKit packages, and exported data, which is only needed once as preparation for the interactive visualization platform.
Installation with Pixi is fastest and most stable:
pixi init --import environment.yml
At this point, run the pixi shell to run scripts in the environment:
pixi shell
To use latest BikeNetKit package releases, don't forget to upgrade them (example growbikenet):
pixi upgrade growbikenet
If you changed dependencies and/or some packages don't load, try cleaning pixi:
pixi clean
rm pixi.*
rm -r .pixi
and then run the setup again.
├── cities <- Exported and meta city data
├── dataexports <- Exported data sets
├── scripts <- Export scripts
├── environment.yml <- Environment file
Development of BikeNetKit was supported by the Innovation Fund Denmark, the EU HORIZON project JUST STREETS, and the Data Science Section of IT University of Copenhagen.


