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 compund CRS in the form of CURIEs #192

Closed
wants to merge 1 commit into from

Conversation

balazsdukai
Copy link
Member

Allow compound CRS in metadata.referenceSystem the form of CURIEs, in addition to the current URI syntax.

For example:

"referenceSystem": [
    "[EPSG:4326]",
    "[EPSG:3855]"
  ]

The schema allows any UPPER/lowercase letter or digit as identifier, and any UPPER/lowercase letter as authority.

However, this change breaks backwards compatibility, so it would require a new major version.

If we decide to merge this PR, the specs need to be updated too.

Fixes #181

@balazsdukai balazsdukai closed this Apr 9, 2024
@balazsdukai balazsdukai deleted the feature/compound-crs branch April 9, 2024 08:23
@balazsdukai balazsdukai restored the feature/compound-crs branch April 9, 2024 08:23
@hugoledoux hugoledoux added this to the 2.1 milestone Apr 10, 2024
@hugoledoux
Copy link
Member

We should do this, but for v2.1 only.

v2.0 should stay backwards compatible.

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

Successfully merging this pull request may close these issues.

support for compound-CRS?
2 participants