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

Tasking Core Discussion Paper: Count-Tasking Capability example #99

Open
phertweck opened this issue Mar 27, 2020 · 0 comments
Open

Tasking Core Discussion Paper: Count-Tasking Capability example #99

phertweck opened this issue Mar 27, 2020 · 0 comments
Assignees
Labels

Comments

@phertweck
Copy link

There is an inconsistence between the 'OGC SensorThings API Tasking Core Discussion Paper' and the 'OGC® SWE Common Data Model Encoding Standard'.

The Discussion Paper contains an example for representing a 'Count' taskingParameters in TaskingCapability (page 10, section 5.4):

{
"type": "Count",
"name": "clean_count",
"label": "total count to clean the house",
"description": "The total count of house cleaning",
"constraint": {
"type": "AllowedValues",
"interval": [0 10]
}
}

OGC® SWE Common Data Model Encoding Standard describes on page 41, that the 'interval' in 'AllowdValues' is a list of RealPairs ('interval: RealPair [0..*]'). By this, the interval definition in the discussion paper should be represented as: '"interval": [[0 10]]'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants