Ready to get started with r5py? Installation is simple via pip: pip install r5py. Check out the quickstart guide in our docs: r5py.readthedocs.io/stable/user-... #r5py #Python #GIS #GeoPython
30.04.2025 11:52 β π 1 π 1 π¬ 0 π 0@r5py.bsky.social
rβ΅py is an open-source Python package (wrapping R5) to compute multi-modal π² π π πΌ travel time matrices, isochrones and other accessibility measures By @christophfink.com, @htenkanen.bsky.social, @wklumpen.bsky.social, @urbandemog.bsky.social
Ready to get started with r5py? Installation is simple via pip: pip install r5py. Check out the quickstart guide in our docs: r5py.readthedocs.io/stable/user-... #r5py #Python #GIS #GeoPython
30.04.2025 11:52 β π 1 π 1 π¬ 0 π 0Hello world! π We're excited to launch social channels for #r5py, the Python package for super-fast multimodal #travelTime and #accessibility calculations using #OSM & #GTFS data. Follow us for tips, updates, and examples! #r5py #GeoSpatial #Python #UrbanPlanning #GIS
29.04.2025 13:56 β π 7 π 4 π¬ 0 π 0A map of central Helsinki. A transparent overlay shows a grid of cells that are coloured according to the time needed to travel to their centre point from the railway station
Computing travel time matrices in rβ΅py from #geopandas #DataFrame is two lines of code:
(1) create an r5py.TransportNetwork from @openstreetmap.bsky.social and #GTFS data
(2) turn it into an r5py.TravelTimeMatrix()
Try it out in #binder: r5py.readthedocs.io/stable/user-...