OGC SensorThings API #7561
Replies: 3 comments 3 replies
-
Another test, which looks more promising for fixed station is to display the feature and then plot the chart in the featureinfotemplate when one station is selected. Any idea?
|
Beta Was this translation helpful? Give feedback.
-
I am not sure if data in this format can be used for visualizing the feature info time chart, but I will check with the team.
|
Beta Was this translation helpful? Give feedback.
-
I agree with Zoran here that the ideal approach would be to write a connector for SensorThings. Your second example is almost there but like you found out Terria fails to automatically recognize the column type as time. It currently does this by testing if the column name has I hacked the regex to see how the chart would look, here's a screenshot. If this is something you are interested, I can create a PR with a fix for the dataset. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear,
I'm testing the use of the TerriaMap application to connect to an OGC SensorThings API.
I tested two approach in parallel, one with the table API and one with the GeoJSON but I'm not yet happy with the result. I manage to get only one feature on the map, but I'm struggling to create the Chart with the time-series result. The issue I guess is that the result is nested so the application has trouble linking them.
Do you have an example of the best approach to display fixed station observations (such as the URL in the example below) or even a moving measuring platform using the OGC SensorThings API?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions