File: eoptemplate_worldviewgeoeye.xml

package info (click to toggle)
gdal 3.11.3%2Bdfsg-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 89,016 kB
  • sloc: cpp: 1,165,048; ansic: 208,864; python: 26,958; java: 5,972; xml: 4,611; sh: 3,776; cs: 2,508; yacc: 1,306; makefile: 213
file content (46 lines) | stat: -rw-r--r-- 2,044 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<eop:EarthObservation
    gml:id="GMLID_{{{XPATH(uuid())}}}"
    xmlns:eop="http://www.opengis.net/eop/2.0"
    xmlns:gml="http://www.opengis.net/gml/3.2"
    xmlns:om="http://www.opengis.net/om/2.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.opengis.net/eop/2.0 http://schemas.opengis.net/omeo/1.0/eop.xsd http://www.opengis.net/om/2.0 http://schemas.opengis.net/om/2.0/observation.xsd">
    <om:phenomenonTime>
        <gml:TimeInstant gml:id="GMLID_{{{XPATH(uuid())}}}">
            <gml:timePosition>{{{XPATH(//GENERATIONTIME/text())}}}</gml:timePosition>
        </gml:TimeInstant>
    </om:phenomenonTime>
    <om:resultTime />
    <om:procedure>
        <eop:EarthObservationEquipment gml:id="GMLID_{{{XPATH(uuid())}}}">
            <eop:platform>
                <eop:Platform>
                    <eop:shortName>{{{XPATH(//SATID/text())}}}</eop:shortName>
                </eop:Platform>
            </eop:platform>
            <eop:instrument>
                <eop:Instrument>
                    <eop:shortName>{{{XPATH(//SATID/text())}}}</eop:shortName>
                </eop:Instrument>
            </eop:instrument>
            <eop:sensor>
                <eop:Sensor>
                    <eop:sensorType>OPTICAL</eop:sensorType>
                    <eop:operationalMode>{{{XPATH((//BANDID/text())[1])}}}</eop:operationalMode>
                    <eop:resolution uom="{{{XPATH(//PRODUCTUNITS/text())}}}">{{{XPATH(//PRODUCTGSD/text())}}}</eop:resolution>
                </eop:Sensor>
            </eop:sensor>
        </eop:EarthObservationEquipment>
    </om:procedure>
    <om:observedProperty />
    <om:featureOfInterest />
    <om:result />
    <eop:metaDataProperty>
        <eop:EarthObservationMetaData>
            <eop:identifier>{{{XPATH(uuid())}}}</eop:identifier>
            <eop:acquisitionType>NOMINAL</eop:acquisitionType>
            <eop:status>ACQUIRED</eop:status>
        </eop:EarthObservationMetaData>
    </eop:metaDataProperty>
</eop:EarthObservation>