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

Alignment of ObservationCollection to Datastream #10

Open
dr-shorthair opened this issue Apr 25, 2018 · 3 comments
Open

Alignment of ObservationCollection to Datastream #10

dr-shorthair opened this issue Apr 25, 2018 · 3 comments

Comments

@dr-shorthair
Copy link
Collaborator

In #7 et seq. it is suggested that ObservationCollection maps to SensorThings DataStreams. Some text explaining this would help the Note.

@dr-shorthair dr-shorthair added enhancement New feature or request help wanted labels Apr 25, 2018
@dr-shorthair
Copy link
Collaborator Author

dr-shorthair commented Apr 25, 2018

@lieberjosh @KathiSchleidt FYI

@lieberjosh
Copy link

Discussing with Steve Liang and will see what I can do.

@KathiSchleidt
Copy link
Contributor

KathiSchleidt commented Apr 25, 2018

To my understanding, it would mostly map to a MultiDataStream, the caveat being that all observations in the collection must utilize the same Sensor (so Process in O&M Speak).

Picking up on the dataArray result topic from the previous thread (#7), my understanding dataArray result doesn't group different observations, it just provides a more concise encoding of the observations included within the datastream. Example:
http://service.datacove.eu:8080/ST_BRGM/v1.0/Datastreams('http://guid.datacove.eu/BRGM/obs/03745X0021-P1.2')/Observations?$resultFormat=dataArray
vs
http://service.datacove.eu:8080/ST_BRGM/v1.0/Datastreams('http://guid.datacove.eu/BRGM/obs/03745X0021-P1.2')/Observations

This same lightweight structuring can also be applied to multidatastreams, there's a nice example at the end of the STA spec

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

No branches or pull requests

4 participants