pyrosm
pyrosm copied to clipboard
Read OpenStreetMap data from Protobuf files into GeoDataFrame with Python, faster.
When parsing MultiPolygon relations, should follow this logic: https://wiki.openstreetmap.org/wiki/Relation:multipolygon/Algorithm
**Describe the bug** Extracting an initialized country-level OSM object (output of `OSM()`) causes kernel to die with the message, "The kernel appears to have died. It will restart automatically", when...
**Describe the bug** Only administrative boundaries are extracted. Postal codes or any other are missing. **To Reproduce** Steps to reproduce the behavior: ``` from pyrosm.data import sources, get_data from pathlib...
Dear Developers, Is it possible to show elevation data on a map using this package? I'm not sure if openstreemap has this info, more likely opencyclemap has this. Terveisin, Markus
**Describe the bug** when loading the same pbf file either with pyrosm or within qgis, multipolygons do not show the same way. Orientation seems to be not interpreted similarly. **To...
**Describe the bug** Well, I did a test using the tutorial presented on the page "Read street networks" and, when opening the sudeste-latest.osm.pbf file, I received an error from the...
Hi @HTenkanen -- I was just looking at #227 and wondered more broadly: has there ever been any discussion among the pyrosm contributors regarding making the package able to both...
Hi, I've recently started using this amazing library, I have filtered my OSM file and now I want to export the filtered data with the just the roads I have...
There seems to be an issue with some building geometries not exactly matching with the basemap (e.g., openstreetmap basemap in QGIS). An example is a building located at -37.80471163, 144.97150367....
**Describe the bug** The custom_filter does not work as one would expect when using the catch-all 'True' as a value in combination with another tag key. If I understand the...