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

Thank you for this package. How do `get_boundaries()` parse `boundary:place` please? ```python fp = pyrosm.get_data("Cape Town", update=False, directory="data") osm = pyrosm.OSM(fp) aoi = osm.get_boundaries() # Print info print("Existing columns:\n", aoi.columns)...