-
Notifications
You must be signed in to change notification settings - Fork 69
Added checks for area and number of points #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
✅ 404/404 passed, 44 skipped, 5h0m33s total Running from acceptance #3051 |
|
All commits in PR should be signed ('git commit -S ...'). See https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
3a32a50 to
ddfcbf3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #636 +/- ##
==========================================
+ Coverage 89.77% 89.84% +0.06%
==========================================
Files 56 56
Lines 4966 5010 +44
==========================================
+ Hits 4458 4501 +43
- Misses 508 509 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Changes
This PR adds the following row-level checks for geometry columns (e.g. WKT):
has_area_less_thanhas_area_greater_thanhas_area_equal_tohas_area_not_equal_tohas_num_points_less_thanhas_num_points_greater_thanhas_num_points_equal_tohas_num_points_not_equal_toLinked issues
Resolves #605
Tests