pyrosm icon indicating copy to clipboard operation
pyrosm copied to clipboard

Read OpenStreetMap data from Protobuf files into GeoDataFrame with Python, faster.

Results 81 pyrosm issues
Sort by recently updated
recently updated
newest added

Hi, I'm new to OSM and pyrosm. I'm wondering if it is possible to check if a given user is on a cyclelane, for example, I have the following data...

question

Running the following code produces two shapefiles (one way and one crossing node) in which the crossing node does not fall on the way. It would seem that they should...

Hi, first of all: thanks for this very useful library. Really appreciate! I do have a question regarding get_network() method. Could someone please give me a hint how the number...

question

Again, really enjoying pyrosm. I've consistently been running into the same error even after trying many different attempts at getting around it so thought it might be worth creating an...

bug

Hi there, This is an awesome project, thank you for putting this incredible tool together! I'm currently dealing with trying to get all roadway links that belong to a specific...

enhancement

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...

enhancement

I'm trying to use get_data_by_custom_criteria with exclude filter that has several tags and also values for service tag. The results contain unwanted service edges, for example with service=parking_aisle. ``` from...

bug
duplicate