Hacktoberfest #248
cleder
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data.
https://github.com/cleder/pygeoif
You may think of pygeoif as a 'shapely ultralight' which lets you construct geometries and perform very basic operations like reading and writing geometries from/to WKT, constructing line strings out of points, polygons from linear rings, multi polygons from polygons, etc.
When you want to write your own geospatial library with support for this protocol you may use pygeoif as a starting point and build your functionality on top of it. It has no requirements outside the Python standard library and is therefore easy to integrate into your project. It is tested on CPython and PyPy, but it should work on alternative Python implementations (that implement the language specification >=3.8) as well.
For this HacktoberFest I'd like to improve the documentation and add more Hypothesis property based testing,
https://github.com/users/cleder/projects/4
Or you can look at the discussion and add some additional features: https://github.com/cleder/pygeoif/discussions
Beta Was this translation helpful? Give feedback.
All reactions