-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency to pyshp v2.1.1 to correctly display shapefiles wit…
…h multi-polygon holes (#1653) * Make full use of pyshp's convenience functions The Shapefile reader code wasn't making use of the full range of pyshp's convenience functions, duplicating some of the things pyshp already does behind the scenes, making it more error prone and potentially less efficient. * Require pyshp 2, to avoid shapefile multipolygon rendering issue
- Loading branch information
1 parent
b71173b
commit 304b6d4
Showing
2 changed files
with
5 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
numpy>=1.10 | ||
shapely>=1.5.6 | ||
pyshp>=1.1.4 | ||
pyshp>=2 | ||
setuptools>=0.7.2 |