
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: 986, Watchers: 986, Forks: 258, Open Issues: 20The GeospatialPython/pyshp
repo was created 8 years ago and was last updated 5 days ago.
The project is popular with 986 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 20 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?