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

#224 Attempt at fixing the problems highlighted in the issue linked above where a combination of tag values True and explicit list of values doesn't work as expected.

**Is your feature request related to a problem? Please describe.** I'm working with networks for traffic models, and it is often necessary to implement turn restrictions. It seems like getting...

I had a question regarding the filtering with a bounding box, which I think doesn't stand in the documentation. If you use the bounding box on input data, and you...

**Describe the bug** `osm.get_buildings()` throws a pygeos.GEOSException with what appears to be a valid boundary geometry. **To Reproduce** Steps to reproduce the behavior: 1. Please see reprex at bottom of...

This pull request contains fixes for #170 and #233 - fixing relation IDs and IDs in tags that overwrite the proper OSM ID. Addressing #170 first, I found that the...

When using `get_buildings()`, the resulting `id` column (usually containing the way id etc) is overwritten with the tag `id` when it's present. For example in [Dorset, England](https://download.geofabrik.de/europe/united-kingdom/england/dorset.html) there's a few...

**Is your feature request related to a problem? Please describe.** Thank you for this very useful library! I'm currently trying to export all the objects that have a certain property...

### Pull Request: Fix for Pyrosm KeyError when Filtering PBF Files with Osmium #### Summary This pull request addresses an issue where the `pyrosm` library throws a `KeyError: 'tags'` when...

- Replaced chained assignments with .loc[] - Added __pycache__/ to .gitignore

Thank you for this amazing library. If this issue has already been raised forgive the duplicate please. I am harvesting broken _some_ `building`s. ```python import requests import overpass import osm2geojson...