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 proj:code #27

Closed
wants to merge 1 commit into from
Closed

Add proj:code #27

wants to merge 1 commit into from

Conversation

jsignell
Copy link
Member

Closes #26.

I imagine the old proj:epsg should stay in there for now since there doesn't seem to be any extension version information.

@m-mohr
Copy link
Contributor

m-mohr commented Jan 15, 2024

First, we need to merge and release the new projection extension.

Once that is done, stac-migrate needs an update and that would remove the requirement to have proj:epsg here (at least for the JS ecosystem). Once that is done, we can continue here.

@@ -1124,6 +1124,11 @@
"format": "EPSG",
"summary": "v"
},
"proj:code": {
"label": "Code",
"explain": "Proj code. For example: EPSG:4326",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should improve the explain string or remove it and build a formatter for this field...

@m-mohr m-mohr marked this pull request as draft March 8, 2024 11:56
@m-mohr m-mohr marked this pull request as ready for review July 22, 2024 12:53
@m-mohr
Copy link
Contributor

m-mohr commented Aug 9, 2024

Implemented. Closing in favor of ebd9c99 due to the additional code required to create links for the various authorities.

@m-mohr m-mohr closed this Aug 9, 2024
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.

Add proj:code to support Projection extension v2
2 participants