Getting started

Get Started in 4 Steps

  1. Install FixBikeNet by following the Installation guide.

  2. Read the Introducing FixBikeNet section below.

  3. To check that the installation worked, run python examples/mwe.py or the Jupyter Minimum working example.

  4. Consult the User reference for complete details on using the package.

Finally, if you’re not already familiar with NetworkX and GeoPandas, make sure you read their user guides as FixBikeNet uses their data structures.

Introducing FixBikeNet

FixBikeNet is built on top of OSMnx/NetworkX and GeoPandas. It takes one mandatory parameter, the city name, which it passes via Nominatim to OSMnx, to download a city’s street network. FixBikeNet then runs the following operations:

  • TBA

To try it out, run the: