Skip to content

Commit

Permalink
Add all remaining predicates
Browse files Browse the repository at this point in the history
covered by, covers, crosses, overlaps, touches
  • Loading branch information
urschrei committed Jan 23, 2024
1 parent bd4fba2 commit 588799f
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 21 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ The `geo` crate provides geospatial primitive types such as `Point`, `LineString
- Simplification and convex hull operations
- Euclidean and Haversine distance measurement
- Intersection checks
- Affine transforms such as rotation and translation.
- Affine transforms such as rotation and translation
- All DE-9IM spatial predicates such as contains, crosses, and touches.

Please refer to [the documentation](https://docs.rs/geo) for a complete list.

Expand Down
2 changes: 2 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
* <https://github.com/georust/geo/pull/1133>
* Add docs to Relate trait
* <https://github.com/georust/geo/pull/1135>
* Add remaining Relate predicates
* <https://github.com/georust/geo/pull/1136>

## 0.27.0

Expand Down
Loading

0 comments on commit 588799f

Please sign in to comment.