Data model Segment Class

EO Satellite Tasking Extension for SPS OGC 10-135 status Status code describing the state of this segment. Descriptions of status codes are given in the table below. The value shall be ‘POTENTIAL’ in the case of a feasibility study. StatusCode CodeList relatedSegment Reference to a coupled segment such as the other member of a stereo or interferometric pair. Segment by reference extension Extension slot for mission specific information or future extensions to this standard. Any The table below describes the meaning of status codes used in the Segment class: Name Description POTENTIAL Segments are marked as potential when they are estimated in the context of a feasibility study. PLANNED The segment is planned for acquisition at the specified date. This usually means that the segment has been entered in the satellite work plan but has not yet been executed. ACQUIRED The segment was acquired by the on-board instrument and successfully downlinked to a ground station. VALIDATED The acquired segment was validated since it satisfied the validation criteria expressed in the request e.g. cloud cover was less than the maximum acceptable amount. CANCELLED The segment acquisition was cancelled by the requester. REJECTED An originally planned or potential segment acquisition was purposely cancelled by the data provider because of a last minute conflict. FAILED The acquisition of a segment failed for an internal reason such as a last minute conflict or a low image quality resulting from bad downlink transmission. The Polygon class is defined in [OGC 07-036]. The EarthObservationEquipment class is defined in [OGC 10-157].

7.1.6.2.3 XML encoding

The following schema snippet normalizes the structure of the Segment XML element: element name = Segment type = eosps:SegmentType substitutionGroup = gml:AbstractObject complexType name = SegmentType sequence element name = footprint type = gml:SurfacePropertyType element name = acquisitionStartTime type = dateTime element name = acquisitionStopTime type = dateTime element name = acquisitionMethod type = EarthObservationEquipmentPropertyType element name = status type = eosps:StatusCodeType element name = relatedSegment type = gml:ReferenceType minOccurs = maxOccurs = unbounded element name = extension type = anyType minOccurs = maxOccurs = unbounded sequence attribute ref = gml:id use = required complexType Below is an example instance of the Segment element: Copyright © 2011 Open Geospatial Consortium 63 OGC 10-135 EO Satellite Tasking Extension for SPS eosps:Segment gml:id = S01 xmlns:eosps = http:www.opengis.neteosps2.0 xmlns = http:earth.esa.inteop xmlns:gml = http:www.opengis.netgml3.2 eosps:footprint gml:Polygon gml:id = FS01 srsName = http:www.opengis.netdefcrsEPSG04326 gml:exterior gml:LinearRing gml:posListgml:posList gml:LinearRing gml:exterior gml:Polygon eosps:footprint eosps:acquisitionStartTime 2010-06-01T10:23:32Z eosps:acquisitionStartTime eosps:acquisitionStopTime 2010-06-01T10:23:40Z eosps:acquisitionStopTime eosps:acquisitionMethod EarthObservationEquipment gml:id = E01 platform Platform shortName SPOT-5 shortName Platform platform instrument Instrument shortName HRG1 shortName Instrument instrument sensor Sensor operationalMode THX operationalMode resolution uom = m 2.5 resolution Sensor sensor acquisitionParameters Acquisition orbitNumber 12 orbitNumber orbitDirection DESCENDING orbitDirection wrsLongitudeGrid 86 wrsLongitudeGrid wrsLatitudeGrid 123 wrsLatitudeGrid incidenceAngle uom = deg 11.5 incidenceAngle pitch uom = deg 0.0 pitch roll uom = deg -10.0 roll Acquisition acquisitionParameters EarthObservationEquipment eosps:acquisitionMethod eosps:status ACQUIRED eosps:status eosps:Segment Requirement http:www.opengis.netspecEOSPS2.0reqcoresegment-footprint-syntax Req 28. The polygon element used to describe the segment’s footprint shall comply with Req 25 and Req 26. 64 Copyright © 2011 Open Geospatial Consortium