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 version to payload #162

Open
tomkralidis opened this issue Jan 27, 2023 · 3 comments
Open

add version to payload #162

tomkralidis opened this issue Jan 27, 2023 · 3 comments
Labels
Editorial Priority 1 Highly desirable V1.1 Non-breaking change for Version 1.1

Comments

@tomkralidis
Copy link

It would be valuable for a CoverageJSON payload to identify conformance (similar to OGC API - Records. Example:

{
    "conformsTo": [
        "http://www.opengis.net/spec/covjson/1.0"
    ],
    "type": "CoverageType",
        "domain": {
            "type": "DomainType",
    ...

While clause 10 of the DP provides guidance on further qualifying the media type with conformance, would it also be valuable to add to the payload itself (to self identify independent of the transfer mechanism)?

@jonblower
Copy link
Contributor

Yes, I think that's a sensible idea. This could maybe go into v1.1. I guess it would have to be optional or "strongly recommended" in order to preserve backward compatibility.

tomkralidis added a commit to tomkralidis/CoverageJSON that referenced this issue Jan 30, 2023
tomkralidis added a commit to tomkralidis/CoverageJSON that referenced this issue Jan 30, 2023
@tomkralidis
Copy link
Author

+1. PR in #163 (not sure if master branch is still 1.0 bound).

@chris-little
Copy link
Contributor

@tomkralidis @jonblower We had better leave Master Branch as V1.0 until @ghobona confirms it is published and we can make master v1.1 (or V1.0.1).

@chris-little chris-little added the V1.1 Non-breaking change for Version 1.1 label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editorial Priority 1 Highly desirable V1.1 Non-breaking change for Version 1.1
Projects
Status: No status
Development

No branches or pull requests

3 participants