-
Notifications
You must be signed in to change notification settings - Fork 2
Pygeoapi provider [Completed ] #9
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
The geographies in the column need to have the same SRID but we may want to allows SRIDs other than 4326. We can take this question to the TT-CDM but my preference is to be flexible as long as the CRS / SRID is reported in the data model. |
Thanks for the insight. Could we instead enforce SRID 4326 ? We can always convert from one SRID to another using postgis or geoalchemy's ST_Transform method. So we would only expect the srid to be in one format for all our calculations. |
That's a good point, in terms of implementation we can insist on 4326 but then provide the mechanism for transformation to other SRIDs. |
@isedwards @david-i-berry
Please review the changes notably :
Please let me know your thoughts as i write tests for these.