- add image import script for Pechgraben images
This commit is contained in:
parent
dc58b7235f
commit
d33e9d2b55
9 changed files with 503 additions and 112 deletions
|
|
@ -10,6 +10,12 @@
|
|||
<gml:identifier codeSpace=\"uniqueID\">{procedure_identifier}</gml:identifier>
|
||||
<sml:identification>
|
||||
<sml:IdentifierList>
|
||||
<sml:identifier>
|
||||
<sml:Term definition=\"urn:ogc:def:identifier:OGC:1.0:longName\">
|
||||
<sml:label>longName</sml:label>
|
||||
<sml:value>{procedure_name}</sml:value>
|
||||
</sml:Term>
|
||||
</sml:identifier>
|
||||
<sml:identifier>
|
||||
<sml:Term definition=\"urn:ogc:def:identifier:OGC:1.0:shortName\">
|
||||
<sml:label>shortName</sml:label>
|
||||
|
|
@ -28,6 +34,20 @@
|
|||
</sml:capability>
|
||||
</sml:CapabilityList>
|
||||
</sml:capabilities>
|
||||
<sml:capabilities name=\"metadata\">
|
||||
<sml:CapabilityList> <!-- status indicates, whether sensor is insitu (true) or remote (false) -->
|
||||
<sml:capability name=\"insitu\">
|
||||
<swe:Boolean definition=\"insitu\">
|
||||
<swe:value>true</swe:value>
|
||||
</swe:Boolean>
|
||||
</sml:capability> <!-- status indicates, whether sensor is mobile (true) or fixed/stationary (false) -->
|
||||
<sml:capability name=\"mobile\">
|
||||
<swe:Boolean definition=\"mobile\">
|
||||
<swe:value>false</swe:value>
|
||||
</swe:Boolean>
|
||||
</sml:capability>
|
||||
</sml:CapabilityList>
|
||||
</sml:capabilities>
|
||||
<sml:featuresOfInterest>
|
||||
<sml:FeatureList definition=\"http://www.opengis.net/def/featureOfInterest/identifier\">
|
||||
<swe:label>featuresOfInterest</swe:label>
|
||||
|
|
@ -48,10 +68,10 @@
|
|||
</sml:featuresOfInterest>
|
||||
<sml:outputs>
|
||||
<sml:OutputList>
|
||||
<sml:output name=\"Image\">
|
||||
<sml:output name=\"HumanVisualPerception\">
|
||||
<swe:DataRecord>
|
||||
<swe:field name=\"manuel_observation\">
|
||||
<swe:Text definition=\"manuel_observation\"/>
|
||||
<swe:field name=\"HumanVisualPerception\">
|
||||
<swe:Text definition=\"HumanVisualPerception\"/>
|
||||
</swe:field>
|
||||
</swe:DataRecord>
|
||||
</sml:output>
|
||||
|
|
@ -61,19 +81,19 @@
|
|||
<swe:Vector referenceFrame=\"urn:ogc:def:crs:EPSG::4326\">
|
||||
<swe:coordinate name=\"easting\">
|
||||
<swe:Quantity axisID=\"x\">
|
||||
<swe:uom code=\"degree\" />
|
||||
<swe:uom code=\"degree\"/>
|
||||
<swe:value>{cord_x}</swe:value>
|
||||
</swe:Quantity>
|
||||
</swe:coordinate>
|
||||
<swe:coordinate name=\"northing\">
|
||||
<swe:Quantity axisID=\"y\">
|
||||
<swe:uom code=\"degree\" />
|
||||
<swe:uom code=\"degree\"/>
|
||||
<swe:value>{cord_y}</swe:value>
|
||||
</swe:Quantity>
|
||||
</swe:coordinate>
|
||||
<swe:coordinate name=\"altitude\">
|
||||
<swe:Quantity axisID=\"z\">
|
||||
<swe:uom code=\"m\" />
|
||||
<swe:uom code=\"m\"/>
|
||||
<swe:value>{height}</swe:value>
|
||||
</swe:Quantity>
|
||||
</swe:coordinate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue