Note

This page was generated from usage_04_data_export_and_visualization.ipynb.

Usage | 4. Data export and visualizationΒΆ

This notebook explains how a bike network grown by growbikenet can be exported and visualized.

Parameters covered: export_data, city_query, city_id, export_plots, export_video

We start every Usage notebook with the standard way of importing growbikenet:

[1]:
import growbikenet as gbn

Rest to be written.