-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate changes from pull request #91. New function is called "make_valid_polygons" rather than "make_valid" to avoid conflict with Shapely's make_valid function, and default value for force_polygons has been set to True. Default value for force_polygons in autorepair/quick_repair is still set to False and make_valid is used throughout by default; if force_polygons is set to True, then make_valid_polygons is used throughout instead of make_valid.
- Loading branch information
1 parent
3d2d7e8
commit b7b5354
Showing
1 changed file
with
69 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters