pyrosm
pyrosm copied to clipboard
Read OpenStreetMap data from Protobuf files into GeoDataFrame with Python, faster.
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...
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...
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...
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.
…t-estratti.wmcloud.org/w Edit: - See issue #141 for more information
## 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...
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...
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...
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...
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.