- Notifications
You must be signed in to change notification settings - Fork33
A general library for geometry operations of union, intersections, difference, and xor
License
mapbox/wagyu
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Wagyu is a general library for the following basic geometric operations:
- Union
- Intersection
- Difference
- XOR
The output geometry from each of these operations is guaranteed to bevalid and simple as per the OGC.
Documentation of any library is critical to its existance and it really takes a community of effort. All of the documentation for the library isincluded with the library. The Wagyu project loves pull requests so please feel free to contribute at any point in time to thedocs/
directory in any way you see fit! If you see a problem in documentation, at least please make an issue in the github repository.
About
A general library for geometry operations of union, intersections, difference, and xor