pyrosm
pyrosm copied to clipboard
Read OpenStreetMap data from Protobuf files into GeoDataFrame with Python, faster.
Adds the Spanish communities to the list of available datasets.
It would be nice to a have a progress bar. When parsing big files like entire country, having a progress bar would show if it is still going well
If I get the boundaries of an English county and plot them, there are some weird straight lines that do not belong to administrative divisions. For instance, if I plot...
Hey there, so when I try to run the following example, I'm getting the mentioned error which I will also attach. I've tried out multiple ways and multiple kinds of...
I am working on a project which uses pyrosm to get static .PBF files and need this functionality rather than manually determining the .PBF files for each location. I believe...
The documentation URL in setup.py is wrong. Should point to RTD.
**Describe the bug** Following [this pandana example](https://pyrosm.readthedocs.io/en/latest/graphs.html#calculate-the-job-accessibility-in-helsinki-region-with-pyrosm-pandana) with an `OSM` reader object created using a bounding box raises a `ValueError` on the `osm.to_graph` step. **To Reproduce** Steps to reproduce the...
**Describe the bug** When extracting buildings from osm.pbf data using simple get_buildings(), some more complex buildings that are split to multiple parts in original osm.pbf are merged together and completely...
**Is your feature request related to a problem? Please describe.** Often, areas of interest lie close to the edges of the available pbf downloads, but it isn't always clear if...
Pygeos and shapely have been updating significantly. Update the codebase to reflect these changes. Relates to #182 #146