-
Notifications
You must be signed in to change notification settings - Fork 26
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
Changes for v1.2 #577
Changes for v1.2 #577
Conversation
m-burgoyne
commented
Sep 16, 2024
•
edited
Loading
edited
- Add support for multi location requests
- Add support for a limit query parameter
- Add an annex for recommended aggregation method descriptions for measurementType
- Updates the reference to the CoverageJSON community standard
- Add paragraph to specify that the OpenAPI documentation served by the server as the definitive definition of the query parameters that the EDR server supports
- Fix the time response requirement definition
- Fix duplicate operationids in OpenAPI examples
- Add support for requesting specific resolutions in the Cube query
- Fix the measurementType examples
- Change Annex A and Annex B to be normative
- Add support to the Z query parameter for open ranges
- Add missing Custom dimension definitions
- Correct error in collection bbox definition
Add support for passing multiple location ids in a single locations request
@m-burgoyne I suggest we need a more detailed History section, like Features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hope the Metanorma changes work out OK.
@tomkralidis @m-burgoyne The Generate OpenAPI Bundle workflow needs updating for a more current version of Swagger. |
Is there something broken in the current version? |
@tomkralidis https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/pull/577/checks but they may not matter. Mentions of node.js too. they are warnings rather than failures: |
Ah, ok. The node.js warnings are a function of the GitHub Actions. I've updated #581 to fix these warnings. |
EDR API SWG 122 2024-10-03 agreed to merge when last fixes tweaked (Metanorma problems) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phew! Well done @m-burgoyne
@@ -25,4 +25,5 @@ | |||
|2022-05-12 |Master branch|Mark Burgoyne | all | Add missing requirements and tests for data_queries metadata | |||
|2022-06-01 |1.0.1|G.Hobona | all | Final OGC Staff review | |||
|2023-06-30 |1.1|G.Hobona | all | Final OGC Staff review | |||
|2024-09-19 |1.2|Mark Burgoyne| all | Changes for v1.2 (link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/321[#321], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/398[#398], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/414[#414], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/455[#455], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/479[#479] link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/527[#527], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/529[#529], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/560[#560], link:https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/565[#565]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this how we want to do history?
* [[[RFC2616,RFC 2616]]] Fielding, R., Gettys, J., Mogul, J., Frystyk, H., Masinter, L., Leach, P., Berners-Lee, T.: IETF RFC 2616, HTTP/1.1, https://tools.ietf.org/rfc/rfc2616.txt[https://tools.ietf.org/rfc/rfc2616.txt] | ||
* [[[RFC2818,RFC 2818]]] Rescorla, E.: IETF RFC 2818, HTTP Over TLS, https://tools.ietf.org/rfc/rfc2818.txt[https://tools.ietf.org/rfc/rfc2818.txt] | ||
* [[[RFC3339,RFC 3339]]] Klyne, G., Newman, C.: IETF RFC 3339, Date and Time on the Internet: Timestamps, https://tools.ietf.org/rfc/rfc3339.txt[https://tools.ietf.org/rfc/rfc3339.txt] | ||
* [[[RFC3896,RFC 3896]]] Berners-Lee, T., Fielding, R., Masinter, L: IETF RFC 3896, Uniform Resource Identifier (URI): Generic Syntax, https://tools.ietf.org/rfc/rfc3896.txt[https://tools.ietf.org/rfc/rfc3896.txt] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be 3986 -- don't ask my how I know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks great. The "limit" addition is good. May be worth fixing a couple very minor things I noted.
Agreed to merge at OGC EDR API SWG 2024-10-31 #123 |