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

I was wondering if there was a way to import a pbf into geopandas using pyrosm without filtering the data. I'm dealing with the osm planet file and have been...

documentation
question

Hi, I can no longer install and import the library correctly. **FIRST ATTEMPT** - First I tried on my main computer, running Windows 10 version 10.0.19043 Build 19043. - I...

bug
installation

When pulling data from subregions in the United States, when you get to Georgia, the get_data call will download data from the country of Georgia rather than from the state...

bug

Pyrosm should raise a meaningful error in case the user passes a `pbf` file that does not follow OSM.PBF schema. See #156 for further info.

enhancement

…t-estratti.wmcloud.org/w Edit: - See issue #141 for more information

enhancement

## Expected Behavior Constructing an `OSM` object by passing the filepath as a `pathlib.Path` object instead of a string should work just as well. ## Actual Behavior `validate_input_file()` only accepts...

enhancement

Using the [OSM.get_pois()](https://pyrosm.readthedocs.io/en/latest/reference.html#pyrosm.pyrosm.OSM.get_pois) function in Pyrosm 0.6.1 I got the following warning: ``` pyrosm\pyrosm.py:576: ShapelyDeprecationWarning: The array interface is deprecated and will no longer work in Shapely 2.0. Convert the...

enhancement

Hi, Thaks for the nice library you made. I started to use pyrosm not a long time ago. For my purposes, it is necessary to filter about 60 types of...

bug

Pyrosm currently uses data from Italy from geofabrik. Geofabrik presents the data from Italy up to the macro-regions (= territorial aggregations - without administrative value - with which the national...

enhancement

Hi, I'm wondering if it is possible to know the position of a footway (or even a traffic_calm) element on the current edge? Thanks.

question