Closed wrignj08 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.30%. Comparing base (
29addce
) to head (2b10aac
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This pull request addresses issue #1200 by optimizing the _remove_polygon_holes function to improve performance when dealing with complex geometries. Additionally, it enhances the efficiency of the _create_gdf function.
Changes proposed in this pull request:
The functionality remains the same, just faster on complex polygons.
ox.features.features_from_point((46.18, 74.42), tags={"natural": "water"}, dist=50000)
The CHANGELOG.md has been updated to reflect these changes.
The changes have been tested and all tests pass with the exception of mypy failed on osmnx/plot.py:856, but this was an existing issue and not related to the changes in this PR. As such, --no-verify was used to bypass the GitHub precommit hooks.