Henrikki Tenkanen
Henrikki Tenkanen
For processing very large pbf files, it is better to allow the user to first crop the pbf into smaller chunk and save that to disk (i.e. mimic what can...
Check the tag filtering for network.
Pyrosm parses quite a lot of attributes by default from the OSM data. Add possibility to optimize memory usage by keeping only the most necessary attributes in the results and...
Add vectorized graph simplification function that will be used when parsing graph network.
I also have a question related to this. In the OSM data there are walking areas (such as inside train stations and large sidewalks and public "squares" (of various shapes)....
Geopandas has a nice and clean way to document the API with separate pages to give an overview and then more detailed docs for given function/method, e.g: https://geopandas.readthedocs.io/en/latest/docs/reference/geodataframe.html Something similar...