pyshp 2.3.1
0
Pure Python read/write support for ESRI Shapefile format
Contents
Pure Python read/write support for ESRI Shapefile format
Stars: 1102, Watchers: 1102, Forks: 261, Open Issues: 26The GeospatialPython/pyshp
repo was created 10 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 1102 github stars!
How to Install pyshp
You can install pyshp using pip
pip install pyshp
or add it to a project with poetry
poetry add pyshp
Package Details
- Author
- Joel Lawhead
- License
- MIT
- Homepage
- https://github.com/GeospatialPython/pyshp
- PyPi:
- https://pypi.org/project/pyshp/
- GitHub Repo:
- https://github.com/GeospatialPython/pyshp
Classifiers
- Scientific/Engineering/GIS
- Software Development/Libraries
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common pyshp errors.
Code Examples
Here are some pyshp
code examples and snippets.
GitHub Issues
The pyshp package has 26 open issues on GitHub
- Drop Python 2.7, require Python 3.6+
- shapefile.Writer issue
- Error in shapes()
- Shapefile shape has invalid polygon: no exterior rings found (must have clockwise orientation
- Release as Python 3 source wheel on PyPI?