b-cube / semantics-preprocessing

initial text preprocessors for the triplestore and feature classification
Other
2 stars 3 forks source link

Add "actionable" kvp for endpoint URLs #82

Closed roomthily closed 9 years ago

roomthily commented 9 years ago

For any endpoint, we want to tag them as "actionable" (unmodified complete URL pulled from response, assumed good), "possibly actionable" (generated URL from information from a) the response or b) knowledge of the service standard), or "not actionable" (not a complete URL and no way to generate, OpenSearch Template with no parameters replacement, etc).

OpenSearch templates will be flagged as not actionable, OGC generated endpoints as not actionable for any operation not GetCapabilities (we are only appending the 3 common query parameters to the URLs for generating unique endpoints) and THREDDS as actionable if full URL or maybe actionable if generated.

roomthily commented 9 years ago

In testing and we should discuss what a good enumeration looks like for this.