TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.18k stars 364 forks source link

Support SensorML in SOS #3746

Open digimatspa opened 5 years ago

digimatspa commented 5 years ago

It seems that only WaterML is supported in SOS component. Are you planning to implement SensorML as well? (https://www.opengeospatial.org/standards/sensorml) Thank you

rowanwins commented 5 years ago

Hi @digimatspa

We try and support many formats, obviously work gets prioritised based on the project requirements that we have - I'm not aware of any projects at the moment that require SensorML support so it's probably a low priority for us at the moment, but that might change.

TerriaJS is also an open source project so we're always open to receiving pull requests too :)

Cheers Rowan

digimatspa commented 5 years ago

Hi Rowan, here is a POC of SensorML support in SOS: https://github.com/digimatspa/terriajs/tree/sensorml_poc

It can be used as a starting point. Subclassing may be a better option to keep SensorML and WaterML support separated.