-
Notifications
You must be signed in to change notification settings - Fork 5
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
ENH: optimize export_by_location with e.g. intersects is False #606
base: main
Are you sure you want to change the base?
ENH: optimize export_by_location with e.g. intersects is False #606
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #606 +/- ##
==========================================
+ Coverage 93.11% 93.74% +0.62%
==========================================
Files 21 21
Lines 4113 4457 +344
==========================================
+ Hits 3830 4178 +348
+ Misses 283 279 -4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks already very promising, thanks!
Already a first round of more higher level feedback in this review, and additionally:
- feel free to add a line in the changelog for this great improvement ;-)
…com/KriWay/geofileops into feature/optimize-export-by-location
"spatial_relations, exp_features", | ||
[("intersects is True", 1), ("intersects is False", 2)], | ||
) | ||
def test_intersects( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it is clearer to name this module test_export_by_location.py
and to put all tests related to export_by_location
(also the one(s) now in test_geofileops_twolayers.py) together here?
fixes #617
resolves #548