Skip to content

PyShp 2.3.0

Compare
Choose a tag to compare
@karimbahgat karimbahgat released this 30 Apr 08:54
· 132 commits to master since this release

New Features:

  • Added support for pathlib and path-like shapefile filepaths (@mwtoews).
  • Allow reading individual file extensions via filepaths.

Improvements:

  • Simplified setup and deployment (@mwtoews)
  • Faster shape access when missing shx file
  • Switch to named logger (see #240)

Bug fixes:

  • More robust handling of corrupt shapefiles (fixes #235)
  • Fix errors when writing to individual file-handles (fixes #237)
  • Revert previous decision to enforce geojson output ring orientation (detailed explanation at SciTools/cartopy#2012)
  • Fix test issues in environments without network access (@sebastic, @musicinmybrain).