pyrosm / pyrosm

Read OpenStreetMap data from Protobuf files into GeoDataFrame with Python, faster.
https://pyrosm.readthedocs.io/en/latest/
MIT License
347 stars 41 forks source link

Fix tests after float accuracy adjustment #189

Closed HTenkanen closed 2 years ago

HTenkanen commented 2 years ago

Due to #188, there seem to be slightly more features returned in many cases. Likely due to small changes in the result of intersecting with the bounding box.

HTenkanen commented 2 years ago

Closed by #190