-
Notifications
You must be signed in to change notification settings - Fork 32
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
Refactored sqlalchemy-related parsing of geometry #88
Refactored sqlalchemy-related parsing of geometry #88
Conversation
Failing test would be fixed after the merge of #87 |
@ricardogsilva can you rebase (will also trigger CI)? Thanks. |
Geometry is now able to recognize custom CRS definitions
5bf7f65
to
5414c88
Compare
@tomkralidis done |
Thank you for pulling this code in 👍 If I may ask, as this fix was pulled a few months ago, is there an intention to create, in the near future, a new release of pygeofilter? I'm asking, because it'd be great if pygeoapi could, natively, when doing its pip install, benefit from the changes to the |
I hope so @Alex-NRCan, if I may suggest you could install |
For the purpose of follow-up. |
This PR refactors parsing of geometries done in the sqlalchemy backend in order to recognize custom CRS definitions.
Further discussion in #66
Included also a couple of tests which should clarify the result of the proposed modification.