Closed peterstace closed 4 years ago
Remaining methods that need to be added:
Method | Notes |
---|---|
Intersection |
Waiting on https://github.com/peterstace/simplefeatures/issues/21 |
Intersects |
Waiting on https://github.com/peterstace/simplefeatures/issues/21 |
Equals |
Waiting on https://github.com/peterstace/simplefeatures/issues/21 |
EqualsExact |
No blockers. |
IsValid |
Requires structural changes, since only valid geometries are included in corpus. |
We currently have postgis comparison tests for all implemented algorithms.
We want a way to automatically check behaviour of the library against Postgis behavour. If there are any bugs detected, then we can use the generated test cases to add new unit tests (and fixes). There are a few steps to do this:
It may make sense to have this as a separate package so that it's no run with the existing tests (especially if the corpus takes a long time to run through).