Skip to content
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 support for compound CRSs #864

Open
cportele opened this issue Oct 20, 2023 · 0 comments
Open

Add support for compound CRSs #864

cportele opened this issue Oct 20, 2023 · 0 comments

Comments

@cportele
Copy link
Member

See opengeospatial/ogc-feat-geo-json#102

With 3D data, there is often not a single, registered CRS available and a compound CRS has to be used combining a 2D CRS with a vertical CRS.

This is currently not supported by Part 2.

JSON-FG also supports such compound CRS and software that supports CRSs often supports such compound CRSs, too.

Adding support for compound CRSs should be done maintaining backwards compatibility, i.e., the existing properties "storageCrs" and "storageCrsCoordinateEpoch" should stay as they are.

A new property with an extensible content model should be added for more complex cases. Future extensions could also support the CRS definition inline, not just by reference. The JSON-FG schema could be used for the value, for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant