Skip to content

Commit

Permalink
fix(pre-commit.ci): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 25, 2023
1 parent 6427fc2 commit 6ea4db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srai/loaders/osm_loaders/pbf_file_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ def _prepare_polygon_for_download(self, polygon: Polygon) -> Polygon:
Function buffers the polygon, closes internal holes and simplifies its boundary to 1000
points.
Makes sure that the generated polygon will fully cover the original one by increasing
the buffer size incrementally.
Makes sure that the generated polygon will fully cover the original one by increasing the
buffer size incrementally.
"""
is_fully_covered = False
buffer_size_meters = 50
Expand Down

0 comments on commit 6ea4db5

Please sign in to comment.