-
Notifications
You must be signed in to change notification settings - Fork 13
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
Standardizing API Parameter Syntax #89
Comments
WKT? |
API Features cites RFC 3339 as the authority for the datetime parameter format. |
WKT does seem a better option, considering OGC has already identified a range of communities who use time representations based on calendars which are not the Gregorian calendar as recognised by the International Standards Organisation (ISO) in ISO8601 |
Related to opengeospatial/ogcapi-common#34 |
2020-12-02 OGC-NA meeting today did not reach agreement on this issue being out of scope of the OGC-NA. As a result, the next step will be to establish rules for encoding parameters for use in URIs. |
an additional spatial query option we've been pushing around in STA is filter by external geometry reference, saves you the mess of transferring a geometry via URL (or having to POST), just point to a URL that returns a geometry within the feature: |
@KathiSchleidt @ghobona One option that we considered in API-EDR, and can support, though not really thoroughly tested, is storing the query (which is a geometry) as a feature, for re-use. |
indeed an option. In WCS we have not brought this on the agenda because
|
Is this issue focused on geometry parameters? Adding the extension label based on that assumption. |
API-Common Part 1 provides instructions for query parameter encoding including capitalization, delimiters, escape characters, internationalization, handling of nulls, boolean encoding, integer encoding, decimal encoding, double encoding, and the encoding of special characters. One could argue that WKT is a string and not subject to the numeric encoding rules. |
SWG 2021-08-11: The geometry encoding is discussed in #52; general concerns about query parameters are addressed by Common - Part 1. Agreed to close. |
Action to the OGC NA
Establish rules for encoding parameters for use in URIs.
For example, how should you encode a bounding polygon?
The text was updated successfully, but these errors were encountered: