Comment #2 on issue 60 by
sh...@axiomalaska.com: Representing featureType
I'm fine with it. Are you proposing that this be an addendum to Milestone
1.0, or part of Milestone 1.1? Maybe it could be m1.1 but encouraged to add
to m1.0?
Not sure if this should be a classifier or a capabilities element. The
SensorML spec says that both should be considered metadata for sensor
discovery, and that classifiers should be used for "rapid discovery" and
that capabilities should be used for "further filtering." Pretty vague.
Here's an example capabilities encoding:
<sml:capabilities name="featureTypes">
<swe:SimpleDataRecord>
<swe:field name="featureType1">
<swe:Text
definition="
http://mmisw.org/ont/ioos/definition/featureType">
<swe:value>timeSeries</swe:value>
</swe:Text>
</swe:field>
<swe:field name="featureType2">
<swe:Text
definition="
http://mmisw.org/ont/ioos/definition/featureType">
<swe:value>timeSeriesProfile</swe:value>
</swe:Text>
</swe:field>
</swe:SimpleDataRecord>
</sml:capabilities>