-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add CLI support for geometry input as string #381
Conversation
…k to tighten everything up. Includes tests in test_cli.py, and their vcr cassettes.
…lsat into iss350 Merge necessary for future pushes
Codecov Report
@@ Coverage Diff @@
## master #381 +/- ##
==========================================
+ Coverage 93.51% 93.66% +0.15%
==========================================
Files 5 5
Lines 802 821 +19
Branches 169 172 +3
==========================================
+ Hits 750 769 +19
Misses 34 34
Partials 18 18
Continue to review full report at Codecov.
|
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.
A nice feature added in this PR. I have some minor comments that need to be adressed.
Please make sure to also add this to the Changelog before we can get this merged.
…is_wkt() to accept only polygon and point
…r increased security. Add check for '{' in GeoJSON evaluation.
Looks to me like the only thing missing is to adress the failing tests. @valgur do you feel fine taking care of the final pass and the merging? I don't want to be the blocker here. |
Any problems with this or can it merge? |
A changelog entry is missing, but everything else looks good from my side 👍 Anything you want to comment on @valgur? |
If no-one has any objections I am going to merge this on Saturday and make it part of a minor release. |
…ppropriate error. Change SyntaxError to JSONDecodeError. Optimize is_wkt function.
…d geometry parameters.
Anyone want to take a look at this? |
You mean help fixing the failing test? |
I'll be honest the whole time I thought this was a problem with Travis and not something I could fix just playing with the code a bit... Felling a little dumb |
Don't worry about it @thomasyoung-audet - we've all been there 😄 @valgur can you please re-review the requested changes, then we can get this merged. |
Ping @valgur: Have your requested changes been adressed? I regard the open change request as the final blocker before we can push this over the finish line. |
Hello @valgur, could we get this merged?? I fixed everything you suggested like 6 months ago |
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.
I can confirm that all our change requests have been followed up on and this is ready to merge. Thanks for seeing this through, @thomasyoung-audet.
Adds CLI support for geometry input as string