-
-
Notifications
You must be signed in to change notification settings - Fork 121
Add SpatiaLite helpers to CLI #407
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #407 +/- ##
==========================================
+ Coverage 95.91% 96.62% +0.71%
==========================================
Files 6 6
Lines 2421 2460 +39
==========================================
+ Hits 2322 2377 +55
+ Misses 99 83 -16
Continue to review full report at Codecov.
|
@simonw I think this is ready for a look. |
This PR looks fantastic. |
We should add SpatiaLite to the action that calculates code coverage - that way we can calculate coverage across the new GIS tests as well: https://github.com/simonw/sqlite-utils/blob/main/.github/workflows/test-coverage.yml Should just be a case of adding this to that workflow - we can do this in the same PR.
|
Wow, just found out I can edit files in this PR branch by hitting |
This is honestly one of the most complete PRs I've ever seen for a feature of this size. Thanks so much for this! |
Happy to do it and have it in the library. Going to use it a bunch. This whole SpatiaLite toolchain become a huge part of my work in the past year. |
Closes #398
This adds SpatiaLite helpers to the CLI.
Docs and tests are included.