OpenSearch with Atom#
This notebook explains the use of the OpenSearch interface with Atom response format to access collection and granule metadata according to the two-step mechanism recommended by CEOS Best Practices [RD1].
Overview#
The subjects covered in this notebook are:
Collection Search
Access API Description
Search by free text
Search by title
Search by platform
Search by instrument
Search by organisation
Search by identifier
Search by concept
Collection Properties
Collection geometry
Collection temporal extent
Collection identifier
Collection keywords
Collection other representations
Collection embedding other formats
Collection related documentation
Granule Search
Access API Description
Search by bounding box
Search by geometry
Search by temporal extent
Search by identifier
Granule Properties
Geometry
Temporal extent
Granule identifier
Quicklook
Granule download
Other representations
Embedding other formats
Advanced Topics
Result paging
Sorting results
Faceted search
Content negotiation
Further Reading
The Notebook can be used with a number of different endpoints. Change the OSDD to be used for collection search by executing the notebook.
'https://fedeo.ceos.org/api?httpAccept=application%2Fopensearchdescription%2Bxml'
Collection Search#
Access API Description#
The OpenSearch Description Document is accessible at the fixed location https://fedeo.ceos.org/api?httpAccept=application%2Fopensearchdescription%2Bxml and contains the URL template to be used for collection search.
Example: 2.1
Access the API Description in OpenSearch Description Document (OSDD) format.
response = requests.get(url_osdd, verify=bool(verify_ssl) )
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ',newl='')
md("```xml\n" + xmlstr + "\n```\n")
<?xml version="1.0" ?><os:OpenSearchDescription xmlns:os="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:param="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/" xmlns:semantic="http://a9.com/-/opensearch/extensions/semantic/1.0/" xmlns:sru="http://a9.com/-/opensearch/extensions/sru/2.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/">
<os:ShortName>FedEO</os:ShortName>
<os:Description>Provides interoperable access, following ISO/OGC interface guidelines, to Earth Observation metadata.</os:Description>
<os:Tags>FedEO Clearinghouse, ESA, Earth Observation, Digital Repository, HMA, HMA-S, HMA-SE, CEOS-OS-BP-V1.1/L1.</os:Tags>
<os:Url rel="self" template="https://fedeo.ceos.org/api?httpAccept=application%2Fopensearchdescription%2Bxml" type="application/opensearchdescription+xml"/>
<os:Url indexOffset="1" pageOffset="1" rel="collection" template="https://fedeo.ceos.org/collections/series/items?httpAccept=application/geo%2Bjson&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&mode=owc" type="application/geo+json">
<param:Parameter name="type" value="{dc:type}">
<param:Option label="dataset series" value="collection"/>
</param:Parameter>
<param:Parameter minInclusive="0" name="limit" pattern="[0-9]+" value="{count}"/>
<param:Parameter minInclusive="1" name="startRecord" pattern="[0-9]+" value="{startIndex}"/>
<param:Parameter minInclusive="1" name="startPage" pattern="[0-9]+" value="{startPage}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:start}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:end}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="organisationName" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:organisationName}">
<param:Option label="CEDA (247)" value="CEDA"/>
<param:Option label="CMEMS (277)" value="CMEMS"/>
<param:Option label="CloudFerro (3)" value="CloudFerro"/>
<param:Option label="DE/DLR (53)" value="DE/DLR"/>
<param:Option label="DOC/NOAA/NESDIS/NCEI (57)" value="DOC/NOAA/NESDIS/NCEI"/>
<param:Option label="DOI/USGS (9)" value="DOI/USGS"/>
<param:Option label="EC (32)" value="EC"/>
<param:Option label="ECMWF (14)" value="ECMWF"/>
<param:Option label="ESA/ESRIN (276)" value="ESA/ESRIN"/>
<param:Option label="EU/C3S (9)" value="EU/C3S"/>
<param:Option label="EUMETSAT (253)" value="EUMETSAT"/>
<param:Option label="EUMETSAT/OSISAF (5)" value="EUMETSAT/OSISAF"/>
<param:Option label="FR/CNES (57)" value="FR/CNES"/>
<param:Option label="FR/Meteo-France (1)" value="FR/Meteo-France"/>
<param:Option label="JP/JAXA/SAOC (1019)" value="JP/JAXA/SAOC"/>
<param:Option label="JP/JMA (3)" value="JP/JMA"/>
<param:Option label="NASA" value="NASA"/>
<param:Option label="NL/KNMI (6)" value="NL/KNMI"/>
<param:Option label="NO/MET (1)" value="NO/MET"/>
<param:Option label="SatOC (1)" value="SatOC"/>
<param:Option label="Sinergise (2)" value="Sinergise"/>
<param:Option label="The Satellite Application Facility on Climate Monitoring (CM-SAF) (1)" value="The Satellite Application Facility on Climate Monitoring (CM-SAF)"/>
<param:Option label="UC-LONDON/CPOM (15)" value="UC-LONDON/CPOM"/>
<param:Option label="UK/CCLRC/RAL (3)" value="UK/CCLRC/RAL"/>
<param:Option label="VITO (111)" value="VITO"/>
</param:Parameter>
<param:Parameter name="processingLevel" value="{eo:processingLevel}">
<param:Option label="level 0 (8)" value="level 0"/>
<param:Option label="level 1 (43)" value="level 1"/>
<param:Option label="level 1.5 (1)" value="level 1.5"/>
<param:Option label="level 1a (19)" value="level 1a"/>
<param:Option label="level 1b (59)" value="level 1b"/>
<param:Option label="level 1b+ (1)" value="level 1b+"/>
<param:Option label="level 1c (13)" value="level 1c"/>
<param:Option label="level 1d (3)" value="level 1d"/>
<param:Option label="level 1g (2)" value="level 1g"/>
<param:Option label="level 1gt (2)" value="level 1gt"/>
<param:Option label="level 1r (1)" value="level 1r"/>
<param:Option label="level 1t (4)" value="level 1t"/>
<param:Option label="level 2 (66)" value="level 2"/>
<param:Option label="level 2a (6)" value="level 2a"/>
<param:Option label="level 2b (3)" value="level 2b"/>
<param:Option label="level 2c (2)" value="level 2c"/>
<param:Option label="level 3 (29)" value="level 3"/>
<param:Option label="level 3a (6)" value="level 3a"/>
<param:Option label="level 3b (3)" value="level 3b"/>
<param:Option label="level 4 (3)" value="level 4"/>
<param:Option label="level-a (1)" value="level-a"/>
<param:Option label="level-a+ (1)" value="level-a+"/>
<param:Option label="multiple (47)" value="multiple"/>
</param:Parameter>
<param:Parameter name="instrument" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:instrument}">
<param:Option label="AATSR (44)" value="AATSR"/>
<param:Option label="ACC (11)" value="ACC"/>
<param:Option label="ACE-FTS (2)" value="ACE-FTS"/>
<param:Option label="ACGS (1)" value="ACGS"/>
<param:Option label="AIRSAFE (1)" value="AIRSAFE"/>
<param:Option label="ALADIN (4)" value="ALADIN"/>
<param:Option label="ALTIKA (16)" value="ALTIKA"/>
<param:Option label="AMI/SAR (16)" value="AMI/SAR"/>
<param:Option label="AMI/Scatterometer (29)" value="AMI/Scatterometer"/>
<param:Option label="AMSR (58)" value="AMSR"/>
<param:Option label="AMSR-E (152)" value="AMSR-E"/>
<param:Option label="AMSR2 (100)" value="AMSR2"/>
<param:Option label="AMSU-B (8)" value="AMSU-B"/>
<param:Option label="ASAR (29)" value="ASAR"/>
<param:Option label="ASCAT (34)" value="ASCAT"/>
<param:Option label="ASM (11)" value="ASM"/>
<param:Option label="ASTER (1)" value="ASTER"/>
<param:Option label="ATSR-1 (15)" value="ATSR-1"/>
<param:Option label="ATSR-2 (47)" value="ATSR-2"/>
<param:Option label="AVHRR (55)" value="AVHRR"/>
<param:Option label="AVHRR-2 (116)" value="AVHRR-2"/>
<param:Option label="AVHRR-3 (123)" value="AVHRR-3"/>
<param:Option label="AVNIR (4)" value="AVNIR"/>
<param:Option label="AVNIR-2 (3)" value="AVNIR-2"/>
<param:Option label="AwiFS (4)" value="AwiFS"/>
<param:Option label="BGI (2)" value="BGI"/>
<param:Option label="BLACKJACK (8)" value="BLACKJACK"/>
<param:Option label="BUV (1)" value="BUV"/>
<param:Option label="C-SAR (32)" value="C-SAR"/>
<param:Option label="CALIOP (7)" value="CALIOP"/>
<param:Option label="CAPI (1)" value="CAPI"/>
<param:Option label="CHRIS (1)" value="CHRIS"/>
<param:Option label="CIRC (1)" value="CIRC"/>
<param:Option label="CPR (4)" value="CPR"/>
<param:Option label="CSG-SAR (1)" value="CSG-SAR"/>
<param:Option label="DESIS (1)" value="DESIS"/>
<param:Option label="DORIS (2)" value="DORIS"/>
<param:Option label="DPR (16)" value="DPR"/>
<param:Option label="EFI (11)" value="EFI"/>
<param:Option label="EGG (7)" value="EGG"/>
<param:Option label="EOC (1)" value="EOC"/>
<param:Option label="ETM (8)" value="ETM"/>
<param:Option label="GERB (12)" value="GERB"/>
<param:Option label="GIS (2)" value="GIS"/>
<param:Option label="GLI (132)" value="GLI"/>
<param:Option label="GMI (2)" value="GMI"/>
<param:Option label="GOES I-M IMAGER (6)" value="GOES I-M IMAGER"/>
<param:Option label="GOES N-P IMAGER (5)" value="GOES N-P IMAGER"/>
<param:Option label="GOES-13 IMAGER (5)" value="GOES-13 IMAGER"/>
<param:Option label="GOME (9)" value="GOME"/>
<param:Option label="GOME-2 (29)" value="GOME-2"/>
<param:Option label="GOMOS (10)" value="GOMOS"/>
<param:Option label="GPSR (11)" value="GPSR"/>
<param:Option label="GRACE ACC (1)" value="GRACE ACC"/>
<param:Option label="GRACE INTERFEROMETER (1)" value="GRACE INTERFEROMETER"/>
<param:Option label="GRACE LRR (5)" value="GRACE LRR"/>
<param:Option label="GRACE SCA (1)" value="GRACE SCA"/>
<param:Option label="GRAS (8)" value="GRAS"/>
<param:Option label="HALOE (1)" value="HALOE"/>
<param:Option label="HIRS/2 (4)" value="HIRS/2"/>
<param:Option label="HIRS/3 (10)" value="HIRS/3"/>
<param:Option label="HIRS/4 (10)" value="HIRS/4"/>
<param:Option label="HRC (1)" value="HRC"/>
<param:Option label="HRG (4)" value="HRG"/>
<param:Option label="HRS (4)" value="HRS"/>
<param:Option label="HRV (2)" value="HRV"/>
<param:Option label="HRVIR (5)" value="HRVIR"/>
<param:Option label="HiRAIS (5)" value="HiRAIS"/>
<param:Option label="HiRI (3)" value="HiRI"/>
<param:Option label="HyperScout-2 (1)" value="HyperScout-2"/>
<param:Option label="IASI (12)" value="IASI"/>
<param:Option label="IIR (5)" value="IIR"/>
<param:Option label="JAMI (4)" value="JAMI"/>
<param:Option label="KBR (1)" value="KBR"/>
<param:Option label="LIMS (1)" value="LIMS"/>
<param:Option label="LISS-3 (7)" value="LISS-3"/>
<param:Option label="LISS-4 (6)" value="LISS-4"/>
<param:Option label="LRR (11)" value="LRR"/>
<param:Option label="MAESTRO (1)" value="MAESTRO"/>
<param:Option label="MERIS (53)" value="MERIS"/>
<param:Option label="MESSR (2)" value="MESSR"/>
<param:Option label="MGM (1)" value="MGM"/>
<param:Option label="MHS (8)" value="MHS"/>
<param:Option label="MIPAS (3)" value="MIPAS"/>
<param:Option label="MIRAS (32)" value="MIRAS"/>
<param:Option label="MODIS (56)" value="MODIS"/>
<param:Option label="MSC (3)" value="MSC"/>
<param:Option label="MSI (48)" value="MSI"/>
<param:Option label="MSS (3)" value="MSS"/>
<param:Option label="MTSAT 2 IMAGER (5)" value="MTSAT 2 IMAGER"/>
<param:Option label="MVIRI (55)" value="MVIRI"/>
<param:Option label="MWHS-1 (1)" value="MWHS-1"/>
<param:Option label="MWR (5)" value="MWR"/>
<param:Option label="NAOMI (2)" value="NAOMI"/>
<param:Option label="NRA (1)" value="NRA"/>
<param:Option label="OCM-2 (1)" value="OCM-2"/>
<param:Option label="OCTS (52)" value="OCTS"/>
<param:Option label="OLCI (5)" value="OLCI"/>
<param:Option label="OLI Instrument (2)" value="OLI Instrument"/>
<param:Option label="OLI (8)" value="OLI"/>
<param:Option label="OLS (2)" value="OLS"/>
<param:Option label="OMI (6)" value="OMI"/>
<param:Option label="OPS (3)" value="OPS"/>
<param:Option label="OSA (1)" value="OSA"/>
<param:Option label="OSCAT (2)" value="OSCAT"/>
<param:Option label="OSIRIS (2)" value="OSIRIS"/>
<param:Option label="PALSAR (5)" value="PALSAR"/>
<param:Option label="PALSAR-2 (1)" value="PALSAR-2"/>
<param:Option label="PAN (8)" value="PAN"/>
<param:Option label="PAZ-SAR (2)" value="PAZ-SAR"/>
<param:Option label="PNEO (1)" value="PNEO"/>
<param:Option label="POAM-II (1)" value="POAM-II"/>
<param:Option label="POAM-III (1)" value="POAM-III"/>
<param:Option label="POLDER (17)" value="POLDER"/>
<param:Option label="POSEIDON-2 (16)" value="POSEIDON-2"/>
<param:Option label="POSEIDON-3 (10)" value="POSEIDON-3"/>
<param:Option label="PR (19)" value="PR"/>
<param:Option label="PRARE (1)" value="PRARE"/>
<param:Option label="PRISM (4)" value="PRISM"/>
<param:Option label="PlanetScope Camera (2)" value="PlanetScope Camera"/>
<param:Option label="RA (24)" value="RA"/>
<param:Option label="RA-2 (27)" value="RA-2"/>
<param:Option label="RBV (1)" value="RBV"/>
<param:Option label="SAGE-I (1)" value="SAGE-I"/>
<param:Option label="SAOCOM-SAR (1)" value="SAOCOM-SAR"/>
<param:Option label="SAPHIR (2)" value="SAPHIR"/>
<param:Option label="SAR (13)" value="SAR"/>
<param:Option label="SBUV (1)" value="SBUV"/>
<param:Option label="SBUV/2 (1)" value="SBUV/2"/>
<param:Option label="SCARAB (2)" value="SCARAB"/>
<param:Option label="SCAT (1)" value="SCAT"/>
<param:Option label="SCIAMACHY (21)" value="SCIAMACHY"/>
<param:Option label="SENSE (1)" value="SENSE"/>
<param:Option label="SEVIRI (134)" value="SEVIRI"/>
<param:Option label="SGLI (544)" value="SGLI"/>
<param:Option label="SIM (3)" value="SIM"/>
<param:Option label="SIRAL (29)" value="SIRAL"/>
<param:Option label="SLIM6 (5)" value="SLIM6"/>
<param:Option label="SLSTR (4)" value="SLSTR"/>
<param:Option label="SMMR (35)" value="SMMR"/>
<param:Option label="SMR (3)" value="SMR"/>
<param:Option label="SOLSTICE (3)" value="SOLSTICE"/>
<param:Option label="SRAL (9)" value="SRAL"/>
<param:Option label="SSALT (14)" value="SSALT"/>
<param:Option label="SSM/I (59)" value="SSM/I"/>
<param:Option label="SSM/T-2 (2)" value="SSM/T-2"/>
<param:Option label="SSMIS (28)" value="SSMIS"/>
<param:Option label="SSTI (7)" value="SSTI"/>
<param:Option label="SSTL S1-4 (1)" value="SSTL S1-4"/>
<param:Option label="STR (18)" value="STR"/>
<param:Option label="STRATOS (1)" value="STRATOS"/>
<param:Option label="SWIM (4)" value="SWIM"/>
<param:Option label="SeaWiFS (2)" value="SeaWiFS"/>
<param:Option label="SeaWinds (3)" value="SeaWinds"/>
<param:Option label="SkySat Camera (2)" value="SkySat Camera"/>
<param:Option label="SpaceView-110 (2)" value="SpaceView-110"/>
<param:Option label="TANSO-CAI (2)" value="TANSO-CAI"/>
<param:Option label="TANSO-CAI-2 (2)" value="TANSO-CAI-2"/>
<param:Option label="TANSO-FTS (28)" value="TANSO-FTS"/>
<param:Option label="TANSO-FTS-2 (2)" value="TANSO-FTS-2"/>
<param:Option label="TDX-1 (3)" value="TDX-1"/>
<param:Option label="TIM (3)" value="TIM"/>
<param:Option label="TIROS-N (42)" value="TIROS-N"/>
<param:Option label="TIRS (8)" value="TIRS"/>
<param:Option label="TM (9)" value="TM"/>
<param:Option label="TMI (31)" value="TMI"/>
<param:Option label="TOMS (2)" value="TOMS"/>
<param:Option label="TROPOMI (25)" value="TROPOMI"/>
<param:Option label="TSX-1 (7)" value="TSX-1"/>
<param:Option label="VAS (4)" value="VAS"/>
<param:Option label="VFM (11)" value="VFM"/>
<param:Option label="VG1 (20)" value="VG1"/>
<param:Option label="VG2 (18)" value="VG2"/>
<param:Option label="VGT (57)" value="VGT"/>
<param:Option label="VHRR (2)" value="VHRR"/>
<param:Option label="VISSR (4)" value="VISSR"/>
<param:Option label="VISSR-GMS (7)" value="VISSR-GMS"/>
<param:Option label="WAF-P (1)" value="WAF-P"/>
<param:Option label="WFC (3)" value="WFC"/>
<param:Option label="WIF (2)" value="WIF"/>
<param:Option label="WINDSAT (27)" value="WINDSAT"/>
<param:Option label="WV110 (4)" value="WV110"/>
<param:Option label="WV60 (2)" value="WV60"/>
<param:Option label="X-SAR (2)" value="X-SAR"/>
</param:Parameter>
<param:Parameter name="platform" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:platform}">
<param:Option label="ADEOS-I (57)" value="ADEOS-I"/>
<param:Option label="ADEOS-II (190)" value="ADEOS-II"/>
<param:Option label="AEM-2 (1)" value="AEM-2"/>
<param:Option label="ALOS-1 (11)" value="ALOS-1"/>
<param:Option label="ALOS-2 (2)" value="ALOS-2"/>
<param:Option label="AQUA (206)" value="AQUA"/>
<param:Option label="Aeolus (4)" value="Aeolus"/>
<param:Option label="Aura (6)" value="Aura"/>
<param:Option label="BIROS (1)" value="BIROS"/>
<param:Option label="Beijing-1 (1)" value="Beijing-1"/>
<param:Option label="Biomass (1)" value="Biomass"/>
<param:Option label="CALIPSO (7)" value="CALIPSO"/>
<param:Option label="CFOSAT (5)" value="CFOSAT"/>
<param:Option label="CHAMP (8)" value="CHAMP"/>
<param:Option label="CORIOLIS (27)" value="CORIOLIS"/>
<param:Option label="COSMO-SkyMed Second Generation (1)" value="COSMO-SkyMed Second Generation"/>
<param:Option label="COSMO-SkyMed (3)" value="COSMO-SkyMed"/>
<param:Option label="CloudSat (4)" value="CloudSat"/>
<param:Option label="CryoSat-2 (31)" value="CryoSat-2"/>
<param:Option label="DMSP 5D-1/F2 (2)" value="DMSP 5D-1/F2"/>
<param:Option label="DMSP 5D-1/F3 (2)" value="DMSP 5D-1/F3"/>
<param:Option label="DMSP 5D-1/F4 (2)" value="DMSP 5D-1/F4"/>
<param:Option label="DMSP 5D-2/F10 (24)" value="DMSP 5D-2/F10"/>
<param:Option label="DMSP 5D-2/F11 (59)" value="DMSP 5D-2/F11"/>
<param:Option label="DMSP 5D-2/F12 (2)" value="DMSP 5D-2/F12"/>
<param:Option label="DMSP 5D-2/F13 (39)" value="DMSP 5D-2/F13"/>
<param:Option label="DMSP 5D-2/F14 (29)" value="DMSP 5D-2/F14"/>
<param:Option label="DMSP 5D-2/F8 (37)" value="DMSP 5D-2/F8"/>
<param:Option label="DMSP 5D-3/F15 (29)" value="DMSP 5D-3/F15"/>
<param:Option label="DMSP 5D-3/F16 (13)" value="DMSP 5D-3/F16"/>
<param:Option label="DMSP 5D-3/F17 (28)" value="DMSP 5D-3/F17"/>
<param:Option label="DMSP 5D-3/F18 (21)" value="DMSP 5D-3/F18"/>
<param:Option label="DMSP 5D-3/F19 (5)" value="DMSP 5D-3/F19"/>
<param:Option label="ERS-1 (84)" value="ERS-1"/>
<param:Option label="ERS-2 (125)" value="ERS-2"/>
<param:Option label="Envisat (183)" value="Envisat"/>
<param:Option label="FFSCat (1)" value="FFSCat"/>
<param:Option label="FY-3A (1)" value="FY-3A"/>
<param:Option label="FY-3B (6)" value="FY-3B"/>
<param:Option label="FY-3C (1)" value="FY-3C"/>
<param:Option label="FireBIRD (1)" value="FireBIRD"/>
<param:Option label="GCOM-C1 (544)" value="GCOM-C1"/>
<param:Option label="GCOM-W1 (100)" value="GCOM-W1"/>
<param:Option label="GEOSAT-1 (4)" value="GEOSAT-1"/>
<param:Option label="GEOSAT-2 (5)" value="GEOSAT-2"/>
<param:Option label="GHGSat-C1 (1)" value="GHGSat-C1"/>
<param:Option label="GHGSat-C2 (1)" value="GHGSat-C2"/>
<param:Option label="GMS-1 (5)" value="GMS-1"/>
<param:Option label="GMS-2 (2)" value="GMS-2"/>
<param:Option label="GMS-3 (5)" value="GMS-3"/>
<param:Option label="GMS-4 (5)" value="GMS-4"/>
<param:Option label="GMS-5 (7)" value="GMS-5"/>
<param:Option label="GOCE (7)" value="GOCE"/>
<param:Option label="GOES-1 (4)" value="GOES-1"/>
<param:Option label="GOES-10 (3)" value="GOES-10"/>
<param:Option label="GOES-11 (3)" value="GOES-11"/>
<param:Option label="GOES-12 (3)" value="GOES-12"/>
<param:Option label="GOES-13 (5)" value="GOES-13"/>
<param:Option label="GOES-14 (1)" value="GOES-14"/>
<param:Option label="GOES-15 (5)" value="GOES-15"/>
<param:Option label="GOES-2 (4)" value="GOES-2"/>
<param:Option label="GOES-3 (4)" value="GOES-3"/>
<param:Option label="GOES-4 (4)" value="GOES-4"/>
<param:Option label="GOES-5 (4)" value="GOES-5"/>
<param:Option label="GOES-6 (4)" value="GOES-6"/>
<param:Option label="GOES-7 (4)" value="GOES-7"/>
<param:Option label="GOES-8 (5)" value="GOES-8"/>
<param:Option label="GOES-9 (6)" value="GOES-9"/>
<param:Option label="GOSAT-1 (28)" value="GOSAT-1"/>
<param:Option label="GOSAT-2 (2)" value="GOSAT-2"/>
<param:Option label="GPM (16)" value="GPM"/>
<param:Option label="GRACE (13)" value="GRACE"/>
<param:Option label="GeoEye-1 (2)" value="GeoEye-1"/>
<param:Option label="ICEYE (2)" value="ICEYE"/>
<param:Option label="IKONOS-2 (1)" value="IKONOS-2"/>
<param:Option label="IRS-1C (5)" value="IRS-1C"/>
<param:Option label="IRS-1D (5)" value="IRS-1D"/>
<param:Option label="IRS-P5 (4)" value="IRS-P5"/>
<param:Option label="IRS-P6 (6)" value="IRS-P6"/>
<param:Option label="IRS-R2 (5)" value="IRS-R2"/>
<param:Option label="ISS (1)" value="ISS"/>
<param:Option label="JASON-3 (3)" value="JASON-3"/>
<param:Option label="JERS-1 (7)" value="JERS-1"/>
<param:Option label="JPSS-1 (1)" value="JPSS-1"/>
<param:Option label="Jason-1 (16)" value="Jason-1"/>
<param:Option label="Jason-2 (10)" value="Jason-2"/>
<param:Option label="KOMPSAT-1 (1)" value="KOMPSAT-1"/>
<param:Option label="KOMPSAT-2 (2)" value="KOMPSAT-2"/>
<param:Option label="Landsat-1 (1)" value="Landsat-1"/>
<param:Option label="Landsat-2 (1)" value="Landsat-2"/>
<param:Option label="Landsat-3 (2)" value="Landsat-3"/>
<param:Option label="Landsat-4 (2)" value="Landsat-4"/>
<param:Option label="Landsat-5 (10)" value="Landsat-5"/>
<param:Option label="Landsat-7 (9)" value="Landsat-7"/>
<param:Option label="Landsat-8 (12)" value="Landsat-8"/>
<param:Option label="MFG (1)" value="MFG"/>
<param:Option label="MOS-1 (1)" value="MOS-1"/>
<param:Option label="MOS-1B (1)" value="MOS-1B"/>
<param:Option label="MSG (8)" value="MSG"/>
<param:Option label="MTSAT-1R (4)" value="MTSAT-1R"/>
<param:Option label="MTSAT-2 (5)" value="MTSAT-2"/>
<param:Option label="Megha-Tropiques (4)" value="Megha-Tropiques"/>
<param:Option label="Meteosat-10 (68)" value="Meteosat-10"/>
<param:Option label="Meteosat-11 (24)" value="Meteosat-11"/>
<param:Option label="Meteosat-2 (37)" value="Meteosat-2"/>
<param:Option label="Meteosat-3 (41)" value="Meteosat-3"/>
<param:Option label="Meteosat-4 (43)" value="Meteosat-4"/>
<param:Option label="Meteosat-5 (47)" value="Meteosat-5"/>
<param:Option label="Meteosat-6 (45)" value="Meteosat-6"/>
<param:Option label="Meteosat-7 (48)" value="Meteosat-7"/>
<param:Option label="Meteosat-8 (126)" value="Meteosat-8"/>
<param:Option label="Meteosat-9 (126)" value="Meteosat-9"/>
<param:Option label="Metop-A (202)" value="Metop-A"/>
<param:Option label="Metop-B (131)" value="Metop-B"/>
<param:Option label="Metop-C (38)" value="Metop-C"/>
<param:Option label="NOAA POES (1)" value="NOAA POES"/>
<param:Option label="NOAA-10 (48)" value="NOAA-10"/>
<param:Option label="NOAA-11 (119)" value="NOAA-11"/>
<param:Option label="NOAA-12 (104)" value="NOAA-12"/>
<param:Option label="NOAA-14 (124)" value="NOAA-14"/>
<param:Option label="NOAA-15 (117)" value="NOAA-15"/>
<param:Option label="NOAA-16 (135)" value="NOAA-16"/>
<param:Option label="NOAA-17 (128)" value="NOAA-17"/>
<param:Option label="NOAA-18 (134)" value="NOAA-18"/>
<param:Option label="NOAA-19 (124)" value="NOAA-19"/>
<param:Option label="NOAA-2 (2)" value="NOAA-2"/>
<param:Option label="NOAA-3 (2)" value="NOAA-3"/>
<param:Option label="NOAA-4 (2)" value="NOAA-4"/>
<param:Option label="NOAA-5 (2)" value="NOAA-5"/>
<param:Option label="NOAA-6 (42)" value="NOAA-6"/>
<param:Option label="NOAA-7 (116)" value="NOAA-7"/>
<param:Option label="NOAA-8 (47)" value="NOAA-8"/>
<param:Option label="NOAA-9 (117)" value="NOAA-9"/>
<param:Option label="NigeriaSat-1 (1)" value="NigeriaSat-1"/>
<param:Option label="Nimbus-4 (1)" value="Nimbus-4"/>
<param:Option label="Nimbus-7 (38)" value="Nimbus-7"/>
<param:Option label="ODIN (5)" value="ODIN"/>
<param:Option label="OceanSat-2 (3)" value="OceanSat-2"/>
<param:Option label="OrbView-2 (3)" value="OrbView-2"/>
<param:Option label="PAZ (2)" value="PAZ"/>
<param:Option label="PROBA-1 (2)" value="PROBA-1"/>
<param:Option label="PROBA-V (61)" value="PROBA-V"/>
<param:Option label="Parasol-1 (17)" value="Parasol-1"/>
<param:Option label="PlanetScope (2)" value="PlanetScope"/>
<param:Option label="Pleiades Neo (1)" value="Pleiades Neo"/>
<param:Option label="Pleiades (2)" value="Pleiades"/>
<param:Option label="Pleiades-1A (1)" value="Pleiades-1A"/>
<param:Option label="Pleiades-1B (1)" value="Pleiades-1B"/>
<param:Option label="QuickBird-2 (2)" value="QuickBird-2"/>
<param:Option label="QuikSCAT (3)" value="QuikSCAT"/>
<param:Option label="RADARSAT-1 (2)" value="RADARSAT-1"/>
<param:Option label="RADARSAT-2 (2)" value="RADARSAT-2"/>
<param:Option label="RapidEye (4)" value="RapidEye"/>
<param:Option label="SAC-D (2)" value="SAC-D"/>
<param:Option label="SAOCOM-1A (1)" value="SAOCOM-1A"/>
<param:Option label="SAOCOM-1B (1)" value="SAOCOM-1B"/>
<param:Option label="SARAL (22)" value="SARAL"/>
<param:Option label="SCISAT-1 (2)" value="SCISAT-1"/>
<param:Option label="SMAP (9)" value="SMAP"/>
<param:Option label="SMOS (32)" value="SMOS"/>
<param:Option label="SMS-1 (4)" value="SMS-1"/>
<param:Option label="SMS-2 (4)" value="SMS-2"/>
<param:Option label="SORCE (6)" value="SORCE"/>
<param:Option label="SPOT 1 (2)" value="SPOT 1"/>
<param:Option label="SPOT 2 (2)" value="SPOT 2"/>
<param:Option label="SPOT 3 (2)" value="SPOT 3"/>
<param:Option label="SPOT 4 (26)" value="SPOT 4"/>
<param:Option label="SPOT 5 (24)" value="SPOT 5"/>
<param:Option label="SPOT 6 (2)" value="SPOT 6"/>
<param:Option label="SPOT 7 (2)" value="SPOT 7"/>
<param:Option label="SPOT (3)" value="SPOT"/>
<param:Option label="Seasat (1)" value="Seasat"/>
<param:Option label="Sentinel-1 (14)" value="Sentinel-1"/>
<param:Option label="Sentinel-1A (25)" value="Sentinel-1A"/>
<param:Option label="Sentinel-1B (21)" value="Sentinel-1B"/>
<param:Option label="Sentinel-2 (44)" value="Sentinel-2"/>
<param:Option label="Sentinel-2B (8)" value="Sentinel-2B"/>
<param:Option label="Sentinel-3 (3)" value="Sentinel-3"/>
<param:Option label="Sentinel-3A (11)" value="Sentinel-3A"/>
<param:Option label="Sentinel-3B (7)" value="Sentinel-3B"/>
<param:Option label="Sentinel-5P (25)" value="Sentinel-5P"/>
<param:Option label="SkySat (2)" value="SkySat"/>
<param:Option label="Spire (1)" value="Spire"/>
<param:Option label="Swarm (11)" value="Swarm"/>
<param:Option label="TERRA (29)" value="TERRA"/>
<param:Option label="TET-1 (1)" value="TET-1"/>
<param:Option label="TIROS-N (42)" value="TIROS-N"/>
<param:Option label="TOPEX/POSEIDON (15)" value="TOPEX/POSEIDON"/>
<param:Option label="TRMM (50)" value="TRMM"/>
<param:Option label="TanDEM-X (3)" value="TanDEM-X"/>
<param:Option label="TanSat (1)" value="TanSat"/>
<param:Option label="TerraSAR-X (7)" value="TerraSAR-X"/>
<param:Option label="UARS (1)" value="UARS"/>
<param:Option label="UAV (4)" value="UAV"/>
<param:Option label="UK-DMC-1 (1)" value="UK-DMC-1"/>
<param:Option label="Vision-1 (1)" value="Vision-1"/>
<param:Option label="WorldView-1 (2)" value="WorldView-1"/>
<param:Option label="WorldView-2 (3)" value="WorldView-2"/>
<param:Option label="WorldView-3 (2)" value="WorldView-3"/>
<param:Option label="WorldView-4 (2)" value="WorldView-4"/>
</param:Parameter>
<param:Parameter name="parentIdentifier" value="{eo:parentIdentifier}">
<param:Option label="EOP:DLR:GEOSERVICE" value="EOP:DLR:GEOSERVICE"/>
<param:Option label="EOP:ESA:EARTH-ONLINE" value="EOP:ESA:EARTH-ONLINE"/>
<param:Option label="EOP:ESA:ECV" value="EOP:ESA:ECV"/>
<param:Option label="EOP:EU:CMEMS" value="EOP:EU:CMEMS"/>
<param:Option label="EOP:EUMETSAT" value="EOP:EUMETSAT"/>
<param:Option label="EOP:JAXA:G-PORTAL" value="EOP:JAXA:G-PORTAL"/>
<param:Option label="EOP:STFC:CEDA-CCI" value="EOP:STFC:CEDA-CCI"/>
<param:Option label="EOP:VITO:TERRASCOPE" value="EOP:VITO:TERRASCOPE"/>
<param:Option label="EOP:NASA:CMR" value="EOP:NASA:CMR"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By parentIdentifier (ascending)." value="parentIdentifier,eo,1"/>
<param:Option label="By parentIdentifier (descending)." value="parentIdentifier,eo,0"/>
<param:Option label="By title (ascending)." value="title,dc,1"/>
<param:Option label="By title (descending)." value="title,dc,0"/>
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By doi (ascending)." value="doi,eo,1"/>
<param:Option label="By doi (descending)." value="doi,eo,0"/>
<param:Option label="By publisher (ascending)." value="publisher,dc,1"/>
<param:Option label="By publisher (descending)." value="publisher,dc,0"/>
<param:Option label="By organisationName (ascending)." value="organisationName,eo,1"/>
<param:Option label="By organisationName (descending)." value="organisationName,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By modificationDate (ascending)." value="modificationDate,eo,1"/>
<param:Option label="By modificationDate (descending)." value="modificationDate,eo,0"/>
<param:Option label="By processingLevel (ascending)." value="processingLevel,eo,1"/>
<param:Option label="By processingLevel (descending)." value="processingLevel,eo,0"/>
<param:Option label="By useLimitation (ascending)." value="useLimitation,eo,1"/>
<param:Option label="By useLimitation (descending)." value="useLimitation,eo,0"/>
<param:Option label="By otherConstraint (ascending)." value="otherConstraint,eo,1"/>
<param:Option label="By otherConstraint (descending)." value="otherConstraint,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url indexOffset="1" pageOffset="1" rel="collection" template="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}" type="application/atom+xml">
<param:Parameter name="type" value="{dc:type}">
<param:Option label="dataset series" value="collection"/>
</param:Parameter>
<param:Parameter name="recordSchema" value="{sru:recordSchema}">
<param:Option label="ISO" value="iso"/>
<param:Option label="ISO 19139-2" value="iso19139-2"/>
<param:Option label="ISO 19115-3" value="iso19115-3"/>
<param:Option label="DIF-10" value="dif10"/>
<param:Option label="Dublin Core" value="dc"/>
<param:Option label="server-choice" value="server-choice"/>
</param:Parameter>
<param:Parameter minInclusive="0" name="limit" pattern="[0-9]+" value="{count}"/>
<param:Parameter minInclusive="1" name="startRecord" pattern="[0-9]+" value="{startIndex}"/>
<param:Parameter minInclusive="1" name="startPage" pattern="[0-9]+" value="{startPage}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:start}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:end}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="organisationName" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:organisationName}">
<param:Option label="CEDA (247)" value="CEDA"/>
<param:Option label="CMEMS (277)" value="CMEMS"/>
<param:Option label="CloudFerro (3)" value="CloudFerro"/>
<param:Option label="DE/DLR (53)" value="DE/DLR"/>
<param:Option label="DOC/NOAA/NESDIS/NCEI (57)" value="DOC/NOAA/NESDIS/NCEI"/>
<param:Option label="DOI/USGS (9)" value="DOI/USGS"/>
<param:Option label="EC (32)" value="EC"/>
<param:Option label="ECMWF (14)" value="ECMWF"/>
<param:Option label="ESA/ESRIN (276)" value="ESA/ESRIN"/>
<param:Option label="EU/C3S (9)" value="EU/C3S"/>
<param:Option label="EUMETSAT (253)" value="EUMETSAT"/>
<param:Option label="EUMETSAT/OSISAF (5)" value="EUMETSAT/OSISAF"/>
<param:Option label="FR/CNES (57)" value="FR/CNES"/>
<param:Option label="FR/Meteo-France (1)" value="FR/Meteo-France"/>
<param:Option label="JP/JAXA/SAOC (1019)" value="JP/JAXA/SAOC"/>
<param:Option label="JP/JMA (3)" value="JP/JMA"/>
<param:Option label="NASA" value="NASA"/>
<param:Option label="NL/KNMI (6)" value="NL/KNMI"/>
<param:Option label="NO/MET (1)" value="NO/MET"/>
<param:Option label="SatOC (1)" value="SatOC"/>
<param:Option label="Sinergise (2)" value="Sinergise"/>
<param:Option label="The Satellite Application Facility on Climate Monitoring (CM-SAF) (1)" value="The Satellite Application Facility on Climate Monitoring (CM-SAF)"/>
<param:Option label="UC-LONDON/CPOM (15)" value="UC-LONDON/CPOM"/>
<param:Option label="UK/CCLRC/RAL (3)" value="UK/CCLRC/RAL"/>
<param:Option label="VITO (111)" value="VITO"/>
</param:Parameter>
<param:Parameter name="processingLevel" value="{eo:processingLevel}">
<param:Option label="level 0 (8)" value="level 0"/>
<param:Option label="level 1 (43)" value="level 1"/>
<param:Option label="level 1.5 (1)" value="level 1.5"/>
<param:Option label="level 1a (19)" value="level 1a"/>
<param:Option label="level 1b (59)" value="level 1b"/>
<param:Option label="level 1b+ (1)" value="level 1b+"/>
<param:Option label="level 1c (13)" value="level 1c"/>
<param:Option label="level 1d (3)" value="level 1d"/>
<param:Option label="level 1g (2)" value="level 1g"/>
<param:Option label="level 1gt (2)" value="level 1gt"/>
<param:Option label="level 1r (1)" value="level 1r"/>
<param:Option label="level 1t (4)" value="level 1t"/>
<param:Option label="level 2 (66)" value="level 2"/>
<param:Option label="level 2a (6)" value="level 2a"/>
<param:Option label="level 2b (3)" value="level 2b"/>
<param:Option label="level 2c (2)" value="level 2c"/>
<param:Option label="level 3 (29)" value="level 3"/>
<param:Option label="level 3a (6)" value="level 3a"/>
<param:Option label="level 3b (3)" value="level 3b"/>
<param:Option label="level 4 (3)" value="level 4"/>
<param:Option label="level-a (1)" value="level-a"/>
<param:Option label="level-a+ (1)" value="level-a+"/>
<param:Option label="multiple (47)" value="multiple"/>
</param:Parameter>
<param:Parameter name="instrument" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:instrument}">
<param:Option label="AATSR (44)" value="AATSR"/>
<param:Option label="ACC (11)" value="ACC"/>
<param:Option label="ACE-FTS (2)" value="ACE-FTS"/>
<param:Option label="ACGS (1)" value="ACGS"/>
<param:Option label="AIRSAFE (1)" value="AIRSAFE"/>
<param:Option label="ALADIN (4)" value="ALADIN"/>
<param:Option label="ALTIKA (16)" value="ALTIKA"/>
<param:Option label="AMI/SAR (16)" value="AMI/SAR"/>
<param:Option label="AMI/Scatterometer (29)" value="AMI/Scatterometer"/>
<param:Option label="AMSR (58)" value="AMSR"/>
<param:Option label="AMSR-E (152)" value="AMSR-E"/>
<param:Option label="AMSR2 (100)" value="AMSR2"/>
<param:Option label="AMSU-B (8)" value="AMSU-B"/>
<param:Option label="ASAR (29)" value="ASAR"/>
<param:Option label="ASCAT (34)" value="ASCAT"/>
<param:Option label="ASM (11)" value="ASM"/>
<param:Option label="ASTER (1)" value="ASTER"/>
<param:Option label="ATSR-1 (15)" value="ATSR-1"/>
<param:Option label="ATSR-2 (47)" value="ATSR-2"/>
<param:Option label="AVHRR (55)" value="AVHRR"/>
<param:Option label="AVHRR-2 (116)" value="AVHRR-2"/>
<param:Option label="AVHRR-3 (123)" value="AVHRR-3"/>
<param:Option label="AVNIR (4)" value="AVNIR"/>
<param:Option label="AVNIR-2 (3)" value="AVNIR-2"/>
<param:Option label="AwiFS (4)" value="AwiFS"/>
<param:Option label="BGI (2)" value="BGI"/>
<param:Option label="BLACKJACK (8)" value="BLACKJACK"/>
<param:Option label="BUV (1)" value="BUV"/>
<param:Option label="C-SAR (32)" value="C-SAR"/>
<param:Option label="CALIOP (7)" value="CALIOP"/>
<param:Option label="CAPI (1)" value="CAPI"/>
<param:Option label="CHRIS (1)" value="CHRIS"/>
<param:Option label="CIRC (1)" value="CIRC"/>
<param:Option label="CPR (4)" value="CPR"/>
<param:Option label="CSG-SAR (1)" value="CSG-SAR"/>
<param:Option label="DESIS (1)" value="DESIS"/>
<param:Option label="DORIS (2)" value="DORIS"/>
<param:Option label="DPR (16)" value="DPR"/>
<param:Option label="EFI (11)" value="EFI"/>
<param:Option label="EGG (7)" value="EGG"/>
<param:Option label="EOC (1)" value="EOC"/>
<param:Option label="ETM (8)" value="ETM"/>
<param:Option label="GERB (12)" value="GERB"/>
<param:Option label="GIS (2)" value="GIS"/>
<param:Option label="GLI (132)" value="GLI"/>
<param:Option label="GMI (2)" value="GMI"/>
<param:Option label="GOES I-M IMAGER (6)" value="GOES I-M IMAGER"/>
<param:Option label="GOES N-P IMAGER (5)" value="GOES N-P IMAGER"/>
<param:Option label="GOES-13 IMAGER (5)" value="GOES-13 IMAGER"/>
<param:Option label="GOME (9)" value="GOME"/>
<param:Option label="GOME-2 (29)" value="GOME-2"/>
<param:Option label="GOMOS (10)" value="GOMOS"/>
<param:Option label="GPSR (11)" value="GPSR"/>
<param:Option label="GRACE ACC (1)" value="GRACE ACC"/>
<param:Option label="GRACE INTERFEROMETER (1)" value="GRACE INTERFEROMETER"/>
<param:Option label="GRACE LRR (5)" value="GRACE LRR"/>
<param:Option label="GRACE SCA (1)" value="GRACE SCA"/>
<param:Option label="GRAS (8)" value="GRAS"/>
<param:Option label="HALOE (1)" value="HALOE"/>
<param:Option label="HIRS/2 (4)" value="HIRS/2"/>
<param:Option label="HIRS/3 (10)" value="HIRS/3"/>
<param:Option label="HIRS/4 (10)" value="HIRS/4"/>
<param:Option label="HRC (1)" value="HRC"/>
<param:Option label="HRG (4)" value="HRG"/>
<param:Option label="HRS (4)" value="HRS"/>
<param:Option label="HRV (2)" value="HRV"/>
<param:Option label="HRVIR (5)" value="HRVIR"/>
<param:Option label="HiRAIS (5)" value="HiRAIS"/>
<param:Option label="HiRI (3)" value="HiRI"/>
<param:Option label="HyperScout-2 (1)" value="HyperScout-2"/>
<param:Option label="IASI (12)" value="IASI"/>
<param:Option label="IIR (5)" value="IIR"/>
<param:Option label="JAMI (4)" value="JAMI"/>
<param:Option label="KBR (1)" value="KBR"/>
<param:Option label="LIMS (1)" value="LIMS"/>
<param:Option label="LISS-3 (7)" value="LISS-3"/>
<param:Option label="LISS-4 (6)" value="LISS-4"/>
<param:Option label="LRR (11)" value="LRR"/>
<param:Option label="MAESTRO (1)" value="MAESTRO"/>
<param:Option label="MERIS (53)" value="MERIS"/>
<param:Option label="MESSR (2)" value="MESSR"/>
<param:Option label="MGM (1)" value="MGM"/>
<param:Option label="MHS (8)" value="MHS"/>
<param:Option label="MIPAS (3)" value="MIPAS"/>
<param:Option label="MIRAS (32)" value="MIRAS"/>
<param:Option label="MODIS (56)" value="MODIS"/>
<param:Option label="MSC (3)" value="MSC"/>
<param:Option label="MSI (48)" value="MSI"/>
<param:Option label="MSS (3)" value="MSS"/>
<param:Option label="MTSAT 2 IMAGER (5)" value="MTSAT 2 IMAGER"/>
<param:Option label="MVIRI (55)" value="MVIRI"/>
<param:Option label="MWHS-1 (1)" value="MWHS-1"/>
<param:Option label="MWR (5)" value="MWR"/>
<param:Option label="NAOMI (2)" value="NAOMI"/>
<param:Option label="NRA (1)" value="NRA"/>
<param:Option label="OCM-2 (1)" value="OCM-2"/>
<param:Option label="OCTS (52)" value="OCTS"/>
<param:Option label="OLCI (5)" value="OLCI"/>
<param:Option label="OLI Instrument (2)" value="OLI Instrument"/>
<param:Option label="OLI (8)" value="OLI"/>
<param:Option label="OLS (2)" value="OLS"/>
<param:Option label="OMI (6)" value="OMI"/>
<param:Option label="OPS (3)" value="OPS"/>
<param:Option label="OSA (1)" value="OSA"/>
<param:Option label="OSCAT (2)" value="OSCAT"/>
<param:Option label="OSIRIS (2)" value="OSIRIS"/>
<param:Option label="PALSAR (5)" value="PALSAR"/>
<param:Option label="PALSAR-2 (1)" value="PALSAR-2"/>
<param:Option label="PAN (8)" value="PAN"/>
<param:Option label="PAZ-SAR (2)" value="PAZ-SAR"/>
<param:Option label="PNEO (1)" value="PNEO"/>
<param:Option label="POAM-II (1)" value="POAM-II"/>
<param:Option label="POAM-III (1)" value="POAM-III"/>
<param:Option label="POLDER (17)" value="POLDER"/>
<param:Option label="POSEIDON-2 (16)" value="POSEIDON-2"/>
<param:Option label="POSEIDON-3 (10)" value="POSEIDON-3"/>
<param:Option label="PR (19)" value="PR"/>
<param:Option label="PRARE (1)" value="PRARE"/>
<param:Option label="PRISM (4)" value="PRISM"/>
<param:Option label="PlanetScope Camera (2)" value="PlanetScope Camera"/>
<param:Option label="RA (24)" value="RA"/>
<param:Option label="RA-2 (27)" value="RA-2"/>
<param:Option label="RBV (1)" value="RBV"/>
<param:Option label="SAGE-I (1)" value="SAGE-I"/>
<param:Option label="SAOCOM-SAR (1)" value="SAOCOM-SAR"/>
<param:Option label="SAPHIR (2)" value="SAPHIR"/>
<param:Option label="SAR (13)" value="SAR"/>
<param:Option label="SBUV (1)" value="SBUV"/>
<param:Option label="SBUV/2 (1)" value="SBUV/2"/>
<param:Option label="SCARAB (2)" value="SCARAB"/>
<param:Option label="SCAT (1)" value="SCAT"/>
<param:Option label="SCIAMACHY (21)" value="SCIAMACHY"/>
<param:Option label="SENSE (1)" value="SENSE"/>
<param:Option label="SEVIRI (134)" value="SEVIRI"/>
<param:Option label="SGLI (544)" value="SGLI"/>
<param:Option label="SIM (3)" value="SIM"/>
<param:Option label="SIRAL (29)" value="SIRAL"/>
<param:Option label="SLIM6 (5)" value="SLIM6"/>
<param:Option label="SLSTR (4)" value="SLSTR"/>
<param:Option label="SMMR (35)" value="SMMR"/>
<param:Option label="SMR (3)" value="SMR"/>
<param:Option label="SOLSTICE (3)" value="SOLSTICE"/>
<param:Option label="SRAL (9)" value="SRAL"/>
<param:Option label="SSALT (14)" value="SSALT"/>
<param:Option label="SSM/I (59)" value="SSM/I"/>
<param:Option label="SSM/T-2 (2)" value="SSM/T-2"/>
<param:Option label="SSMIS (28)" value="SSMIS"/>
<param:Option label="SSTI (7)" value="SSTI"/>
<param:Option label="SSTL S1-4 (1)" value="SSTL S1-4"/>
<param:Option label="STR (18)" value="STR"/>
<param:Option label="STRATOS (1)" value="STRATOS"/>
<param:Option label="SWIM (4)" value="SWIM"/>
<param:Option label="SeaWiFS (2)" value="SeaWiFS"/>
<param:Option label="SeaWinds (3)" value="SeaWinds"/>
<param:Option label="SkySat Camera (2)" value="SkySat Camera"/>
<param:Option label="SpaceView-110 (2)" value="SpaceView-110"/>
<param:Option label="TANSO-CAI (2)" value="TANSO-CAI"/>
<param:Option label="TANSO-CAI-2 (2)" value="TANSO-CAI-2"/>
<param:Option label="TANSO-FTS (28)" value="TANSO-FTS"/>
<param:Option label="TANSO-FTS-2 (2)" value="TANSO-FTS-2"/>
<param:Option label="TDX-1 (3)" value="TDX-1"/>
<param:Option label="TIM (3)" value="TIM"/>
<param:Option label="TIROS-N (42)" value="TIROS-N"/>
<param:Option label="TIRS (8)" value="TIRS"/>
<param:Option label="TM (9)" value="TM"/>
<param:Option label="TMI (31)" value="TMI"/>
<param:Option label="TOMS (2)" value="TOMS"/>
<param:Option label="TROPOMI (25)" value="TROPOMI"/>
<param:Option label="TSX-1 (7)" value="TSX-1"/>
<param:Option label="VAS (4)" value="VAS"/>
<param:Option label="VFM (11)" value="VFM"/>
<param:Option label="VG1 (20)" value="VG1"/>
<param:Option label="VG2 (18)" value="VG2"/>
<param:Option label="VGT (57)" value="VGT"/>
<param:Option label="VHRR (2)" value="VHRR"/>
<param:Option label="VISSR (4)" value="VISSR"/>
<param:Option label="VISSR-GMS (7)" value="VISSR-GMS"/>
<param:Option label="WAF-P (1)" value="WAF-P"/>
<param:Option label="WFC (3)" value="WFC"/>
<param:Option label="WIF (2)" value="WIF"/>
<param:Option label="WINDSAT (27)" value="WINDSAT"/>
<param:Option label="WV110 (4)" value="WV110"/>
<param:Option label="WV60 (2)" value="WV60"/>
<param:Option label="X-SAR (2)" value="X-SAR"/>
</param:Parameter>
<param:Parameter name="platform" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:platform}">
<param:Option label="ADEOS-I (57)" value="ADEOS-I"/>
<param:Option label="ADEOS-II (190)" value="ADEOS-II"/>
<param:Option label="AEM-2 (1)" value="AEM-2"/>
<param:Option label="ALOS-1 (11)" value="ALOS-1"/>
<param:Option label="ALOS-2 (2)" value="ALOS-2"/>
<param:Option label="AQUA (206)" value="AQUA"/>
<param:Option label="Aeolus (4)" value="Aeolus"/>
<param:Option label="Aura (6)" value="Aura"/>
<param:Option label="BIROS (1)" value="BIROS"/>
<param:Option label="Beijing-1 (1)" value="Beijing-1"/>
<param:Option label="Biomass (1)" value="Biomass"/>
<param:Option label="CALIPSO (7)" value="CALIPSO"/>
<param:Option label="CFOSAT (5)" value="CFOSAT"/>
<param:Option label="CHAMP (8)" value="CHAMP"/>
<param:Option label="CORIOLIS (27)" value="CORIOLIS"/>
<param:Option label="COSMO-SkyMed Second Generation (1)" value="COSMO-SkyMed Second Generation"/>
<param:Option label="COSMO-SkyMed (3)" value="COSMO-SkyMed"/>
<param:Option label="CloudSat (4)" value="CloudSat"/>
<param:Option label="CryoSat-2 (31)" value="CryoSat-2"/>
<param:Option label="DMSP 5D-1/F2 (2)" value="DMSP 5D-1/F2"/>
<param:Option label="DMSP 5D-1/F3 (2)" value="DMSP 5D-1/F3"/>
<param:Option label="DMSP 5D-1/F4 (2)" value="DMSP 5D-1/F4"/>
<param:Option label="DMSP 5D-2/F10 (24)" value="DMSP 5D-2/F10"/>
<param:Option label="DMSP 5D-2/F11 (59)" value="DMSP 5D-2/F11"/>
<param:Option label="DMSP 5D-2/F12 (2)" value="DMSP 5D-2/F12"/>
<param:Option label="DMSP 5D-2/F13 (39)" value="DMSP 5D-2/F13"/>
<param:Option label="DMSP 5D-2/F14 (29)" value="DMSP 5D-2/F14"/>
<param:Option label="DMSP 5D-2/F8 (37)" value="DMSP 5D-2/F8"/>
<param:Option label="DMSP 5D-3/F15 (29)" value="DMSP 5D-3/F15"/>
<param:Option label="DMSP 5D-3/F16 (13)" value="DMSP 5D-3/F16"/>
<param:Option label="DMSP 5D-3/F17 (28)" value="DMSP 5D-3/F17"/>
<param:Option label="DMSP 5D-3/F18 (21)" value="DMSP 5D-3/F18"/>
<param:Option label="DMSP 5D-3/F19 (5)" value="DMSP 5D-3/F19"/>
<param:Option label="ERS-1 (84)" value="ERS-1"/>
<param:Option label="ERS-2 (125)" value="ERS-2"/>
<param:Option label="Envisat (183)" value="Envisat"/>
<param:Option label="FFSCat (1)" value="FFSCat"/>
<param:Option label="FY-3A (1)" value="FY-3A"/>
<param:Option label="FY-3B (6)" value="FY-3B"/>
<param:Option label="FY-3C (1)" value="FY-3C"/>
<param:Option label="FireBIRD (1)" value="FireBIRD"/>
<param:Option label="GCOM-C1 (544)" value="GCOM-C1"/>
<param:Option label="GCOM-W1 (100)" value="GCOM-W1"/>
<param:Option label="GEOSAT-1 (4)" value="GEOSAT-1"/>
<param:Option label="GEOSAT-2 (5)" value="GEOSAT-2"/>
<param:Option label="GHGSat-C1 (1)" value="GHGSat-C1"/>
<param:Option label="GHGSat-C2 (1)" value="GHGSat-C2"/>
<param:Option label="GMS-1 (5)" value="GMS-1"/>
<param:Option label="GMS-2 (2)" value="GMS-2"/>
<param:Option label="GMS-3 (5)" value="GMS-3"/>
<param:Option label="GMS-4 (5)" value="GMS-4"/>
<param:Option label="GMS-5 (7)" value="GMS-5"/>
<param:Option label="GOCE (7)" value="GOCE"/>
<param:Option label="GOES-1 (4)" value="GOES-1"/>
<param:Option label="GOES-10 (3)" value="GOES-10"/>
<param:Option label="GOES-11 (3)" value="GOES-11"/>
<param:Option label="GOES-12 (3)" value="GOES-12"/>
<param:Option label="GOES-13 (5)" value="GOES-13"/>
<param:Option label="GOES-14 (1)" value="GOES-14"/>
<param:Option label="GOES-15 (5)" value="GOES-15"/>
<param:Option label="GOES-2 (4)" value="GOES-2"/>
<param:Option label="GOES-3 (4)" value="GOES-3"/>
<param:Option label="GOES-4 (4)" value="GOES-4"/>
<param:Option label="GOES-5 (4)" value="GOES-5"/>
<param:Option label="GOES-6 (4)" value="GOES-6"/>
<param:Option label="GOES-7 (4)" value="GOES-7"/>
<param:Option label="GOES-8 (5)" value="GOES-8"/>
<param:Option label="GOES-9 (6)" value="GOES-9"/>
<param:Option label="GOSAT-1 (28)" value="GOSAT-1"/>
<param:Option label="GOSAT-2 (2)" value="GOSAT-2"/>
<param:Option label="GPM (16)" value="GPM"/>
<param:Option label="GRACE (13)" value="GRACE"/>
<param:Option label="GeoEye-1 (2)" value="GeoEye-1"/>
<param:Option label="ICEYE (2)" value="ICEYE"/>
<param:Option label="IKONOS-2 (1)" value="IKONOS-2"/>
<param:Option label="IRS-1C (5)" value="IRS-1C"/>
<param:Option label="IRS-1D (5)" value="IRS-1D"/>
<param:Option label="IRS-P5 (4)" value="IRS-P5"/>
<param:Option label="IRS-P6 (6)" value="IRS-P6"/>
<param:Option label="IRS-R2 (5)" value="IRS-R2"/>
<param:Option label="ISS (1)" value="ISS"/>
<param:Option label="JASON-3 (3)" value="JASON-3"/>
<param:Option label="JERS-1 (7)" value="JERS-1"/>
<param:Option label="JPSS-1 (1)" value="JPSS-1"/>
<param:Option label="Jason-1 (16)" value="Jason-1"/>
<param:Option label="Jason-2 (10)" value="Jason-2"/>
<param:Option label="KOMPSAT-1 (1)" value="KOMPSAT-1"/>
<param:Option label="KOMPSAT-2 (2)" value="KOMPSAT-2"/>
<param:Option label="Landsat-1 (1)" value="Landsat-1"/>
<param:Option label="Landsat-2 (1)" value="Landsat-2"/>
<param:Option label="Landsat-3 (2)" value="Landsat-3"/>
<param:Option label="Landsat-4 (2)" value="Landsat-4"/>
<param:Option label="Landsat-5 (10)" value="Landsat-5"/>
<param:Option label="Landsat-7 (9)" value="Landsat-7"/>
<param:Option label="Landsat-8 (12)" value="Landsat-8"/>
<param:Option label="MFG (1)" value="MFG"/>
<param:Option label="MOS-1 (1)" value="MOS-1"/>
<param:Option label="MOS-1B (1)" value="MOS-1B"/>
<param:Option label="MSG (8)" value="MSG"/>
<param:Option label="MTSAT-1R (4)" value="MTSAT-1R"/>
<param:Option label="MTSAT-2 (5)" value="MTSAT-2"/>
<param:Option label="Megha-Tropiques (4)" value="Megha-Tropiques"/>
<param:Option label="Meteosat-10 (68)" value="Meteosat-10"/>
<param:Option label="Meteosat-11 (24)" value="Meteosat-11"/>
<param:Option label="Meteosat-2 (37)" value="Meteosat-2"/>
<param:Option label="Meteosat-3 (41)" value="Meteosat-3"/>
<param:Option label="Meteosat-4 (43)" value="Meteosat-4"/>
<param:Option label="Meteosat-5 (47)" value="Meteosat-5"/>
<param:Option label="Meteosat-6 (45)" value="Meteosat-6"/>
<param:Option label="Meteosat-7 (48)" value="Meteosat-7"/>
<param:Option label="Meteosat-8 (126)" value="Meteosat-8"/>
<param:Option label="Meteosat-9 (126)" value="Meteosat-9"/>
<param:Option label="Metop-A (202)" value="Metop-A"/>
<param:Option label="Metop-B (131)" value="Metop-B"/>
<param:Option label="Metop-C (38)" value="Metop-C"/>
<param:Option label="NOAA POES (1)" value="NOAA POES"/>
<param:Option label="NOAA-10 (48)" value="NOAA-10"/>
<param:Option label="NOAA-11 (119)" value="NOAA-11"/>
<param:Option label="NOAA-12 (104)" value="NOAA-12"/>
<param:Option label="NOAA-14 (124)" value="NOAA-14"/>
<param:Option label="NOAA-15 (117)" value="NOAA-15"/>
<param:Option label="NOAA-16 (135)" value="NOAA-16"/>
<param:Option label="NOAA-17 (128)" value="NOAA-17"/>
<param:Option label="NOAA-18 (134)" value="NOAA-18"/>
<param:Option label="NOAA-19 (124)" value="NOAA-19"/>
<param:Option label="NOAA-2 (2)" value="NOAA-2"/>
<param:Option label="NOAA-3 (2)" value="NOAA-3"/>
<param:Option label="NOAA-4 (2)" value="NOAA-4"/>
<param:Option label="NOAA-5 (2)" value="NOAA-5"/>
<param:Option label="NOAA-6 (42)" value="NOAA-6"/>
<param:Option label="NOAA-7 (116)" value="NOAA-7"/>
<param:Option label="NOAA-8 (47)" value="NOAA-8"/>
<param:Option label="NOAA-9 (117)" value="NOAA-9"/>
<param:Option label="NigeriaSat-1 (1)" value="NigeriaSat-1"/>
<param:Option label="Nimbus-4 (1)" value="Nimbus-4"/>
<param:Option label="Nimbus-7 (38)" value="Nimbus-7"/>
<param:Option label="ODIN (5)" value="ODIN"/>
<param:Option label="OceanSat-2 (3)" value="OceanSat-2"/>
<param:Option label="OrbView-2 (3)" value="OrbView-2"/>
<param:Option label="PAZ (2)" value="PAZ"/>
<param:Option label="PROBA-1 (2)" value="PROBA-1"/>
<param:Option label="PROBA-V (61)" value="PROBA-V"/>
<param:Option label="Parasol-1 (17)" value="Parasol-1"/>
<param:Option label="PlanetScope (2)" value="PlanetScope"/>
<param:Option label="Pleiades Neo (1)" value="Pleiades Neo"/>
<param:Option label="Pleiades (2)" value="Pleiades"/>
<param:Option label="Pleiades-1A (1)" value="Pleiades-1A"/>
<param:Option label="Pleiades-1B (1)" value="Pleiades-1B"/>
<param:Option label="QuickBird-2 (2)" value="QuickBird-2"/>
<param:Option label="QuikSCAT (3)" value="QuikSCAT"/>
<param:Option label="RADARSAT-1 (2)" value="RADARSAT-1"/>
<param:Option label="RADARSAT-2 (2)" value="RADARSAT-2"/>
<param:Option label="RapidEye (4)" value="RapidEye"/>
<param:Option label="SAC-D (2)" value="SAC-D"/>
<param:Option label="SAOCOM-1A (1)" value="SAOCOM-1A"/>
<param:Option label="SAOCOM-1B (1)" value="SAOCOM-1B"/>
<param:Option label="SARAL (22)" value="SARAL"/>
<param:Option label="SCISAT-1 (2)" value="SCISAT-1"/>
<param:Option label="SMAP (9)" value="SMAP"/>
<param:Option label="SMOS (32)" value="SMOS"/>
<param:Option label="SMS-1 (4)" value="SMS-1"/>
<param:Option label="SMS-2 (4)" value="SMS-2"/>
<param:Option label="SORCE (6)" value="SORCE"/>
<param:Option label="SPOT 1 (2)" value="SPOT 1"/>
<param:Option label="SPOT 2 (2)" value="SPOT 2"/>
<param:Option label="SPOT 3 (2)" value="SPOT 3"/>
<param:Option label="SPOT 4 (26)" value="SPOT 4"/>
<param:Option label="SPOT 5 (24)" value="SPOT 5"/>
<param:Option label="SPOT 6 (2)" value="SPOT 6"/>
<param:Option label="SPOT 7 (2)" value="SPOT 7"/>
<param:Option label="SPOT (3)" value="SPOT"/>
<param:Option label="Seasat (1)" value="Seasat"/>
<param:Option label="Sentinel-1 (14)" value="Sentinel-1"/>
<param:Option label="Sentinel-1A (25)" value="Sentinel-1A"/>
<param:Option label="Sentinel-1B (21)" value="Sentinel-1B"/>
<param:Option label="Sentinel-2 (44)" value="Sentinel-2"/>
<param:Option label="Sentinel-2B (8)" value="Sentinel-2B"/>
<param:Option label="Sentinel-3 (3)" value="Sentinel-3"/>
<param:Option label="Sentinel-3A (11)" value="Sentinel-3A"/>
<param:Option label="Sentinel-3B (7)" value="Sentinel-3B"/>
<param:Option label="Sentinel-5P (25)" value="Sentinel-5P"/>
<param:Option label="SkySat (2)" value="SkySat"/>
<param:Option label="Spire (1)" value="Spire"/>
<param:Option label="Swarm (11)" value="Swarm"/>
<param:Option label="TERRA (29)" value="TERRA"/>
<param:Option label="TET-1 (1)" value="TET-1"/>
<param:Option label="TIROS-N (42)" value="TIROS-N"/>
<param:Option label="TOPEX/POSEIDON (15)" value="TOPEX/POSEIDON"/>
<param:Option label="TRMM (50)" value="TRMM"/>
<param:Option label="TanDEM-X (3)" value="TanDEM-X"/>
<param:Option label="TanSat (1)" value="TanSat"/>
<param:Option label="TerraSAR-X (7)" value="TerraSAR-X"/>
<param:Option label="UARS (1)" value="UARS"/>
<param:Option label="UAV (4)" value="UAV"/>
<param:Option label="UK-DMC-1 (1)" value="UK-DMC-1"/>
<param:Option label="Vision-1 (1)" value="Vision-1"/>
<param:Option label="WorldView-1 (2)" value="WorldView-1"/>
<param:Option label="WorldView-2 (3)" value="WorldView-2"/>
<param:Option label="WorldView-3 (2)" value="WorldView-3"/>
<param:Option label="WorldView-4 (2)" value="WorldView-4"/>
</param:Parameter>
<param:Parameter name="parentIdentifier" value="{eo:parentIdentifier}">
<param:Option label="EOP:DLR:GEOSERVICE" value="EOP:DLR:GEOSERVICE"/>
<param:Option label="EOP:ESA:EARTH-ONLINE" value="EOP:ESA:EARTH-ONLINE"/>
<param:Option label="EOP:ESA:ECV" value="EOP:ESA:ECV"/>
<param:Option label="EOP:EU:CMEMS" value="EOP:EU:CMEMS"/>
<param:Option label="EOP:EUMETSAT" value="EOP:EUMETSAT"/>
<param:Option label="EOP:JAXA:G-PORTAL" value="EOP:JAXA:G-PORTAL"/>
<param:Option label="EOP:STFC:CEDA-CCI" value="EOP:STFC:CEDA-CCI"/>
<param:Option label="EOP:VITO:TERRASCOPE" value="EOP:VITO:TERRASCOPE"/>
<param:Option label="EOP:NASA:CMR" value="EOP:NASA:CMR"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By parentIdentifier (ascending)." value="parentIdentifier,eo,1"/>
<param:Option label="By parentIdentifier (descending)." value="parentIdentifier,eo,0"/>
<param:Option label="By title (ascending)." value="title,dc,1"/>
<param:Option label="By title (descending)." value="title,dc,0"/>
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By doi (ascending)." value="doi,eo,1"/>
<param:Option label="By doi (descending)." value="doi,eo,0"/>
<param:Option label="By publisher (ascending)." value="publisher,dc,1"/>
<param:Option label="By publisher (descending)." value="publisher,dc,0"/>
<param:Option label="By organisationName (ascending)." value="organisationName,eo,1"/>
<param:Option label="By organisationName (descending)." value="organisationName,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By modificationDate (ascending)." value="modificationDate,eo,1"/>
<param:Option label="By modificationDate (descending)." value="modificationDate,eo,0"/>
<param:Option label="By processingLevel (ascending)." value="processingLevel,eo,1"/>
<param:Option label="By processingLevel (descending)." value="processingLevel,eo,0"/>
<param:Option label="By useLimitation (ascending)." value="useLimitation,eo,1"/>
<param:Option label="By useLimitation (descending)." value="useLimitation,eo,0"/>
<param:Option label="By otherConstraint (ascending)." value="otherConstraint,eo,1"/>
<param:Option label="By otherConstraint (descending)." value="otherConstraint,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url indexOffset="1" pageOffset="1" rel="service" template="https://fedeo.ceos.org/collections/services/items?httpAccept=application/geo%2Bjson&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&mode=owc" type="application/geo+json">
<param:Parameter name="type" value="{dc:type}">
<param:Option label="service" value="service"/>
</param:Parameter>
<param:Parameter minInclusive="0" name="limit" pattern="[0-9]+" value="{count}"/>
<param:Parameter minInclusive="1" name="startRecord" pattern="[0-9]+" value="{startIndex}"/>
<param:Parameter minInclusive="1" name="startPage" pattern="[0-9]+" value="{startPage}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:start}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:end}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="organisationName" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:organisationName}">
<param:Option label="CEOS (1)" value="CEOS"/>
<param:Option label="Dr. ir Rob L.G. LemmensUni Twente/ITC (1)" value="Dr. ir Rob L.G. LemmensUni Twente/ITC"/>
<param:Option label="ESA/ESRIN (3)" value="ESA/ESRIN"/>
<param:Option label="LP DAAC User Services (1)" value="LP DAAC User Services"/>
<param:Option label="Land Processes Distributed Active Archive Center (1)" value="Land Processes Distributed Active Archive Center"/>
<param:Option label="NASA/GSFC/EOS/EOSDIS/EMD (1)" value="NASA/GSFC/EOS/EOSDIS/EMD"/>
<param:Option label="Physical Oceanography DAAC (1)" value="Physical Oceanography DAAC"/>
<param:Option label="Physical Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, NASA (1)" value="Physical Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, NASA"/>
<param:Option label="rasdaman GmbH (1)" value="rasdaman GmbH"/>
</param:Parameter>
<param:Parameter name="processingLevel" value="{eo:processingLevel}"/>
<param:Parameter name="instrument" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:instrument}">
<param:Option label="AATSR (1)" value="AATSR"/>
<param:Option label="AIRS (3)" value="AIRS"/>
<param:Option label="AMSR-E (3)" value="AMSR-E"/>
<param:Option label="ASAR (1)" value="ASAR"/>
<param:Option label="CHRIS (1)" value="CHRIS"/>
<param:Option label="DPR (3)" value="DPR"/>
<param:Option label="GMI (3)" value="GMI"/>
<param:Option label="GOMOS (1)" value="GOMOS"/>
<param:Option label="MERIS (3)" value="MERIS"/>
<param:Option label="MIPAS (1)" value="MIPAS"/>
<param:Option label="MIRAS (1)" value="MIRAS"/>
<param:Option label="MODIS (3)" value="MODIS"/>
<param:Option label="OCTS (1)" value="OCTS"/>
<param:Option label="OMI (5)" value="OMI"/>
<param:Option label="SAR (6)" value="SAR"/>
<param:Option label="SCIAMACHY (1)" value="SCIAMACHY"/>
<param:Option label="SSTI (1)" value="SSTI"/>
<param:Option label="SeaWiFS (4)" value="SeaWiFS"/>
<param:Option label="TOMS (3)" value="TOMS"/>
<param:Option label="TROPOMI (1)" value="TROPOMI"/>
<param:Option label="VGT (1)" value="VGT"/>
</param:Parameter>
<param:Parameter name="platform" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:platform}">
<param:Option label="ADEOS-I (1)" value="ADEOS-I"/>
<param:Option label="ALOS-1 (2)" value="ALOS-1"/>
<param:Option label="AQUA (4)" value="AQUA"/>
<param:Option label="Aura (6)" value="Aura"/>
<param:Option label="COSMO-SkyMed (4)" value="COSMO-SkyMed"/>
<param:Option label="CryoSat (2)" value="CryoSat"/>
<param:Option label="Deimos (1)" value="Deimos"/>
<param:Option label="Deimos-1 (1)" value="Deimos-1"/>
<param:Option label="Deimos-2 (1)" value="Deimos-2"/>
<param:Option label="ERS (4)" value="ERS"/>
<param:Option label="ERS-1 (2)" value="ERS-1"/>
<param:Option label="ERS-2 (3)" value="ERS-2"/>
<param:Option label="EarthCARE (1)" value="EarthCARE"/>
<param:Option label="Envisat (12)" value="Envisat"/>
<param:Option label="GOCE (1)" value="GOCE"/>
<param:Option label="GOSAT (1)" value="GOSAT"/>
<param:Option label="GPM (4)" value="GPM"/>
<param:Option label="GRACE (3)" value="GRACE"/>
<param:Option label="IKONOS-2 (1)" value="IKONOS-2"/>
<param:Option label="IRS-1C (1)" value="IRS-1C"/>
<param:Option label="IRS-1D (1)" value="IRS-1D"/>
<param:Option label="JERS-1 (3)" value="JERS-1"/>
<param:Option label="Landsat (7)" value="Landsat"/>
<param:Option label="Landsat-1 (1)" value="Landsat-1"/>
<param:Option label="Landsat-2 (1)" value="Landsat-2"/>
<param:Option label="Landsat-3 (1)" value="Landsat-3"/>
<param:Option label="Landsat-4 (1)" value="Landsat-4"/>
<param:Option label="Landsat-5 (1)" value="Landsat-5"/>
<param:Option label="Landsat-7 (2)" value="Landsat-7"/>
<param:Option label="Landsat-8 (3)" value="Landsat-8"/>
<param:Option label="Metop-A (2)" value="Metop-A"/>
<param:Option label="Metop-B (2)" value="Metop-B"/>
<param:Option label="Nimbus-7 (3)" value="Nimbus-7"/>
<param:Option label="ODIN (1)" value="ODIN"/>
<param:Option label="OrbView-2 (4)" value="OrbView-2"/>
<param:Option label="PAZ (1)" value="PAZ"/>
<param:Option label="PROBA-1 (2)" value="PROBA-1"/>
<param:Option label="PROBA-V (3)" value="PROBA-V"/>
<param:Option label="PlanetScope (1)" value="PlanetScope"/>
<param:Option label="Pleiades (2)" value="Pleiades"/>
<param:Option label="QuickBird-2 (1)" value="QuickBird-2"/>
<param:Option label="RADARSAT-1 (2)" value="RADARSAT-1"/>
<param:Option label="RADARSAT-2 (4)" value="RADARSAT-2"/>
<param:Option label="RapidEye (2)" value="RapidEye"/>
<param:Option label="SMOS (2)" value="SMOS"/>
<param:Option label="SPOT 1 (1)" value="SPOT 1"/>
<param:Option label="SPOT 2 (1)" value="SPOT 2"/>
<param:Option label="SPOT 3 (1)" value="SPOT 3"/>
<param:Option label="SPOT 4 (1)" value="SPOT 4"/>
<param:Option label="SPOT 6 (1)" value="SPOT 6"/>
<param:Option label="SPOT 7 (1)" value="SPOT 7"/>
<param:Option label="SPOT (3)" value="SPOT"/>
<param:Option label="Seasat (1)" value="Seasat"/>
<param:Option label="Sentinel-1 (3)" value="Sentinel-1"/>
<param:Option label="Sentinel-2 (3)" value="Sentinel-2"/>
<param:Option label="Sentinel-3 (2)" value="Sentinel-3"/>
<param:Option label="Sentinel-5P (1)" value="Sentinel-5P"/>
<param:Option label="SkySat (1)" value="SkySat"/>
<param:Option label="Spire (1)" value="Spire"/>
<param:Option label="TERRA (6)" value="TERRA"/>
<param:Option label="TOPEX/POSEIDON (1)" value="TOPEX/POSEIDON"/>
<param:Option label="TRMM (3)" value="TRMM"/>
<param:Option label="TanDEM-X (2)" value="TanDEM-X"/>
<param:Option label="WorldView-1 (1)" value="WorldView-1"/>
<param:Option label="WorldView-2 (1)" value="WorldView-2"/>
<param:Option label="WorldView-3 (1)" value="WorldView-3"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By title (ascending)." value="title,dc,1"/>
<param:Option label="By title (descending)." value="title,dc,0"/>
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By doi (ascending)." value="doi,eo,1"/>
<param:Option label="By doi (descending)." value="doi,eo,0"/>
<param:Option label="By publisher (ascending)." value="publisher,dc,1"/>
<param:Option label="By publisher (descending)." value="publisher,dc,0"/>
<param:Option label="By organisationName (ascending)." value="organisationName,eo,1"/>
<param:Option label="By organisationName (descending)." value="organisationName,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By modificationDate (ascending)." value="modificationDate,eo,1"/>
<param:Option label="By modificationDate (descending)." value="modificationDate,eo,0"/>
<param:Option label="By processingLevel (ascending)." value="processingLevel,eo,1"/>
<param:Option label="By processingLevel (descending)." value="processingLevel,eo,0"/>
<param:Option label="By useLimitation (ascending)." value="useLimitation,eo,1"/>
<param:Option label="By useLimitation (descending)." value="useLimitation,eo,0"/>
<param:Option label="By otherConstraint (ascending)." value="otherConstraint,eo,1"/>
<param:Option label="By otherConstraint (descending)." value="otherConstraint,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url indexOffset="1" pageOffset="1" rel="service" template="https://fedeo.ceos.org/collections/services/items?httpAccept=application/atom%2Bxml&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}" type="application/atom+xml">
<param:Parameter name="type" value="{dc:type}">
<param:Option label="service" value="service"/>
</param:Parameter>
<param:Parameter name="recordSchema" value="{sru:recordSchema}">
<param:Option label="ISO" value="iso"/>
<param:Option label="ISO 19139" value="iso19139"/>
<param:Option label="server-choice" value="server-choice"/>
</param:Parameter>
<param:Parameter minInclusive="0" name="limit" pattern="[0-9]+" value="{count}"/>
<param:Parameter minInclusive="1" name="startRecord" pattern="[0-9]+" value="{startIndex}"/>
<param:Parameter minInclusive="1" name="startPage" pattern="[0-9]+" value="{startPage}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:start}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:end}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="organisationName" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:organisationName}">
<param:Option label="CEOS (1)" value="CEOS"/>
<param:Option label="Dr. ir Rob L.G. LemmensUni Twente/ITC (1)" value="Dr. ir Rob L.G. LemmensUni Twente/ITC"/>
<param:Option label="ESA/ESRIN (3)" value="ESA/ESRIN"/>
<param:Option label="LP DAAC User Services (1)" value="LP DAAC User Services"/>
<param:Option label="Land Processes Distributed Active Archive Center (1)" value="Land Processes Distributed Active Archive Center"/>
<param:Option label="NASA/GSFC/EOS/EOSDIS/EMD (1)" value="NASA/GSFC/EOS/EOSDIS/EMD"/>
<param:Option label="Physical Oceanography DAAC (1)" value="Physical Oceanography DAAC"/>
<param:Option label="Physical Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, NASA (1)" value="Physical Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, NASA"/>
<param:Option label="rasdaman GmbH (1)" value="rasdaman GmbH"/>
</param:Parameter>
<param:Parameter name="processingLevel" value="{eo:processingLevel}"/>
<param:Parameter name="instrument" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:instrument}">
<param:Option label="AATSR (1)" value="AATSR"/>
<param:Option label="AIRS (3)" value="AIRS"/>
<param:Option label="AMSR-E (3)" value="AMSR-E"/>
<param:Option label="ASAR (1)" value="ASAR"/>
<param:Option label="CHRIS (1)" value="CHRIS"/>
<param:Option label="DPR (3)" value="DPR"/>
<param:Option label="GMI (3)" value="GMI"/>
<param:Option label="GOMOS (1)" value="GOMOS"/>
<param:Option label="MERIS (3)" value="MERIS"/>
<param:Option label="MIPAS (1)" value="MIPAS"/>
<param:Option label="MIRAS (1)" value="MIRAS"/>
<param:Option label="MODIS (3)" value="MODIS"/>
<param:Option label="OCTS (1)" value="OCTS"/>
<param:Option label="OMI (5)" value="OMI"/>
<param:Option label="SAR (6)" value="SAR"/>
<param:Option label="SCIAMACHY (1)" value="SCIAMACHY"/>
<param:Option label="SSTI (1)" value="SSTI"/>
<param:Option label="SeaWiFS (4)" value="SeaWiFS"/>
<param:Option label="TOMS (3)" value="TOMS"/>
<param:Option label="TROPOMI (1)" value="TROPOMI"/>
<param:Option label="VGT (1)" value="VGT"/>
</param:Parameter>
<param:Parameter name="platform" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:platform}">
<param:Option label="ADEOS-I (1)" value="ADEOS-I"/>
<param:Option label="ALOS-1 (2)" value="ALOS-1"/>
<param:Option label="AQUA (4)" value="AQUA"/>
<param:Option label="Aura (6)" value="Aura"/>
<param:Option label="COSMO-SkyMed (4)" value="COSMO-SkyMed"/>
<param:Option label="CryoSat (2)" value="CryoSat"/>
<param:Option label="Deimos (1)" value="Deimos"/>
<param:Option label="Deimos-1 (1)" value="Deimos-1"/>
<param:Option label="Deimos-2 (1)" value="Deimos-2"/>
<param:Option label="ERS (4)" value="ERS"/>
<param:Option label="ERS-1 (2)" value="ERS-1"/>
<param:Option label="ERS-2 (3)" value="ERS-2"/>
<param:Option label="EarthCARE (1)" value="EarthCARE"/>
<param:Option label="Envisat (12)" value="Envisat"/>
<param:Option label="GOCE (1)" value="GOCE"/>
<param:Option label="GOSAT (1)" value="GOSAT"/>
<param:Option label="GPM (4)" value="GPM"/>
<param:Option label="GRACE (3)" value="GRACE"/>
<param:Option label="IKONOS-2 (1)" value="IKONOS-2"/>
<param:Option label="IRS-1C (1)" value="IRS-1C"/>
<param:Option label="IRS-1D (1)" value="IRS-1D"/>
<param:Option label="JERS-1 (3)" value="JERS-1"/>
<param:Option label="Landsat (7)" value="Landsat"/>
<param:Option label="Landsat-1 (1)" value="Landsat-1"/>
<param:Option label="Landsat-2 (1)" value="Landsat-2"/>
<param:Option label="Landsat-3 (1)" value="Landsat-3"/>
<param:Option label="Landsat-4 (1)" value="Landsat-4"/>
<param:Option label="Landsat-5 (1)" value="Landsat-5"/>
<param:Option label="Landsat-7 (2)" value="Landsat-7"/>
<param:Option label="Landsat-8 (3)" value="Landsat-8"/>
<param:Option label="Metop-A (2)" value="Metop-A"/>
<param:Option label="Metop-B (2)" value="Metop-B"/>
<param:Option label="Nimbus-7 (3)" value="Nimbus-7"/>
<param:Option label="ODIN (1)" value="ODIN"/>
<param:Option label="OrbView-2 (4)" value="OrbView-2"/>
<param:Option label="PAZ (1)" value="PAZ"/>
<param:Option label="PROBA-1 (2)" value="PROBA-1"/>
<param:Option label="PROBA-V (3)" value="PROBA-V"/>
<param:Option label="PlanetScope (1)" value="PlanetScope"/>
<param:Option label="Pleiades (2)" value="Pleiades"/>
<param:Option label="QuickBird-2 (1)" value="QuickBird-2"/>
<param:Option label="RADARSAT-1 (2)" value="RADARSAT-1"/>
<param:Option label="RADARSAT-2 (4)" value="RADARSAT-2"/>
<param:Option label="RapidEye (2)" value="RapidEye"/>
<param:Option label="SMOS (2)" value="SMOS"/>
<param:Option label="SPOT 1 (1)" value="SPOT 1"/>
<param:Option label="SPOT 2 (1)" value="SPOT 2"/>
<param:Option label="SPOT 3 (1)" value="SPOT 3"/>
<param:Option label="SPOT 4 (1)" value="SPOT 4"/>
<param:Option label="SPOT 6 (1)" value="SPOT 6"/>
<param:Option label="SPOT 7 (1)" value="SPOT 7"/>
<param:Option label="SPOT (3)" value="SPOT"/>
<param:Option label="Seasat (1)" value="Seasat"/>
<param:Option label="Sentinel-1 (3)" value="Sentinel-1"/>
<param:Option label="Sentinel-2 (3)" value="Sentinel-2"/>
<param:Option label="Sentinel-3 (2)" value="Sentinel-3"/>
<param:Option label="Sentinel-5P (1)" value="Sentinel-5P"/>
<param:Option label="SkySat (1)" value="SkySat"/>
<param:Option label="Spire (1)" value="Spire"/>
<param:Option label="TERRA (6)" value="TERRA"/>
<param:Option label="TOPEX/POSEIDON (1)" value="TOPEX/POSEIDON"/>
<param:Option label="TRMM (3)" value="TRMM"/>
<param:Option label="TanDEM-X (2)" value="TanDEM-X"/>
<param:Option label="WorldView-1 (1)" value="WorldView-1"/>
<param:Option label="WorldView-2 (1)" value="WorldView-2"/>
<param:Option label="WorldView-3 (1)" value="WorldView-3"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By title (ascending)." value="title,dc,1"/>
<param:Option label="By title (descending)." value="title,dc,0"/>
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By doi (ascending)." value="doi,eo,1"/>
<param:Option label="By doi (descending)." value="doi,eo,0"/>
<param:Option label="By publisher (ascending)." value="publisher,dc,1"/>
<param:Option label="By publisher (descending)." value="publisher,dc,0"/>
<param:Option label="By organisationName (ascending)." value="organisationName,eo,1"/>
<param:Option label="By organisationName (descending)." value="organisationName,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By modificationDate (ascending)." value="modificationDate,eo,1"/>
<param:Option label="By modificationDate (descending)." value="modificationDate,eo,0"/>
<param:Option label="By processingLevel (ascending)." value="processingLevel,eo,1"/>
<param:Option label="By processingLevel (descending)." value="processingLevel,eo,0"/>
<param:Option label="By useLimitation (ascending)." value="useLimitation,eo,1"/>
<param:Option label="By useLimitation (descending)." value="useLimitation,eo,0"/>
<param:Option label="By otherConstraint (ascending)." value="otherConstraint,eo,1"/>
<param:Option label="By otherConstraint (descending)." value="otherConstraint,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier={eo:parentIdentifier}&httpAccept=application/geo%2Bjson&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&uid={geo:uid?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&source={referrer:source?}&offering={eo:offering?}&mode=owc" type="application/geo+json">
<param:Parameter name="type" value="{dc:type}">
<param:Option label="dataset" value="dataset"/>
</param:Parameter>
<param:Parameter minInclusive="0" name="limit" pattern="[0-9]+" value="{count}"/>
<param:Parameter minInclusive="1" name="startRecord" pattern="[0-9]+" value="{startIndex}"/>
<param:Parameter minInclusive="1" name="startPage" pattern="[0-9]+" value="{startPage}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:start}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:end}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By parentIdentifier (ascending)." value="parentIdentifier,eo,1"/>
<param:Option label="By parentIdentifier (descending)." value="parentIdentifier,eo,0"/>
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
</os:Url>
<os:Url indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier={eo:parentIdentifier}&httpAccept=application/atom%2Bxml&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&uid={geo:uid?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&source={referrer:source?}&offering={eo:offering?}" type="application/atom+xml">
<param:Parameter name="type" value="{dc:type}">
<param:Option label="dataset" value="dataset"/>
</param:Parameter>
<param:Parameter name="recordSchema" value="{sru:recordSchema}">
<param:Option label="O&M" value="om"/>
<param:Option label="O&M 1.0" value="om10"/>
<param:Option label="server-choice" value="server-choice"/>
</param:Parameter>
<param:Parameter minInclusive="0" name="limit" pattern="[0-9]+" value="{count}"/>
<param:Parameter minInclusive="1" name="startRecord" pattern="[0-9]+" value="{startIndex}"/>
<param:Parameter minInclusive="1" name="startPage" pattern="[0-9]+" value="{startPage}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:start}"/>
<param:Parameter pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]+)?(Z|[\+\-][0-9]{2}:[0-9]{2})$" value="{time:end}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By parentIdentifier (ascending)." value="parentIdentifier,eo,1"/>
<param:Option label="By parentIdentifier (descending)." value="parentIdentifier,eo,0"/>
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
</os:Url>
<os:Query role="example" time:end="2005-05-16T00:00:00Z" time:start="2004-05-16T00:00:00Z"/>
<os:Query role="example" semantic:classifiedAs="http://www.eionet.europa.eu/gemet/concept/3650"/>
<os:LongName>Earth Observation Catalogue</os:LongName>
<os:Developer>Spacebel s.a.</os:Developer>
<os:Attribution>Copyright 2016-2024, European Space Agency</os:Attribution>
<os:SyndicationRight>open</os:SyndicationRight>
<os:AdultContent>false</os:AdultContent>
<os:Language>en-us</os:Language>
<os:OutputEncoding>UTF-8</os:OutputEncoding>
<os:InputEncoding>UTF-8</os:InputEncoding>
</os:OpenSearchDescription>
The Explain Document is accessible at the location https://fedeo.ceos.org/api?httpAccept=application/sru%2Bxml and contains additional information about the API such as default values, definitions of available record schemas at /explain/responseFormats
etc.
Example: 2.2
Extract all URL templates from the OSDD.
The OSDD may contain URL templates for multiple values for type
(media types) and multiple values for rel
(relations). The rel
values have the following meaning (if present) as defined in [RD1]. :
rel |
description |
---|---|
collection |
URL template to be used for collection search. |
results |
URL template to be used for granule search (default). |
service |
URL template to be used for service or application search. |
from xml.etree import ElementTree
root = ElementTree.fromstring(response.text)
list = pd.DataFrame(columns=['rel', 'type'])
ns = {'os': 'http://a9.com/-/spec/opensearch/1.1/'}
for r in root.findall('os:Url', ns):
rel = ''
mtype = ''
try:
rel = r.attrib['rel']
mtype = r.attrib['type']
except:
pass
df = pd.DataFrame({ 'rel': rel, 'type': mtype }, index = [0])
list = pd.concat([list, df], ignore_index=True)
list
rel | type | |
---|---|---|
0 | self | application/opensearchdescription+xml |
1 | collection | application/geo+json |
2 | collection | application/atom+xml |
3 | service | application/geo+json |
4 | service | application/atom+xml |
5 | results | application/geo+json |
6 | results | application/atom+xml |
Examples of responses for all media types listed above can be found in the OGC API Features response formats section of the documentation. When selecting the OSDD URL template for a corresponding media type, its value will be prefilled in the template to provide the correct OGC API Features request where only OpenSearch parameters have to be inserted still. The remainder of the current document focusses on the Atom response format.
Extract collection search URL template for Atom
Extract the URL template for collection search rel="collection"
corresponding to the media type type="application/atom+xml"
of the search result.
from xml.etree import ElementTree
root = ElementTree.fromstring(response.text)
ns = {'os': 'http://a9.com/-/spec/opensearch/1.1/'}
collection_url_atom = root.find('os:Url[@rel="collection"][@type="application/atom+xml"]', ns)
collection_template = collection_url_atom.attrib['template']
collection_template
'https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}'
Search by free text#
Example: 2.4
Search collections by free text {searchTerms}
osquerystring = {}
osquerystring['count'] = '1'
osquerystring['searchTerms'] = 'forestry'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ', newl='')
md("```xml\n" + xmlstr + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: count by 1
.. replacing: searchTerms by forestry
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=1&query=forestry
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:os="http://a9.com/-/spec/opensearch/1.1/" xmlns:owc="http://www.opengis.net/owc/1.0" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/" xmlns:semantic="http://a9.com/-/opensearch/extensions/semantic/1.0/" xmlns:sru="http://a9.com/-/opensearch/extensions/sru/2.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/">
<author>
<name>FedEO Clearinghouse</name>
<email>eohelp@eo.esa.int</email>
</author>
<generator>FedEO Clearinghouse</generator>
<id>https://fedeo.ceos.org/collections/series/items</id>
<rights>Copyright 2016-2024, European Space Agency</rights>
<title>FedEO Clearinghouse - Search Response</title>
<updated>2023-12-20T22:59:22Z</updated>
<link href="https://fedeo.ceos.org/api?httpAccept=application/opensearchdescription%2Bxml" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?limit=1&query=forestry&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?limit=1&query=forestry&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/os-geojson/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?limit=1&query=forestry&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" type="application/geo+json;profile="https://stacspec.org""/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=1&query=forestry" hreflang="en" rel="self" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=1&query=forestry&startRecord=1" rel="first" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=1&query=forestry&startRecord=2" rel="next" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=1&query=forestry&startRecord=38" rel="last" type="application/atom+xml"/>
<os:totalResults>38</os:totalResults>
<os:startIndex>1</os:startIndex>
<os:itemsPerPage>1</os:itemsPerPage>
<os:Query dc:type="collection" os:count="1" os:searchTerms="forestry" os:startIndex="1" role="request"/>
<sru:facetedResults>
<sru:datasource>
<sru:facets>
<sru:facet>
<sru:index>eo:platform</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>GEOSAT-1</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>GEOSAT-2</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>NOAA-11</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>NOAA-14</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>NOAA-16</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>NOAA-18</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>NOAA-7</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>NOAA-9</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>ALOS-1</sru:actualTerm>
<sru:count>3</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>ERS-1</sru:actualTerm>
<sru:count>3</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:instrument</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>LISS-3</sru:actualTerm>
<sru:count>6</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>AVHRR-2</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>AVHRR-3</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>AwiFS</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>HiRAIS</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>SLIM6</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>WV110</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>ATSR-1</sru:actualTerm>
<sru:count>3</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>ATSR-2</sru:actualTerm>
<sru:count>3</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>AVNIR-2</sru:actualTerm>
<sru:count>3</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:organisationName</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>ESA/ESRIN</sru:actualTerm>
<sru:count>27</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>DE/DLR</sru:actualTerm>
<sru:count>6</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>DOC/NOAA/NESDIS/NCEI</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>Sinergise</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:processingLevel</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>multiple</sru:actualTerm>
<sru:count>13</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 1</sru:actualTerm>
<sru:count>10</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 2</sru:actualTerm>
<sru:count>10</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 1b</sru:actualTerm>
<sru:count>6</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 3</sru:actualTerm>
<sru:count>6</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 1c</sru:actualTerm>
<sru:count>5</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 1a</sru:actualTerm>
<sru:count>4</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 2a</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 1A</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>semantic:classifiedAs</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/instruments</sru:actualTerm>
<sru:count>37</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/platforms</sru:actualTerm>
<sru:count>37</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1</sru:actualTerm>
<sru:count>27</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/earth-topics</sru:actualTerm>
<sru:count>27</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/bbe13d71-bea9-55c2-9b65-a24043c35937</sru:actualTerm>
<sru:count>22</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c</sru:actualTerm>
<sru:count>20</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb</sru:actualTerm>
<sru:count>18</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/e4d01e03-0ef5-5b4c-b40f-2b5f49667f53</sru:actualTerm>
<sru:count>14</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417</sru:actualTerm>
<sru:count>13</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7</sru:actualTerm>
<sru:count>12</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:useLimitation</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>Project Proposal (Restrained)</sru:actualTerm>
<sru:count>10</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>EO Sign In Authentication</sru:actualTerm>
<sru:count>7</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>Nutzungseinschränkungen: Das DLR ist nicht haftbar für Schäden, die sich aus der Nutzung ergeben. / Use Limitations: DLR not liable for damage resulting from use.</sru:actualTerm>
<sru:count>6</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>Fast Registration with Approval</sru:actualTerm>
<sru:count>5</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>Fast Registration with approval</sru:actualTerm>
<sru:count>3</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>Fast Registration with immediate access</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>Restrained Data</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
</sru:facets>
</sru:datasource>
</sru:facetedResults>
<entry>
<category label="EARTH SCIENCE>HUMAN DIMENSIONS>NATURAL HAZARDS" term="https://gcmd.earthdata.nasa.gov/kms/concept/ec0e2762-f57a-4fdc-b395-c8d7d5590d18"/>
<category label="EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS" term="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010"/>
<category label="EARTH SCIENCE>AGRICULTURE" term="https://gcmd.earthdata.nasa.gov/kms/concept/a956d045-3b12-441c-8a18-fac7d33b2b4e"/>
<category label="EARTH SCIENCE>LAND SURFACE" term="https://gcmd.earthdata.nasa.gov/kms/concept/6a426480-c58f-4b6b-8e35-0975b7f6edb5"/>
<category label="EARTH SCIENCE>LAND SURFACE>LAND USE/LAND COVER" term="https://gcmd.earthdata.nasa.gov/kms/concept/e5815f58-8232-4c7f-b50d-ea71d73891a9"/>
<category label="ALOS" term="https://gcmd.earthdata.nasa.gov/kms/concept/0bf5fb56-9d29-438a-a84f-a60296a2e503"/>
<category label="AVNIR-2" term="https://gcmd.earthdata.nasa.gov/kms/concept/835fb659-6a25-44a7-8c5a-7698fe785472"/>
<category label="Natural Hazards and Disaster Risk" term="https://earth.esa.int/concept/e3666b36-a100-5e2c-b0c0-a24ed76f195e"/>
<category label="Forestry" term="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1"/>
<category label="Agriculture" term="https://earth.esa.int/concept/bbe13d71-bea9-55c2-9b65-a24043c35937"/>
<category label="Land Surface" term="https://earth.esa.int/concept/e4d01e03-0ef5-5b4c-b40f-2b5f49667f53"/>
<category label="Land Use and Land Cover" term="https://earth.esa.int/concept/b7b22d64-0523-501c-90b2-ca31d5d6fd3c"/>
<category label="VIS (0.40 - 0.75 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="NIR (0.75 - 1.30 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="Sun-synchronous" term="http://www.opengis.net/eop/2.1/orbitType"/>
<category label="Very High Resolution - VHR (0 - 5m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="691.65 km" term="https://earth.esa.int/eop-ext/orbitHeight"/>
<category label="70 km" term="https://earth.esa.int/eop-ext/swathWidth"/>
<category label="Imaging Spectrometers/Radiometers" term="https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb"/>
<category label="ALOS-1" term="https://earth.esa.int/concept/fa4e3c89-5966-5617-b2cc-f6aad122e685"/>
<category label="AVNIR-2" term="https://earth.esa.int/concept/a361a690-aa56-5851-824d-3d34c8fe00ea"/>
<category label="DIF10" term="DIF10"/>
<category label="ESA/ESRIN" term="ESA/ESRIN"/>
<id>https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/atom%2Bxml</id>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="alternate" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/vnd.iso.19115-3%2Bxml" rel="alternate" title="ISO 19115-3 metadata" type="application/vnd.iso.19115-3+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/dif10%2Bxml" rel="alternate" title="DIF-10 metadata" type="application/dif10+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/xml" rel="alternate" title="Dublin Core metadata" type="application/xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?mode=owc" rel="alternate" title="OGC 17-084r1 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eoc-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/json" rel="alternate" title="STAC metadata" type="application/json"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C?httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/ALOS.AVNIR-2.L1C/api" rel="search" type="application/opensearchdescription+xml"/>
<rights type="html">Restrained Data Fast Registration with Approval (Restrained) 1. Go to the _$$ESA User Services Portal$$ https://esatellus.service-now.com/csp?id=dar&dataset=ALOS.AVNIR-2.L1C 2. Register or log in to EO Sign In 3. Submit the form for accessing the data 4. The request will be evaluated by ESA, which normally takes up to 2 days 5. Upon successful evaluation, you will receive a confirmation email 6. A second email will follow with details of where to download the data 7. Search and download the products from the _$$Dissemination Service$$ http://alos-ds.eo.esa.int/socat/ALOS_AVNIR-2_OBS_L1C (via a map). Fast Registration with Approval (Restrained) 1. Go to the _$$ESA User Services Portal$$ https://esatellus.service-now.com/csp?id=dar&dataset=ALOS.AVNIR-2.L1C 2. Register or log in to EO Sign In 3. Submit the form for accessing the data 4. The request will be evaluated by ESA, which normally takes up to 2 days 5. Upon successful evaluation, you will receive a confirmation email 6. A second email will follow with details of where to download the data 7. Search and download the products from the _$$Dissemination Service$$ http://alos-ds.eo.esa.int/socat/ALOS_AVNIR-2_OBS_L1C (via a map). All ALOS-1 products are freely accessible in accordance with ESA’s Earth observation data policy. An active EO Sign In account is required to download the products. Search the products in this collection on the ALOS _$$Dissemination Service$$ https://alos-ds.eo.esa.int/oads/access/collection/ALOS_AVNIR-2_OBS_L1C , which offers an interactive map for identifying available products and previews of the products. ALOS products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-ALOS.AVNIR-2.L1C%22:%22%22,%22commonCriteria%22:%22bbox=-180,-90,180,90%22} , which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). New users can register an account on EO Sign In. For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e . Should you need support to access the data, please contact EOHelp. Available to residents of the following countries:</rights>
<link href="https://fedeo.ceos.org/images/esa.png" rel="icon" type="image/png"/>
<content type="html">This collection is providing access to the ALOS-1 AVNIR-2 (Advanced Visible and Near Infrared Radiometer type 2) L1C data acquired by ESA stations in the ADEN zone plus some worldwide data requested by European scientists. The ADEN zone (https://earth.esa.int/eogateway/documents/20142/37627/ALOS-ADEN-Zone.pdf) was the area belonging to the European Data node and covered both the European and the African continents, large part of the Greenland and the Middle East.
The full mission is covered, obviously with gaps outside to the ADEN zone:
• Time windows: from 2006-04-28 to 2011-04-20
• Orbits: from 1375 to 27898
• Path (corresponds to JAXA track number): from 1 to 670
• Row (corresponds to JAXA scene centre frame number): from 370 to 5230
One single Level 1C product types is offered for the OBS instrument mode: AV2_OBS_1C.
The Level 1C product is a multispectral image (three bands in VIS and one in NIR) in GEOTIFF format with 10 m resolution.</content>
<title>ALOS AVNIR-2 L1C</title>
<updated>2021-08-04T00:00:00.000Z</updated>
<dc:identifier>ALOS.AVNIR-2.L1C</dc:identifier>
<dc:date>2006-04-28T00:00:00.000Z/2011-04-20T23:59:59.999Z</dc:date>
<georss:polygon>-90.0 -180.0 -90.0 180.0 90.0 180.0 90.0 -180.0 -90.0 -180.0</georss:polygon>
<georss:box>-90.0 -180.0 90.0 180.0</georss:box>
<dqv:hasQualityMeasure xmlns:dqv="http://www.w3.org/ns/dqv#">
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/state</dqv:hasMetric>
<dqv:value>0</dqv:value>
</dqv:QualityMeasure>
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/last_state_change</dqv:hasMetric>
<dqv:value>223.46</dqv:value>
</dqv:QualityMeasure>
</dqv:hasQualityMeasure>
</entry>
</feed>
Search by title#
Example: 2.5
Search collections by title {dc:title}
osquerystring = {}
osquerystring['dc:title'] = 'Column'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
# Get title of all entries in result page
for r in rt.findall('{http://www.w3.org/2005/Atom}entry'):
title = r.find('{http://www.w3.org/2005/Atom}title').text
print("title: ", title)
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: dc:title by Column
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&title=Column
title: GOME Total Column Water Vapour Climate product
title: ERS-2 GOME Total Column Amount of Trace Gases Product
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged CH4 from GOSAT generated with the SRPR (RemoTeC) Proxy Retrieval algorithm (CH4_GOS_SRPR), version 2.3.8
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged CH4 from SCIAMACHY generated with the IMAP-DOAS algorithm (CH4_SCI_IMAP), v7.2
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged CH4 from GOSAT generated with the SRFP (RemoTeC) Full Physics algorithm (CH4_GOS_SRFP), version 2.3.8
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged CH4 from GOSAT generated with the OCFP (UoL-FP) algorithm (CH4_GOS_OCFP), version 2.1
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged methane from Sentinel-5P, generated with the WFM-DOAS algorithm, version 1.5, November 2017 - December 2020
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged methane from GOSAT-2, generated with the SRFP (RemoTeC) full physics retrieval algorithm, version 1.0.0
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged CO2 from GOSAT generated with the SRFP (RemoTeC) algorithm (CO2_GOS_SRFP), v2.3.8
title: ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column-averaged carbon dioxide from TANSAT, generated with the OCFP algorithm, for global land areas, version 1.0
Search by platform#
The <url>
element contains additional information about the parameters available in the template using the OpenSearch Parameter extension syntax. For example, the eo:platform
parameter provides the following additional information, including the list of possible values for which the server can provide results.
Example: 2.7
Extract available values for the
eo:platform
parameter from the OSDD.
# Extract <Parameter> element for eo:platform
el = collection_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{eo:platform}"]')
# el2 = ElementTree.indent(el)
# https://docs.python.org/3/library/xml.etree.elementtree.html
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
# todo: add output scrolling tag to the cell output tag: "output_scroll"
# insert Markdown string in an HTML frame with scrollbar ?
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" name="platform" pattern="[a-z|A-Z|1-9|\-|_]+" value="{eo:platform}">
<ns0:Option label="ADEOS-I (57)" value="ADEOS-I" />
<ns0:Option label="ADEOS-II (190)" value="ADEOS-II" />
<ns0:Option label="AEM-2 (1)" value="AEM-2" />
<ns0:Option label="ALOS-1 (11)" value="ALOS-1" />
<ns0:Option label="ALOS-2 (2)" value="ALOS-2" />
<ns0:Option label="AQUA (206)" value="AQUA" />
<ns0:Option label="Aeolus (4)" value="Aeolus" />
<ns0:Option label="Aura (6)" value="Aura" />
<ns0:Option label="BIROS (1)" value="BIROS" />
<ns0:Option label="Beijing-1 (1)" value="Beijing-1" />
<ns0:Option label="Biomass (1)" value="Biomass" />
<ns0:Option label="CALIPSO (7)" value="CALIPSO" />
<ns0:Option label="CFOSAT (5)" value="CFOSAT" />
<ns0:Option label="CHAMP (8)" value="CHAMP" />
<ns0:Option label="CORIOLIS (27)" value="CORIOLIS" />
<ns0:Option label="COSMO-SkyMed Second Generation (1)" value="COSMO-SkyMed Second Generation" />
<ns0:Option label="COSMO-SkyMed (3)" value="COSMO-SkyMed" />
<ns0:Option label="CloudSat (4)" value="CloudSat" />
<ns0:Option label="CryoSat-2 (31)" value="CryoSat-2" />
<ns0:Option label="DMSP 5D-1/F2 (2)" value="DMSP 5D-1/F2" />
<ns0:Option label="DMSP 5D-1/F3 (2)" value="DMSP 5D-1/F3" />
<ns0:Option label="DMSP 5D-1/F4 (2)" value="DMSP 5D-1/F4" />
<ns0:Option label="DMSP 5D-2/F10 (24)" value="DMSP 5D-2/F10" />
<ns0:Option label="DMSP 5D-2/F11 (59)" value="DMSP 5D-2/F11" />
<ns0:Option label="DMSP 5D-2/F12 (2)" value="DMSP 5D-2/F12" />
<ns0:Option label="DMSP 5D-2/F13 (39)" value="DMSP 5D-2/F13" />
<ns0:Option label="DMSP 5D-2/F14 (29)" value="DMSP 5D-2/F14" />
<ns0:Option label="DMSP 5D-2/F8 (37)" value="DMSP 5D-2/F8" />
<ns0:Option label="DMSP 5D-3/F15 (29)" value="DMSP 5D-3/F15" />
<ns0:Option label="DMSP 5D-3/F16 (13)" value="DMSP 5D-3/F16" />
<ns0:Option label="DMSP 5D-3/F17 (28)" value="DMSP 5D-3/F17" />
<ns0:Option label="DMSP 5D-3/F18 (21)" value="DMSP 5D-3/F18" />
<ns0:Option label="DMSP 5D-3/F19 (5)" value="DMSP 5D-3/F19" />
<ns0:Option label="ERS-1 (84)" value="ERS-1" />
<ns0:Option label="ERS-2 (125)" value="ERS-2" />
<ns0:Option label="Envisat (183)" value="Envisat" />
<ns0:Option label="FFSCat (1)" value="FFSCat" />
<ns0:Option label="FY-3A (1)" value="FY-3A" />
<ns0:Option label="FY-3B (6)" value="FY-3B" />
<ns0:Option label="FY-3C (1)" value="FY-3C" />
<ns0:Option label="FireBIRD (1)" value="FireBIRD" />
<ns0:Option label="GCOM-C1 (544)" value="GCOM-C1" />
<ns0:Option label="GCOM-W1 (100)" value="GCOM-W1" />
<ns0:Option label="GEOSAT-1 (4)" value="GEOSAT-1" />
<ns0:Option label="GEOSAT-2 (5)" value="GEOSAT-2" />
<ns0:Option label="GHGSat-C1 (1)" value="GHGSat-C1" />
<ns0:Option label="GHGSat-C2 (1)" value="GHGSat-C2" />
<ns0:Option label="GMS-1 (5)" value="GMS-1" />
<ns0:Option label="GMS-2 (2)" value="GMS-2" />
<ns0:Option label="GMS-3 (5)" value="GMS-3" />
<ns0:Option label="GMS-4 (5)" value="GMS-4" />
<ns0:Option label="GMS-5 (7)" value="GMS-5" />
<ns0:Option label="GOCE (7)" value="GOCE" />
<ns0:Option label="GOES-1 (4)" value="GOES-1" />
<ns0:Option label="GOES-10 (3)" value="GOES-10" />
<ns0:Option label="GOES-11 (3)" value="GOES-11" />
<ns0:Option label="GOES-12 (3)" value="GOES-12" />
<ns0:Option label="GOES-13 (5)" value="GOES-13" />
<ns0:Option label="GOES-14 (1)" value="GOES-14" />
<ns0:Option label="GOES-15 (5)" value="GOES-15" />
<ns0:Option label="GOES-2 (4)" value="GOES-2" />
<ns0:Option label="GOES-3 (4)" value="GOES-3" />
<ns0:Option label="GOES-4 (4)" value="GOES-4" />
<ns0:Option label="GOES-5 (4)" value="GOES-5" />
<ns0:Option label="GOES-6 (4)" value="GOES-6" />
<ns0:Option label="GOES-7 (4)" value="GOES-7" />
<ns0:Option label="GOES-8 (5)" value="GOES-8" />
<ns0:Option label="GOES-9 (6)" value="GOES-9" />
<ns0:Option label="GOSAT-1 (28)" value="GOSAT-1" />
<ns0:Option label="GOSAT-2 (2)" value="GOSAT-2" />
<ns0:Option label="GPM (16)" value="GPM" />
<ns0:Option label="GRACE (13)" value="GRACE" />
<ns0:Option label="GeoEye-1 (2)" value="GeoEye-1" />
<ns0:Option label="ICEYE (2)" value="ICEYE" />
<ns0:Option label="IKONOS-2 (1)" value="IKONOS-2" />
<ns0:Option label="IRS-1C (5)" value="IRS-1C" />
<ns0:Option label="IRS-1D (5)" value="IRS-1D" />
<ns0:Option label="IRS-P5 (4)" value="IRS-P5" />
<ns0:Option label="IRS-P6 (6)" value="IRS-P6" />
<ns0:Option label="IRS-R2 (5)" value="IRS-R2" />
<ns0:Option label="ISS (1)" value="ISS" />
<ns0:Option label="JASON-3 (3)" value="JASON-3" />
<ns0:Option label="JERS-1 (7)" value="JERS-1" />
<ns0:Option label="JPSS-1 (1)" value="JPSS-1" />
<ns0:Option label="Jason-1 (16)" value="Jason-1" />
<ns0:Option label="Jason-2 (10)" value="Jason-2" />
<ns0:Option label="KOMPSAT-1 (1)" value="KOMPSAT-1" />
<ns0:Option label="KOMPSAT-2 (2)" value="KOMPSAT-2" />
<ns0:Option label="Landsat-1 (1)" value="Landsat-1" />
<ns0:Option label="Landsat-2 (1)" value="Landsat-2" />
<ns0:Option label="Landsat-3 (2)" value="Landsat-3" />
<ns0:Option label="Landsat-4 (2)" value="Landsat-4" />
<ns0:Option label="Landsat-5 (10)" value="Landsat-5" />
<ns0:Option label="Landsat-7 (9)" value="Landsat-7" />
<ns0:Option label="Landsat-8 (12)" value="Landsat-8" />
<ns0:Option label="MFG (1)" value="MFG" />
<ns0:Option label="MOS-1 (1)" value="MOS-1" />
<ns0:Option label="MOS-1B (1)" value="MOS-1B" />
<ns0:Option label="MSG (8)" value="MSG" />
<ns0:Option label="MTSAT-1R (4)" value="MTSAT-1R" />
<ns0:Option label="MTSAT-2 (5)" value="MTSAT-2" />
<ns0:Option label="Megha-Tropiques (4)" value="Megha-Tropiques" />
<ns0:Option label="Meteosat-10 (68)" value="Meteosat-10" />
<ns0:Option label="Meteosat-11 (24)" value="Meteosat-11" />
<ns0:Option label="Meteosat-2 (37)" value="Meteosat-2" />
<ns0:Option label="Meteosat-3 (41)" value="Meteosat-3" />
<ns0:Option label="Meteosat-4 (43)" value="Meteosat-4" />
<ns0:Option label="Meteosat-5 (47)" value="Meteosat-5" />
<ns0:Option label="Meteosat-6 (45)" value="Meteosat-6" />
<ns0:Option label="Meteosat-7 (48)" value="Meteosat-7" />
<ns0:Option label="Meteosat-8 (126)" value="Meteosat-8" />
<ns0:Option label="Meteosat-9 (126)" value="Meteosat-9" />
<ns0:Option label="Metop-A (202)" value="Metop-A" />
<ns0:Option label="Metop-B (131)" value="Metop-B" />
<ns0:Option label="Metop-C (38)" value="Metop-C" />
<ns0:Option label="NOAA POES (1)" value="NOAA POES" />
<ns0:Option label="NOAA-10 (48)" value="NOAA-10" />
<ns0:Option label="NOAA-11 (119)" value="NOAA-11" />
<ns0:Option label="NOAA-12 (104)" value="NOAA-12" />
<ns0:Option label="NOAA-14 (124)" value="NOAA-14" />
<ns0:Option label="NOAA-15 (117)" value="NOAA-15" />
<ns0:Option label="NOAA-16 (135)" value="NOAA-16" />
<ns0:Option label="NOAA-17 (128)" value="NOAA-17" />
<ns0:Option label="NOAA-18 (134)" value="NOAA-18" />
<ns0:Option label="NOAA-19 (124)" value="NOAA-19" />
<ns0:Option label="NOAA-2 (2)" value="NOAA-2" />
<ns0:Option label="NOAA-3 (2)" value="NOAA-3" />
<ns0:Option label="NOAA-4 (2)" value="NOAA-4" />
<ns0:Option label="NOAA-5 (2)" value="NOAA-5" />
<ns0:Option label="NOAA-6 (42)" value="NOAA-6" />
<ns0:Option label="NOAA-7 (116)" value="NOAA-7" />
<ns0:Option label="NOAA-8 (47)" value="NOAA-8" />
<ns0:Option label="NOAA-9 (117)" value="NOAA-9" />
<ns0:Option label="NigeriaSat-1 (1)" value="NigeriaSat-1" />
<ns0:Option label="Nimbus-4 (1)" value="Nimbus-4" />
<ns0:Option label="Nimbus-7 (38)" value="Nimbus-7" />
<ns0:Option label="ODIN (5)" value="ODIN" />
<ns0:Option label="OceanSat-2 (3)" value="OceanSat-2" />
<ns0:Option label="OrbView-2 (3)" value="OrbView-2" />
<ns0:Option label="PAZ (2)" value="PAZ" />
<ns0:Option label="PROBA-1 (2)" value="PROBA-1" />
<ns0:Option label="PROBA-V (61)" value="PROBA-V" />
<ns0:Option label="Parasol-1 (17)" value="Parasol-1" />
<ns0:Option label="PlanetScope (2)" value="PlanetScope" />
<ns0:Option label="Pleiades Neo (1)" value="Pleiades Neo" />
<ns0:Option label="Pleiades (2)" value="Pleiades" />
<ns0:Option label="Pleiades-1A (1)" value="Pleiades-1A" />
<ns0:Option label="Pleiades-1B (1)" value="Pleiades-1B" />
<ns0:Option label="QuickBird-2 (2)" value="QuickBird-2" />
<ns0:Option label="QuikSCAT (3)" value="QuikSCAT" />
<ns0:Option label="RADARSAT-1 (2)" value="RADARSAT-1" />
<ns0:Option label="RADARSAT-2 (2)" value="RADARSAT-2" />
<ns0:Option label="RapidEye (4)" value="RapidEye" />
<ns0:Option label="SAC-D (2)" value="SAC-D" />
<ns0:Option label="SAOCOM-1A (1)" value="SAOCOM-1A" />
<ns0:Option label="SAOCOM-1B (1)" value="SAOCOM-1B" />
<ns0:Option label="SARAL (22)" value="SARAL" />
<ns0:Option label="SCISAT-1 (2)" value="SCISAT-1" />
<ns0:Option label="SMAP (9)" value="SMAP" />
<ns0:Option label="SMOS (32)" value="SMOS" />
<ns0:Option label="SMS-1 (4)" value="SMS-1" />
<ns0:Option label="SMS-2 (4)" value="SMS-2" />
<ns0:Option label="SORCE (6)" value="SORCE" />
<ns0:Option label="SPOT 1 (2)" value="SPOT 1" />
<ns0:Option label="SPOT 2 (2)" value="SPOT 2" />
<ns0:Option label="SPOT 3 (2)" value="SPOT 3" />
<ns0:Option label="SPOT 4 (26)" value="SPOT 4" />
<ns0:Option label="SPOT 5 (24)" value="SPOT 5" />
<ns0:Option label="SPOT 6 (2)" value="SPOT 6" />
<ns0:Option label="SPOT 7 (2)" value="SPOT 7" />
<ns0:Option label="SPOT (3)" value="SPOT" />
<ns0:Option label="Seasat (1)" value="Seasat" />
<ns0:Option label="Sentinel-1 (14)" value="Sentinel-1" />
<ns0:Option label="Sentinel-1A (25)" value="Sentinel-1A" />
<ns0:Option label="Sentinel-1B (21)" value="Sentinel-1B" />
<ns0:Option label="Sentinel-2 (44)" value="Sentinel-2" />
<ns0:Option label="Sentinel-2B (8)" value="Sentinel-2B" />
<ns0:Option label="Sentinel-3 (3)" value="Sentinel-3" />
<ns0:Option label="Sentinel-3A (11)" value="Sentinel-3A" />
<ns0:Option label="Sentinel-3B (7)" value="Sentinel-3B" />
<ns0:Option label="Sentinel-5P (25)" value="Sentinel-5P" />
<ns0:Option label="SkySat (2)" value="SkySat" />
<ns0:Option label="Spire (1)" value="Spire" />
<ns0:Option label="Swarm (11)" value="Swarm" />
<ns0:Option label="TERRA (29)" value="TERRA" />
<ns0:Option label="TET-1 (1)" value="TET-1" />
<ns0:Option label="TIROS-N (42)" value="TIROS-N" />
<ns0:Option label="TOPEX/POSEIDON (15)" value="TOPEX/POSEIDON" />
<ns0:Option label="TRMM (50)" value="TRMM" />
<ns0:Option label="TanDEM-X (3)" value="TanDEM-X" />
<ns0:Option label="TanSat (1)" value="TanSat" />
<ns0:Option label="TerraSAR-X (7)" value="TerraSAR-X" />
<ns0:Option label="UARS (1)" value="UARS" />
<ns0:Option label="UAV (4)" value="UAV" />
<ns0:Option label="UK-DMC-1 (1)" value="UK-DMC-1" />
<ns0:Option label="Vision-1 (1)" value="Vision-1" />
<ns0:Option label="WorldView-1 (2)" value="WorldView-1" />
<ns0:Option label="WorldView-2 (3)" value="WorldView-2" />
<ns0:Option label="WorldView-3 (2)" value="WorldView-3" />
<ns0:Option label="WorldView-4 (2)" value="WorldView-4" />
</ns0:Parameter>
Example: 2.8
Search collections by platform {eo:platform} [RD3].
Search parameters which are optional can be skipped in the search template or their value can be left empty. Prepare a search request by replacing all mandatory search parameters with a value.
By default, each <atom:entry>
represents one search result (an EO collection) and the search response contains faceted search results under the element <sru:facetedResults>
. The faceted search information groups the number of results by platform
, by instrument
, by organisation
etc. The original metadata for the collection is not embedded in the response but available as an atom:link
.
osquerystring = {}
osquerystring['eo:platform'] = 'proba-1'
osquerystring['count'] = '2'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ', newl='')
md("```xml\n" + xmlstr + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: eo:platform by proba-1
.. replacing: count by 2
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=2&platform=proba-1
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:os="http://a9.com/-/spec/opensearch/1.1/" xmlns:owc="http://www.opengis.net/owc/1.0" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/" xmlns:semantic="http://a9.com/-/opensearch/extensions/semantic/1.0/" xmlns:sru="http://a9.com/-/opensearch/extensions/sru/2.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/">
<author>
<name>FedEO Clearinghouse</name>
<email>eohelp@eo.esa.int</email>
</author>
<generator>FedEO Clearinghouse</generator>
<id>https://fedeo.ceos.org/collections/series/items</id>
<rights>Copyright 2016-2024, European Space Agency</rights>
<title>FedEO Clearinghouse - Search Response</title>
<updated>2023-12-20T22:59:23Z</updated>
<link href="https://fedeo.ceos.org/api?httpAccept=application/opensearchdescription%2Bxml" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?limit=2&platform=proba-1&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?limit=2&platform=proba-1&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/os-geojson/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?limit=2&platform=proba-1&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" type="application/geo+json;profile="https://stacspec.org""/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=2&platform=proba-1" hreflang="en" rel="self" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=2&platform=proba-1&startRecord=1" rel="first" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=2&platform=proba-1&startRecord=1" rel="last" type="application/atom+xml"/>
<os:totalResults>2</os:totalResults>
<os:startIndex>1</os:startIndex>
<os:itemsPerPage>2</os:itemsPerPage>
<os:Query dc:type="collection" eo:platform="proba-1" os:count="2" os:startIndex="1" role="request"/>
<sru:facetedResults>
<sru:datasource>
<sru:facets>
<sru:facet>
<sru:index>eo:instrument</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>CHRIS</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>HRC</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:organisationName</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>ESA/ESRIN</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:processingLevel</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>level 1A</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>level 1a</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>semantic:classifiedAs</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/earth-topics</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/instruments</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/platforms</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:useLimitation</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>EO Sign In Authentication</sru:actualTerm>
<sru:count>2</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
</sru:facets>
</sru:datasource>
</sru:facetedResults>
<entry>
<category label="EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS" term="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010"/>
<category label="EARTH SCIENCE>BIOSPHERE>VEGETATION" term="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9"/>
<category label="EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER" term="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d"/>
<category label="EARTH SCIENCE>OCEANS" term="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d"/>
<category label="PROBA-1" term="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5"/>
<category label="PROBA.CHRIS" term="https://gcmd.earthdata.nasa.gov/kms/concept/0b9dfb8a-828f-4416-aee1-4fe685fb106b"/>
<category label="Forestry" term="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1"/>
<category label="Vegetation" term="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c"/>
<category label="Surface Water" term="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4"/>
<category label="Oceans" term="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417"/>
<category label="VIS (0.40 - 0.75 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="NIR (0.75 - 1.30 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="Sun-synchronous" term="http://www.opengis.net/eop/2.1/orbitType"/>
<category label="High Resolution - HR (5 - 20 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="Medium Resolution - MR (20 - 500 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="CHR_MO1_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO2_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO3_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO4_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO5_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="615 km" term="https://earth.esa.int/eop-ext/orbitHeight"/>
<category label="14 km" term="https://earth.esa.int/eop-ext/swathWidth"/>
<category label="Imaging Spectrometers/Radiometers" term="https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb"/>
<category label="PROBA-1" term="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5"/>
<category label="CHRIS" term="https://earth.esa.int/concept/6b0bdcea-3beb-58ab-80f3-4fc5961d99e1"/>
<category label="DIF10" term="DIF10"/>
<category label="World" term="World"/>
<category label="hyperspectral" term="hyperspectral"/>
<category label="Spectrometer" term="Spectrometer"/>
<category label="ESA/ESRIN" term="ESA/ESRIN"/>
<id>https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/atom%2Bxml</id>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="alternate" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19115-3%2Bxml" rel="alternate" title="ISO 19115-3 metadata" type="application/vnd.iso.19115-3+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/dif10%2Bxml" rel="alternate" title="DIF-10 metadata" type="application/dif10+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/xml" rel="alternate" title="Dublin Core metadata" type="application/xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?mode=owc" rel="alternate" title="OGC 17-084r1 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eoc-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/json" rel="alternate" title="STAC metadata" type="application/json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://earth.esa.int/c/document_library/get_file?folderId=23844&name=DLFE-592.pdf" rel="describedby" title="CHRIS Data Format - Product Specifications" type="application/pdf"/>
<link href="https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry" rel="describedby" title="Note on CHRIS Acquisition Procedure and Image Geometry - Technical Note" type="application/pdf"/>
<link href="https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958" rel="describedby" title="Get Help? - ESA Earth Observation User Services Portal" type="text/html"/>
<rights type="html">EO Sign In Authentication Open Data EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-CHRIS 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-CHRIS/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.CHRIS.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958 Available to residents of the following countries:</rights>
<link href="https://fedeo.ceos.org/images/esa.png" rel="icon" type="image/png"/>
<content type="html">CHRIS acquires a set of up to five images of each target during each acquisition sequence, these images are acquired when Proba-1 is pointing at distinct angles with respect to the target. CHRIS Level 1A products (supplied in HDF data files, version 4.1r3) include five formal CHRIS imaging modes, classified as modes 1 to 5: • MODE 1: Full swath width, 62 spectral bands, 773nm / 1036nm, nadir ground sampling distance 34m @ 556km • MODE 2 WATER BANDS: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 3 LAND CHANNELS: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 4 CHLOROPHYL BAND SET: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 5 LAND CHANNELS: Half swath width, 37 spectral bands, nadir ground sampling distance 17m @ 556km All Proba-1 passes are systematically acquired according to the current acquisition plan, CHRIS data are processed every day to Level 1A and made available to ESA users. Observation over a new specific area can be performed by submitting the request to add a new site to the acquisition plan. Valuable indication whether the acquisition was successfully, cloudy, failed or programmed is reported in the _$$Proba-CHRIS Actual Acquisitions$$ http://www.rsacl.co.uk/chris/excel/active/</content>
<title>Proba CHRIS Level 1A</title>
<updated>2019-05-22T00:00:00.000Z</updated>
<dc:identifier>PROBA.CHRIS.1A</dc:identifier>
<dc:date>2002-05-14T00:00:00.000Z/2022-12-22T23:59:59.999Z</dc:date>
<georss:polygon>-56.0 -180.0 -56.0 180.0 75.0 180.0 75.0 -180.0 -56.0 -180.0</georss:polygon>
<georss:box>-56.0 -180.0 75.0 180.0</georss:box>
<dqv:hasQualityMeasure xmlns:dqv="http://www.w3.org/ns/dqv#">
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/state</dqv:hasMetric>
<dqv:value>0</dqv:value>
</dqv:QualityMeasure>
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/last_state_change</dqv:hasMetric>
<dqv:value>223.46</dqv:value>
</dqv:QualityMeasure>
</dqv:hasQualityMeasure>
</entry>
<entry>
<category label="EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS" term="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010"/>
<category label="EARTH SCIENCE>BIOSPHERE>VEGETATION" term="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9"/>
<category label="EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER" term="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d"/>
<category label="EARTH SCIENCE>OCEANS" term="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d"/>
<category label="PROBA-1" term="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5"/>
<category label="HRC" term="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27"/>
<category label="Forestry" term="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1"/>
<category label="Vegetation" term="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c"/>
<category label="Surface Water" term="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4"/>
<category label="Oceans" term="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417"/>
<category label="VIS (0.40 - 0.75 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="Sun-synchronous" term="http://www.opengis.net/eop/2.1/orbitType"/>
<category label="High Resolution - HR (5 - 20 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="HRC_HRC_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="615 km" term="https://earth.esa.int/eop-ext/orbitHeight"/>
<category label="4 km" term="https://earth.esa.int/eop-ext/swathWidth"/>
<category label="Cameras" term="https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7"/>
<category label="PROBA-1" term="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5"/>
<category label="HRC" term="https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c"/>
<category label="DIF10" term="DIF10"/>
<category label="World" term="World"/>
<category label="High Resolution Camera" term="High Resolution Camera"/>
<category label="ESA/ESRIN" term="ESA/ESRIN"/>
<id>https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/atom%2Bxml</id>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="alternate" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19115-3%2Bxml" rel="alternate" title="ISO 19115-3 metadata" type="application/vnd.iso.19115-3+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/dif10%2Bxml" rel="alternate" title="DIF-10 metadata" type="application/dif10+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/xml" rel="alternate" title="Dublin Core metadata" type="application/xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?mode=owc" rel="alternate" title="OGC 17-084r1 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eoc-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/json" rel="alternate" title="STAC metadata" type="application/json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A/api" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry" rel="describedby" title="Note on CHRIS Acquisition Procedure and Image Geometry - Technical Note" type="application/pdf"/>
<link href="https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958" rel="describedby" title="Get Help? - ESA Earth Observation User Services Portal" type="text/html"/>
<rights type="html">EO Sign In Authentication Open Data EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-HRC 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-HRC/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.HRC.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e. ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958 Available to residents of the following countries:</rights>
<link href="https://fedeo.ceos.org/images/esa.png" rel="icon" type="image/png"/>
<content type="html">The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</content>
<title>Proba HRC</title>
<updated>2019-05-22T00:00:00.000Z</updated>
<dc:identifier>PROBA.HRC.1A</dc:identifier>
<dc:date>2002-10-10T00:00:00.000Z/</dc:date>
<georss:polygon>-56.0 -180.0 -56.0 180.0 75.0 180.0 75.0 -180.0 -56.0 -180.0</georss:polygon>
<georss:box>-56.0 -180.0 75.0 180.0</georss:box>
<dqv:hasQualityMeasure xmlns:dqv="http://www.w3.org/ns/dqv#">
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/state</dqv:hasMetric>
<dqv:value>0</dqv:value>
</dqv:QualityMeasure>
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/last_state_change</dqv:hasMetric>
<dqv:value>223.46</dqv:value>
</dqv:QualityMeasure>
</dqv:hasQualityMeasure>
</entry>
</feed>
The above response indicates the number of results (totalResults
) and contains information about a number of collections including a link to the OSDD document to use for granule search. If more than TBD records are found, then the results are returned in pages and paging links are included to navigate to the next results (rel=next
).
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
dataframe.head(20)
url_osdd_granules = dataframe.iat[0,3]
print(url_osdd_granules)
totalResults: 2
https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api
Example: 2.9
Obtain allowed values for {sru:recordSchema} from the OSDD.
The OSDD template lists the sur:recordSchema
values that can be used in a collection search request. They correspond to metadata formats that can be directly embedded in the Search response. The value server-choice
can be used to allow the server to propose an appropriate metadata encoding.
The shortnames used for some of the recordSchemas are for backward compatibility and they are explained in the Explain document.
# Extract <Parameter> element for sru:recordSchema
el = collection_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{sru:recordSchema}"]')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" name="recordSchema" value="{sru:recordSchema}">
<ns0:Option label="ISO" value="iso" />
<ns0:Option label="ISO 19139-2" value="iso19139-2" />
<ns0:Option label="ISO 19115-3" value="iso19115-3" />
<ns0:Option label="DIF-10" value="dif10" />
<ns0:Option label="Dublin Core" value="dc" />
<ns0:Option label="server-choice" value="server-choice" />
</ns0:Parameter>
Example: 2.10
Use of parameters {sru:recordSchema} and {sru:facetLimit}.
The following request is similar to the one above, but requests to embed the complete collection metadata inside the search response (recordSchema=server-choice
). The request disables the faceted search information (facetLimit=0
).
osquerystring = {}
osquerystring['eo:platform'] = 'proba-1'
osquerystring['sru:recordSchema'] = 'server-choice'
osquerystring['sru:facetLimit'] = '0'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ',newl='')
md("```xml\n" + xmlstr + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: eo:platform by proba-1
.. replacing: sru:recordSchema by server-choice
.. replacing: sru:facetLimit by 0
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&platform=proba-1&recordSchema=server-choice&facetLimit=0
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:os="http://a9.com/-/spec/opensearch/1.1/" xmlns:owc="http://www.opengis.net/owc/1.0" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/" xmlns:semantic="http://a9.com/-/opensearch/extensions/semantic/1.0/" xmlns:sru="http://a9.com/-/opensearch/extensions/sru/2.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/">
<author>
<name>FedEO Clearinghouse</name>
<email>eohelp@eo.esa.int</email>
</author>
<generator>FedEO Clearinghouse</generator>
<id>https://fedeo.ceos.org/collections/series/items</id>
<rights>Copyright 2016-2024, European Space Agency</rights>
<title>FedEO Clearinghouse - Search Response</title>
<updated>2023-12-20T22:59:23Z</updated>
<link href="https://fedeo.ceos.org/api?httpAccept=application/opensearchdescription%2Bxml" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?platform=proba-1&recordSchema=server-choice&facetLimit=0&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?platform=proba-1&recordSchema=server-choice&facetLimit=0&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/os-geojson/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?platform=proba-1&recordSchema=server-choice&facetLimit=0&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" type="application/geo+json;profile="https://stacspec.org""/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&platform=proba-1&recordSchema=server-choice&facetLimit=0" hreflang="en" rel="self" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&platform=proba-1&recordSchema=server-choice&facetLimit=0&startRecord=1" rel="first" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&platform=proba-1&recordSchema=server-choice&facetLimit=0&startRecord=1" rel="last" type="application/atom+xml"/>
<os:totalResults>2</os:totalResults>
<os:startIndex>1</os:startIndex>
<os:itemsPerPage>10</os:itemsPerPage>
<os:Query dc:type="collection" eo:platform="proba-1" os:count="10" os:startIndex="1" role="request" sru:facetLimit="0" sru:recordSchema="server-choice"/>
<entry>
<category label="EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS" term="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010"/>
<category label="EARTH SCIENCE>BIOSPHERE>VEGETATION" term="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9"/>
<category label="EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER" term="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d"/>
<category label="EARTH SCIENCE>OCEANS" term="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d"/>
<category label="PROBA-1" term="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5"/>
<category label="PROBA.CHRIS" term="https://gcmd.earthdata.nasa.gov/kms/concept/0b9dfb8a-828f-4416-aee1-4fe685fb106b"/>
<category label="Forestry" term="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1"/>
<category label="Vegetation" term="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c"/>
<category label="Surface Water" term="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4"/>
<category label="Oceans" term="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417"/>
<category label="VIS (0.40 - 0.75 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="NIR (0.75 - 1.30 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="Sun-synchronous" term="http://www.opengis.net/eop/2.1/orbitType"/>
<category label="High Resolution - HR (5 - 20 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="Medium Resolution - MR (20 - 500 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="CHR_MO1_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO2_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO3_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO4_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="CHR_MO5_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="615 km" term="https://earth.esa.int/eop-ext/orbitHeight"/>
<category label="14 km" term="https://earth.esa.int/eop-ext/swathWidth"/>
<category label="Imaging Spectrometers/Radiometers" term="https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb"/>
<category label="PROBA-1" term="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5"/>
<category label="CHRIS" term="https://earth.esa.int/concept/6b0bdcea-3beb-58ab-80f3-4fc5961d99e1"/>
<category label="DIF10" term="DIF10"/>
<category label="World" term="World"/>
<category label="hyperspectral" term="hyperspectral"/>
<category label="Spectrometer" term="Spectrometer"/>
<category label="ESA/ESRIN" term="ESA/ESRIN"/>
<id>https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/atom%2Bxml</id>
<gmi:MI_Metadata xmlns:gmi="http://www.isotc211.org/2005/gmi" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:owc="http://www.opengis.net/owc/1.0" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/">
<gmd:fileIdentifier xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:CharacterString>PROBA.CHRIS.1A</gco:CharacterString>
</gmd:fileIdentifier>
<gmd:language xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</gmd:LanguageCode>
</gmd:language>
<gmd:hierarchyLevel xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="series">series</gmd:MD_ScopeCode>
</gmd:hierarchyLevel>
<gmd:contact xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>ESA/ESRIN</gco:CharacterString>
</gmd:organisationName>
<gmd:positionName>
<gco:CharacterString>ESRIN Earth Observation Help Desk</gco:CharacterString>
</gmd:positionName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:phone>
<gmd:CI_Telephone>
<gmd:voice>
<gco:CharacterString>+3906941801</gco:CharacterString>
</gmd:voice>
<gmd:facsimile>
<gco:CharacterString>+390694180280</gco:CharacterString>
</gmd:facsimile>
</gmd:CI_Telephone>
</gmd:phone>
<gmd:address>
<gmd:CI_Address>
<gmd:deliveryPoint>
<gco:CharacterString>Largo Galileo Galilei 1</gco:CharacterString>
</gmd:deliveryPoint>
<gmd:city>
<gco:CharacterString>Frascati (Roma)</gco:CharacterString>
</gmd:city>
<gmd:postalCode>
<gco:CharacterString>00044</gco:CharacterString>
</gmd:postalCode>
<gmd:country>
<gco:CharacterString>Italy</gco:CharacterString>
</gmd:country>
<gmd:electronicMailAddress>
<gco:CharacterString>eohelp@esa.int</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
<gmd:onlineResource>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://www.esa.int</gmd:URL>
</gmd:linkage>
</gmd:CI_OnlineResource>
</gmd:onlineResource>
</gmd:CI_Contact>
</gmd:contactInfo>
<role xmlns="http://www.isotc211.org/2005/gmd">
<gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
</role>
</gmd:CI_ResponsibleParty>
</gmd:contact>
<gmd:dateStamp xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:DateTime>2023-11-29T15:28:21</gco:DateTime>
</gmd:dateStamp>
<gmd:metadataStandardName xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:CharacterString>ISO19115</gco:CharacterString>
</gmd:metadataStandardName>
<gmd:metadataStandardVersion xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:CharacterString>2005/Cor.1:2006</gco:CharacterString>
</gmd:metadataStandardVersion>
<gmd:identificationInfo xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:MD_DataIdentification>
<gmd:citation>
<gmd:CI_Citation>
<gmd:title>
<gco:CharacterString>Proba CHRIS Level 1A</gco:CharacterString>
</gmd:title>
<gmd:alternateTitle>
<gco:CharacterString/>
</gmd:alternateTitle>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2019-05-22</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation"/>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
<gmd:edition>
<gco:CharacterString>2.0</gco:CharacterString>
</gmd:edition>
<gmd:identifier/>
</gmd:CI_Citation>
</gmd:citation>
<gmd:abstract>
<gco:CharacterString>CHRIS acquires a set of up to five images of each target during each acquisition sequence, these images are acquired when Proba-1 is pointing at distinct angles with respect to the target. CHRIS Level 1A products (supplied in HDF data files, version 4.1r3) include five formal CHRIS imaging modes, classified as modes 1 to 5: • MODE 1: Full swath width, 62 spectral bands, 773nm / 1036nm, nadir ground sampling distance 34m @ 556km • MODE 2 WATER BANDS: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 3 LAND CHANNELS: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 4 CHLOROPHYL BAND SET: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 5 LAND CHANNELS: Half swath width, 37 spectral bands, nadir ground sampling distance 17m @ 556km All Proba-1 passes are systematically acquired according to the current acquisition plan, CHRIS data are processed every day to Level 1A and made available to ESA users. Observation over a new specific area can be performed by submitting the request to add a new site to the acquisition plan. Valuable indication whether the acquisition was successfully, cloudy, failed or programmed is reported in the _$$Proba-CHRIS Actual Acquisitions$$ http://www.rsacl.co.uk/chris/excel/active/</gco:CharacterString>
</gmd:abstract>
<gmd:pointOfContact>
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>ESA/ESRIN</gco:CharacterString>
</gmd:organisationName>
<gmd:positionName>
<gco:CharacterString>Earth Observation helpdesk</gco:CharacterString>
</gmd:positionName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:phone>
<gmd:CI_Telephone>
<gmd:voice>
<gco:CharacterString>+3906941801</gco:CharacterString>
</gmd:voice>
<gmd:facsimile>
<gco:CharacterString>+390694180280</gco:CharacterString>
</gmd:facsimile>
</gmd:CI_Telephone>
</gmd:phone>
<gmd:address>
<gmd:CI_Address>
<gmd:deliveryPoint>
<gco:CharacterString>Largo Galileo Galilei 1</gco:CharacterString>
</gmd:deliveryPoint>
<gmd:city>
<gco:CharacterString>Frascati (Roma)</gco:CharacterString>
</gmd:city>
<gmd:postalCode>
<gco:CharacterString>00044</gco:CharacterString>
</gmd:postalCode>
<gmd:country>
<gco:CharacterString>Italy</gco:CharacterString>
</gmd:country>
<gmd:electronicMailAddress>
<gco:CharacterString>eohelp@esa.int</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
<gmd:onlineResource>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://www.esa.int</gmd:URL>
</gmd:linkage>
</gmd:CI_OnlineResource>
</gmd:onlineResource>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator">originator</gmd:CI_RoleCode>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010">EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9">EARTH SCIENCE>BIOSPHERE>VEGETATION</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d">EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d">EARTH SCIENCE>OCEANS</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</gmx:Anchor> </gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2021-08-06</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gco:CharacterString>DIF10</gco:CharacterString>
</gmd:keyword>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5">PROBA-1</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms" codeListValue="3466eed1-2fbb-49bf-ab0b-dc08731d502b">Earth Observation Satellites</gmd:MD_KeywordTypeCode>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</gmx:Anchor> </gmd:title>
<gmd:alternateTitle>
<gco:CharacterString>Platforms</gco:CharacterString>
</gmd:alternateTitle>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2021-08-06</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/0b9dfb8a-828f-4416-aee1-4fe685fb106b">PROBA.CHRIS</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</gmx:Anchor> </gmd:title>
<gmd:alternateTitle>
<gco:CharacterString>Instruments</gco:CharacterString>
</gmd:alternateTitle>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2021-08-06</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1">Forestry</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c">Vegetation</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4">Surface Water</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417">Oceans</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concepts/concept_scheme/earth-topics">ESA Thesaurus</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2022-07-11</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/wavelengthInformation">VIS (0.40 - 0.75 µm)</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/wavelengthInformation">NIR (0.75 - 1.30 µm)</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="wavelengthInformation"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/orbitType">Sun-synchronous</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitType"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/resolution">High Resolution - HR (5 - 20 m)</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/resolution">Medium Resolution - MR (20 - 500 m)</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="resolution"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/productType">CHR_MO1_1P</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/productType">CHR_MO2_1P</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/productType">CHR_MO3_1P</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/productType">CHR_MO4_1P</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/productType">CHR_MO5_1P</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="productType"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/orbitHeight">615 km</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitHeight"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/">Observations and Measurements Extension</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2017</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/swathWidth">14 km</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="swathWidth"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/">Observations and Measurements Extension</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2017</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/66ab957a-0434-5953-8b33-be95150a9ecb">Imaging Spectrometers/Radiometers</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="theme"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concepts/concept_scheme/instruments">ESA Thesaurus</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2023-03-03</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gco:CharacterString>World</gco:CharacterString>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place">place</gmd:MD_KeywordTypeCode>
</gmd:type>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gco:CharacterString>hyperspectral</gco:CharacterString>
</gmd:keyword>
<gmd:keyword>
<gco:CharacterString>Spectrometer</gco:CharacterString>
</gmd:keyword>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:resourceConstraints>
<gmd:MD_LegalConstraints>
<gmd:useLimitation>
<gco:CharacterString>EO Sign In Authentication</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>Open Data</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-CHRIS 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-CHRIS/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.CHRIS.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>Available to residents of the following countries:</gco:CharacterString>
</gmd:useLimitation>
<gmd:accessConstraints>
<gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions"/>
</gmd:accessConstraints>
<gmd:otherConstraints>
<gmx:Anchor xlink:href="https://earth.esa.int/eogateway/documents/20142/1560778/ESA-Third-Party-Missions-Terms-and-Conditions.pdf">Utilisation of this data is subject to ESA's Earth Observation Terms and Conditions</gmx:Anchor>
</gmd:otherConstraints>
</gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
<gmd:language>
<gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</gmd:LanguageCode>
</gmd:language>
<gmd:topicCategory>
<gmd:MD_TopicCategoryCode>imageryBaseMapsEarthCover</gmd:MD_TopicCategoryCode>
</gmd:topicCategory>
<gmd:extent>
<gmd:EX_Extent>
<gmd:temporalElement>
<gmd:EX_TemporalExtent>
<gmd:extent>
<gml:TimePeriod xmlns:gml="http://www.opengis.net/gml/3.2" gml:id="timeperiod1">
<gml:beginPosition>2002-05-14</gml:beginPosition>
<gml:endPosition>2022-12-22</gml:endPosition>
</gml:TimePeriod>
</gmd:extent>
</gmd:EX_TemporalExtent>
</gmd:temporalElement>
</gmd:EX_Extent>
</gmd:extent>
<gmd:extent>
<gmd:EX_Extent>
<gmd:geographicElement>
<gmd:EX_GeographicBoundingBox>
<gmd:westBoundLongitude>
<gco:Decimal>-180.0</gco:Decimal>
</gmd:westBoundLongitude>
<gmd:eastBoundLongitude>
<gco:Decimal>180.0</gco:Decimal>
</gmd:eastBoundLongitude>
<gmd:southBoundLatitude>
<gco:Decimal>-56.0</gco:Decimal>
</gmd:southBoundLatitude>
<gmd:northBoundLatitude>
<gco:Decimal>75.0</gco:Decimal>
</gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
</gmd:geographicElement>
</gmd:EX_Extent>
</gmd:extent>
</gmd:MD_DataIdentification>
</gmd:identificationInfo>
<gmd:contentInfo xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmi:MI_ImageDescription>
<gmd:attributeDescription/>
<gmd:contentType/>
<gmd:processingLevelCode>
<gmd:RS_Identifier>
<gmd:code>
<gco:CharacterString>level 1a</gco:CharacterString>
</gmd:code>
<gmd:codeSpace/>
</gmd:RS_Identifier>
</gmd:processingLevelCode>
</gmi:MI_ImageDescription>
</gmd:contentInfo>
<gmd:distributionInfo xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:MD_Distribution>
<gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://earth.esa.int/c/document_library/get_file?folderId=23844&name=DLFE-592.pdf</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>Download</gco:CharacterString>
</gmd:protocol>
<gmd:applicationProfile>
<gco:CharacterString>PDF</gco:CharacterString>
</gmd:applicationProfile>
<gmd:name>
<gco:CharacterString>CHRIS Data Format</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>Product Specifications</gco:CharacterString>
</gmd:description>
<gmd:function>
<gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/>
</gmd:function>
</gmd:CI_OnlineResource>
</gmd:onLine>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>Download</gco:CharacterString>
</gmd:protocol>
<gmd:applicationProfile>
<gco:CharacterString>PDF</gco:CharacterString>
</gmd:applicationProfile>
<gmd:name>
<gco:CharacterString>Note on CHRIS Acquisition Procedure and Image Geometry</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>Technical Note</gco:CharacterString>
</gmd:description>
<gmd:function>
<gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/>
</gmd:function>
</gmd:CI_OnlineResource>
</gmd:onLine>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>Visit page</gco:CharacterString>
</gmd:protocol>
<gmd:applicationProfile>
<gco:CharacterString>HTML</gco:CharacterString>
</gmd:applicationProfile>
<gmd:name>
<gco:CharacterString>Get Help?</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>ESA Earth Observation User Services Portal</gco:CharacterString>
</gmd:description>
<gmd:function>
<gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/>
</gmd:function>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>
</gmd:MD_Distribution>
</gmd:distributionInfo>
<gmi:acquisitionInformation>
<gmi:MI_AcquisitionInformation>
<gmi:operation>
<gmi:MI_Operation>
<gmi:citation/>
<gmi:status>
<gmd:MD_ProgressCode xmlns:gmd="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="completed"/>
</gmi:status>
<gmi:parentOperation/>
</gmi:MI_Operation>
</gmi:operation>
<gmi:platform xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmi:MI_Platform>
<gmi:citation>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5">PROBA-1</gmx:Anchor>
</gmd:title>
<gmd:alternateTitle>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5">PROBA-1</gmx:Anchor>
</gmd:alternateTitle>
<gmd:date gco:nilReason="unknown"/>
</gmd:CI_Citation>
</gmi:citation>
<gmi:identifier>
<gmd:MD_Identifier>
<gmd:code>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5">PROBA-1</gmx:Anchor>
</gmd:code>
</gmd:MD_Identifier>
</gmi:identifier>
<gmi:description>
<gco:CharacterString>Project for On-Board Autonomy, PROBA-1</gco:CharacterString>
</gmi:description>
<gmi:instrument>
<gmi:MI_Instrument>
<gmi:citation>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/6b0bdcea-3beb-58ab-80f3-4fc5961d99e1">CHRIS</gmx:Anchor>
</gmd:title>
<gmd:alternateTitle>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/0b9dfb8a-828f-4416-aee1-4fe685fb106b">PROBA.CHRIS</gmx:Anchor>
</gmd:alternateTitle>
<gmd:date gco:nilReason="unknown"/>
</gmd:CI_Citation>
</gmi:citation>
<gmi:type>
<gmi:MI_SensorTypeCode/>
</gmi:type>
<gmi:description>
<gco:CharacterString>PROBA CHRIS</gco:CharacterString>
</gmi:description>
</gmi:MI_Instrument>
</gmi:instrument>
</gmi:MI_Platform>
</gmi:platform>
</gmi:MI_AcquisitionInformation>
</gmi:acquisitionInformation>
</gmi:MI_Metadata>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="alternate" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19115-3%2Bxml" rel="alternate" title="ISO 19115-3 metadata" type="application/vnd.iso.19115-3+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/dif10%2Bxml" rel="alternate" title="DIF-10 metadata" type="application/dif10+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/xml" rel="alternate" title="Dublin Core metadata" type="application/xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?mode=owc" rel="alternate" title="OGC 17-084r1 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eoc-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/json" rel="alternate" title="STAC metadata" type="application/json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://earth.esa.int/c/document_library/get_file?folderId=23844&name=DLFE-592.pdf" rel="describedby" title="CHRIS Data Format - Product Specifications" type="application/pdf"/>
<link href="https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry" rel="describedby" title="Note on CHRIS Acquisition Procedure and Image Geometry - Technical Note" type="application/pdf"/>
<link href="https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958" rel="describedby" title="Get Help? - ESA Earth Observation User Services Portal" type="text/html"/>
<rights type="html">EO Sign In Authentication Open Data EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-CHRIS 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-CHRIS/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.CHRIS.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958 Available to residents of the following countries:</rights>
<link href="https://fedeo.ceos.org/images/esa.png" rel="icon" type="image/png"/>
<content type="html">CHRIS acquires a set of up to five images of each target during each acquisition sequence, these images are acquired when Proba-1 is pointing at distinct angles with respect to the target. CHRIS Level 1A products (supplied in HDF data files, version 4.1r3) include five formal CHRIS imaging modes, classified as modes 1 to 5: • MODE 1: Full swath width, 62 spectral bands, 773nm / 1036nm, nadir ground sampling distance 34m @ 556km • MODE 2 WATER BANDS: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 3 LAND CHANNELS: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 4 CHLOROPHYL BAND SET: Full swath width, 18 spectral bands, nadir ground sampling distance 17m @ 556km • MODE 5 LAND CHANNELS: Half swath width, 37 spectral bands, nadir ground sampling distance 17m @ 556km All Proba-1 passes are systematically acquired according to the current acquisition plan, CHRIS data are processed every day to Level 1A and made available to ESA users. Observation over a new specific area can be performed by submitting the request to add a new site to the acquisition plan. Valuable indication whether the acquisition was successfully, cloudy, failed or programmed is reported in the _$$Proba-CHRIS Actual Acquisitions$$ http://www.rsacl.co.uk/chris/excel/active/</content>
<title>Proba CHRIS Level 1A</title>
<updated>2019-05-22T00:00:00.000Z</updated>
<dc:identifier>PROBA.CHRIS.1A</dc:identifier>
<dc:date>2002-05-14T00:00:00.000Z/2022-12-22T23:59:59.999Z</dc:date>
<georss:polygon>-56.0 -180.0 -56.0 180.0 75.0 180.0 75.0 -180.0 -56.0 -180.0</georss:polygon>
<georss:box>-56.0 -180.0 75.0 180.0</georss:box>
<dqv:hasQualityMeasure xmlns:dqv="http://www.w3.org/ns/dqv#">
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/state</dqv:hasMetric>
<dqv:value>0</dqv:value>
</dqv:QualityMeasure>
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/last_state_change</dqv:hasMetric>
<dqv:value>223.46</dqv:value>
</dqv:QualityMeasure>
</dqv:hasQualityMeasure>
</entry>
<entry>
<category label="EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS" term="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010"/>
<category label="EARTH SCIENCE>BIOSPHERE>VEGETATION" term="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9"/>
<category label="EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER" term="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d"/>
<category label="EARTH SCIENCE>OCEANS" term="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d"/>
<category label="PROBA-1" term="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5"/>
<category label="HRC" term="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27"/>
<category label="Forestry" term="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1"/>
<category label="Vegetation" term="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c"/>
<category label="Surface Water" term="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4"/>
<category label="Oceans" term="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417"/>
<category label="VIS (0.40 - 0.75 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="Sun-synchronous" term="http://www.opengis.net/eop/2.1/orbitType"/>
<category label="High Resolution - HR (5 - 20 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="HRC_HRC_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="615 km" term="https://earth.esa.int/eop-ext/orbitHeight"/>
<category label="4 km" term="https://earth.esa.int/eop-ext/swathWidth"/>
<category label="Cameras" term="https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7"/>
<category label="PROBA-1" term="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5"/>
<category label="HRC" term="https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c"/>
<category label="DIF10" term="DIF10"/>
<category label="World" term="World"/>
<category label="High Resolution Camera" term="High Resolution Camera"/>
<category label="ESA/ESRIN" term="ESA/ESRIN"/>
<id>https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/atom%2Bxml</id>
<gmi:MI_Metadata xmlns:gmi="http://www.isotc211.org/2005/gmi" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:owc="http://www.opengis.net/owc/1.0" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/">
<gmd:fileIdentifier xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:CharacterString>PROBA.HRC.1A</gco:CharacterString>
</gmd:fileIdentifier>
<gmd:language xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</gmd:LanguageCode>
</gmd:language>
<gmd:hierarchyLevel xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="series">series</gmd:MD_ScopeCode>
</gmd:hierarchyLevel>
<gmd:contact xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>ESA/ESRIN</gco:CharacterString>
</gmd:organisationName>
<gmd:positionName>
<gco:CharacterString>ESRIN Earth Observation Help Desk</gco:CharacterString>
</gmd:positionName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:phone>
<gmd:CI_Telephone>
<gmd:voice>
<gco:CharacterString>+3906941801</gco:CharacterString>
</gmd:voice>
<gmd:facsimile>
<gco:CharacterString>+390694180280</gco:CharacterString>
</gmd:facsimile>
</gmd:CI_Telephone>
</gmd:phone>
<gmd:address>
<gmd:CI_Address>
<gmd:deliveryPoint>
<gco:CharacterString>Largo Galileo Galilei 1</gco:CharacterString>
</gmd:deliveryPoint>
<gmd:city>
<gco:CharacterString>Frascati (Roma)</gco:CharacterString>
</gmd:city>
<gmd:postalCode>
<gco:CharacterString>00044</gco:CharacterString>
</gmd:postalCode>
<gmd:country>
<gco:CharacterString>Italy</gco:CharacterString>
</gmd:country>
<gmd:electronicMailAddress>
<gco:CharacterString>eohelp@esa.int</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
<gmd:onlineResource>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://www.esa.int</gmd:URL>
</gmd:linkage>
</gmd:CI_OnlineResource>
</gmd:onlineResource>
</gmd:CI_Contact>
</gmd:contactInfo>
<role xmlns="http://www.isotc211.org/2005/gmd">
<gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
</role>
</gmd:CI_ResponsibleParty>
</gmd:contact>
<gmd:dateStamp xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:DateTime>2023-06-13T13:23:41</gco:DateTime>
</gmd:dateStamp>
<gmd:metadataStandardName xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:CharacterString>ISO19115</gco:CharacterString>
</gmd:metadataStandardName>
<gmd:metadataStandardVersion xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gco:CharacterString>2005/Cor.1:2006</gco:CharacterString>
</gmd:metadataStandardVersion>
<gmd:identificationInfo xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:MD_DataIdentification>
<gmd:citation>
<gmd:CI_Citation>
<gmd:title>
<gco:CharacterString>Proba HRC</gco:CharacterString>
</gmd:title>
<gmd:alternateTitle>
<gco:CharacterString/>
</gmd:alternateTitle>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2019-05-22</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation"/>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
<gmd:identifier/>
</gmd:CI_Citation>
</gmd:citation>
<gmd:abstract>
<gco:CharacterString>The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</gco:CharacterString>
</gmd:abstract>
<gmd:pointOfContact>
<gmd:CI_ResponsibleParty>
<gmd:organisationName>
<gco:CharacterString>ESA/ESRIN</gco:CharacterString>
</gmd:organisationName>
<gmd:positionName>
<gco:CharacterString>Earth Observation helpdesk</gco:CharacterString>
</gmd:positionName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:phone>
<gmd:CI_Telephone>
<gmd:voice>
<gco:CharacterString>+3906941801</gco:CharacterString>
</gmd:voice>
<gmd:facsimile>
<gco:CharacterString>+390694180280</gco:CharacterString>
</gmd:facsimile>
</gmd:CI_Telephone>
</gmd:phone>
<gmd:address>
<gmd:CI_Address>
<gmd:deliveryPoint>
<gco:CharacterString>Largo Galileo Galilei 1</gco:CharacterString>
</gmd:deliveryPoint>
<gmd:city>
<gco:CharacterString>Frascati (Roma)</gco:CharacterString>
</gmd:city>
<gmd:postalCode>
<gco:CharacterString>00044</gco:CharacterString>
</gmd:postalCode>
<gmd:country>
<gco:CharacterString>Italy</gco:CharacterString>
</gmd:country>
<gmd:electronicMailAddress>
<gco:CharacterString>eohelp@esa.int</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
<gmd:onlineResource>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>http://www.esa.int</gmd:URL>
</gmd:linkage>
</gmd:CI_OnlineResource>
</gmd:onlineResource>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator">originator</gmd:CI_RoleCode>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:pointOfContact>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010">EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9">EARTH SCIENCE>BIOSPHERE>VEGETATION</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d">EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d">EARTH SCIENCE>OCEANS</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</gmx:Anchor> </gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2021-08-06</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gco:CharacterString>DIF10</gco:CharacterString>
</gmd:keyword>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5">PROBA-1</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms" codeListValue="3466eed1-2fbb-49bf-ab0b-dc08731d502b">Earth Observation Satellites</gmd:MD_KeywordTypeCode>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</gmx:Anchor> </gmd:title>
<gmd:alternateTitle>
<gco:CharacterString>Platforms</gco:CharacterString>
</gmd:alternateTitle>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2021-08-06</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27">HRC</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</gmx:Anchor> </gmd:title>
<gmd:alternateTitle>
<gco:CharacterString>Instruments</gco:CharacterString>
</gmd:alternateTitle>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2021-08-06</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1">Forestry</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c">Vegetation</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4">Surface Water</gmx:Anchor>
</gmd:keyword>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417">Oceans</gmx:Anchor>
</gmd:keyword>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concepts/concept_scheme/earth-topics">ESA Thesaurus</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2022-07-11</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/wavelengthInformation">VIS (0.40 - 0.75 µm)</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="wavelengthInformation"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/orbitType">Sun-synchronous</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitType"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/resolution">High Resolution - HR (5 - 20 m)</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="resolution"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/productType">HRC_HRC_1P</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="productType"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2016-06-09</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/orbitHeight">615 km</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitHeight"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/">Observations and Measurements Extension</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2017</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/swathWidth">4 km</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="swathWidth"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/eop-ext/">Observations and Measurements Extension</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2017</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7">Cameras</gmx:Anchor>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="theme"/>
</gmd:type>
<gmd:thesaurusName>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concepts/concept_scheme/instruments">ESA Thesaurus</gmx:Anchor>
</gmd:title>
<gmd:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2023-03-03</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
</gmd:dateType>
</gmd:CI_Date>
</gmd:date>
</gmd:CI_Citation>
</gmd:thesaurusName>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gco:CharacterString>World</gco:CharacterString>
</gmd:keyword>
<gmd:type>
<gmd:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place">place</gmd:MD_KeywordTypeCode>
</gmd:type>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:descriptiveKeywords>
<gmd:MD_Keywords>
<gmd:keyword>
<gco:CharacterString>HRC</gco:CharacterString>
</gmd:keyword>
<gmd:keyword>
<gco:CharacterString>High Resolution Camera</gco:CharacterString>
</gmd:keyword>
</gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<gmd:resourceConstraints>
<gmd:MD_LegalConstraints>
<gmd:useLimitation>
<gco:CharacterString>EO Sign In Authentication</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>Open Data</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-HRC 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-HRC/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.HRC.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e. ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</gco:CharacterString>
</gmd:useLimitation>
<gmd:useLimitation>
<gco:CharacterString>Available to residents of the following countries:</gco:CharacterString>
</gmd:useLimitation>
<gmd:accessConstraints>
<gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions"/>
</gmd:accessConstraints>
<gmd:otherConstraints>
<gmx:Anchor xlink:href="https://earth.esa.int/eogateway/documents/20142/1560778/ESA-Third-Party-Missions-Terms-and-Conditions.pdf">Utilisation of this data is subject to ESA's Earth Observation Terms and Conditions</gmx:Anchor>
</gmd:otherConstraints>
</gmd:MD_LegalConstraints>
</gmd:resourceConstraints>
<gmd:language>
<gmd:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</gmd:LanguageCode>
</gmd:language>
<gmd:topicCategory>
<gmd:MD_TopicCategoryCode>imageryBaseMapsEarthCover</gmd:MD_TopicCategoryCode>
</gmd:topicCategory>
<gmd:extent>
<gmd:EX_Extent>
<gmd:temporalElement>
<gmd:EX_TemporalExtent>
<gmd:extent>
<gml:TimePeriod xmlns:gml="http://www.opengis.net/gml/3.2" gml:id="timeperiod1">
<gml:beginPosition>2002-10-10</gml:beginPosition>
<gml:endPosition/>
</gml:TimePeriod>
</gmd:extent>
</gmd:EX_TemporalExtent>
</gmd:temporalElement>
</gmd:EX_Extent>
</gmd:extent>
<gmd:extent>
<gmd:EX_Extent>
<gmd:geographicElement>
<gmd:EX_GeographicBoundingBox>
<gmd:westBoundLongitude>
<gco:Decimal>-180.0</gco:Decimal>
</gmd:westBoundLongitude>
<gmd:eastBoundLongitude>
<gco:Decimal>180.0</gco:Decimal>
</gmd:eastBoundLongitude>
<gmd:southBoundLatitude>
<gco:Decimal>-56.0</gco:Decimal>
</gmd:southBoundLatitude>
<gmd:northBoundLatitude>
<gco:Decimal>75.0</gco:Decimal>
</gmd:northBoundLatitude>
</gmd:EX_GeographicBoundingBox>
</gmd:geographicElement>
</gmd:EX_Extent>
</gmd:extent>
</gmd:MD_DataIdentification>
</gmd:identificationInfo>
<gmd:contentInfo xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmi:MI_ImageDescription>
<gmd:attributeDescription/>
<gmd:contentType/>
<gmd:processingLevelCode>
<gmd:RS_Identifier>
<gmd:code>
<gco:CharacterString>level 1A</gco:CharacterString>
</gmd:code>
<gmd:codeSpace/>
</gmd:RS_Identifier>
</gmd:processingLevelCode>
</gmi:MI_ImageDescription>
</gmd:contentInfo>
<gmd:distributionInfo xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmd:MD_Distribution>
<gmd:transferOptions>
<gmd:MD_DigitalTransferOptions>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>Download</gco:CharacterString>
</gmd:protocol>
<gmd:applicationProfile>
<gco:CharacterString>PDF</gco:CharacterString>
</gmd:applicationProfile>
<gmd:name>
<gco:CharacterString>Note on CHRIS Acquisition Procedure and Image Geometry</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>Technical Note</gco:CharacterString>
</gmd:description>
<gmd:function>
<gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/>
</gmd:function>
</gmd:CI_OnlineResource>
</gmd:onLine>
<gmd:onLine>
<gmd:CI_OnlineResource>
<gmd:linkage>
<gmd:URL>https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</gmd:URL>
</gmd:linkage>
<gmd:protocol>
<gco:CharacterString>Visit Page</gco:CharacterString>
</gmd:protocol>
<gmd:applicationProfile>
<gco:CharacterString>HTML</gco:CharacterString>
</gmd:applicationProfile>
<gmd:name>
<gco:CharacterString>Get Help?</gco:CharacterString>
</gmd:name>
<gmd:description>
<gco:CharacterString>ESA Earth Observation User Services Portal</gco:CharacterString>
</gmd:description>
<gmd:function>
<gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/>
</gmd:function>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>
</gmd:MD_Distribution>
</gmd:distributionInfo>
<gmi:acquisitionInformation>
<gmi:MI_AcquisitionInformation>
<gmi:operation>
<gmi:MI_Operation>
<gmi:citation/>
<gmi:status>
<gmd:MD_ProgressCode xmlns:gmd="http://www.isotc211.org/2005/gmd" codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="onGoing"/>
</gmi:status>
<gmi:parentOperation/>
</gmi:MI_Operation>
</gmi:operation>
<gmi:platform xmlns:gmd="http://www.isotc211.org/2005/gmd">
<gmi:MI_Platform>
<gmi:citation>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5">PROBA-1</gmx:Anchor>
</gmd:title>
<gmd:alternateTitle>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5">PROBA-1</gmx:Anchor>
</gmd:alternateTitle>
<gmd:date gco:nilReason="unknown"/>
</gmd:CI_Citation>
</gmi:citation>
<gmi:identifier>
<gmd:MD_Identifier>
<gmd:code>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5">PROBA-1</gmx:Anchor>
</gmd:code>
</gmd:MD_Identifier>
</gmi:identifier>
<gmi:description>
<gco:CharacterString>Project for On-Board Autonomy, PROBA-1</gco:CharacterString>
</gmi:description>
<gmi:instrument>
<gmi:MI_Instrument>
<gmi:citation>
<gmd:CI_Citation>
<gmd:title>
<gmx:Anchor xlink:href="https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c">HRC</gmx:Anchor>
</gmd:title>
<gmd:alternateTitle>
<gmx:Anchor xlink:href="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27">HRC</gmx:Anchor>
</gmd:alternateTitle>
<gmd:date gco:nilReason="unknown"/>
</gmd:CI_Citation>
</gmi:citation>
<gmi:type>
<gmi:MI_SensorTypeCode/>
</gmi:type>
<gmi:description>
<gco:CharacterString>High Resolution Camera</gco:CharacterString>
</gmi:description>
</gmi:MI_Instrument>
</gmi:instrument>
</gmi:MI_Platform>
</gmi:platform>
</gmi:MI_AcquisitionInformation>
</gmi:acquisitionInformation>
</gmi:MI_Metadata>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="alternate" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19115-3%2Bxml" rel="alternate" title="ISO 19115-3 metadata" type="application/vnd.iso.19115-3+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/dif10%2Bxml" rel="alternate" title="DIF-10 metadata" type="application/dif10+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/xml" rel="alternate" title="Dublin Core metadata" type="application/xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?mode=owc" rel="alternate" title="OGC 17-084r1 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eoc-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/json" rel="alternate" title="STAC metadata" type="application/json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A/api" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry" rel="describedby" title="Note on CHRIS Acquisition Procedure and Image Geometry - Technical Note" type="application/pdf"/>
<link href="https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958" rel="describedby" title="Get Help? - ESA Earth Observation User Services Portal" type="text/html"/>
<rights type="html">EO Sign In Authentication Open Data EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-HRC 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-HRC/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.HRC.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e. ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958 Available to residents of the following countries:</rights>
<link href="https://fedeo.ceos.org/images/esa.png" rel="icon" type="image/png"/>
<content type="html">The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</content>
<title>Proba HRC</title>
<updated>2019-05-22T00:00:00.000Z</updated>
<dc:identifier>PROBA.HRC.1A</dc:identifier>
<dc:date>2002-10-10T00:00:00.000Z/</dc:date>
<georss:polygon>-56.0 -180.0 -56.0 180.0 75.0 180.0 75.0 -180.0 -56.0 -180.0</georss:polygon>
<georss:box>-56.0 -180.0 75.0 180.0</georss:box>
<dqv:hasQualityMeasure xmlns:dqv="http://www.w3.org/ns/dqv#">
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/state</dqv:hasMetric>
<dqv:value>0</dqv:value>
</dqv:QualityMeasure>
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/last_state_change</dqv:hasMetric>
<dqv:value>223.46</dqv:value>
</dqv:QualityMeasure>
</dqv:hasQualityMeasure>
</entry>
</feed>
Search by instrument#
Example: 2.11
Search collections by instrument {eo:instrument} [RD3].
osquerystring = {}
osquerystring['eo:instrument'] = 'SAR'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
# Get title of all entries in result page
for r in rt.findall('{http://www.w3.org/2005/Atom}entry'):
title = r.find('{http://www.w3.org/2005/Atom}title').text
print("title: ", title)
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: eo:instrument by SAR
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&instrument=SAR
title: Envisat ASAR AP Co- and Cross-polar L0 [ASA_APC/APH/APV_0P]
title: ERS-1/2 SAR IM Medium Resolution L1 [SAR_IMM_1P]
title: Envisat ASAR WS Medium Resolution L1 [ASA_WSM_1P]
title: ERS-1/2 SAR IM L0 [SAR_IM__0P]
title: Envisat ASAR Global Monitoring L1 [ASA_GM1_1P]
title: PAZ ESA archive
title: SeaSat ESA archive
title: Envisat ASAR AP Precision L1 [ASA_APP_1P]
title: ERS-1/2 SAR IM Precision L1 [SAR_IMP_1P]
title: SAOCOM data products
Search by organisation#
Example: 2.12
Search collections by organisation {eo:organisationName} [RD3].
osquerystring = {}
osquerystring['eo:organisationName'] = 'ESA/ESRIN'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
# Get title of all entries in result page
for r in rt.findall('{http://www.w3.org/2005/Atom}entry'):
title = r.find('{http://www.w3.org/2005/Atom}title').text
print("title: ", title)
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: eo:organisationName by ESA/ESRIN
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&organisationName=ESA/ESRIN
title: ALOS PRISM L1C
title: Envisat ASAR AP Co- and Cross-polar L0 [ASA_APC/APH/APV_0P]
title: ERS-1/2 SAR IM Medium Resolution L1 [SAR_IMM_1P]
title: Image 2006 European coverage
title: Envisat ASAR WS Medium Resolution L1 [ASA_WSM_1P]
title: GeoEye-1 ESA archive
title: ERS-1/2 SAR IM L0 [SAR_IM__0P]
title: Envisat MERIS Reduced Resolution - Level 1 [MER_RR__1P/ME_1_RRG]
title: ALOS AVNIR-2 L1C
title: PlanetScope Full Archive
Search by identifier#
Example: 2.13
Search collections by identifier {geo:uid} [RD2].
The geo:uid
optionally combined with a subcatalogue identifier eo:parentIdentifier
allows retrieving collection metadata for a specific collection.
osquerystring = {}
osquerystring['geo:uid'] = 'PROBA.HRC.1A'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ', newl='')
md("```xml\n" + xmlstr + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: geo:uid by PROBA.HRC.1A
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&uid=PROBA.HRC.1A
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:os="http://a9.com/-/spec/opensearch/1.1/" xmlns:owc="http://www.opengis.net/owc/1.0" xmlns:referrer="http://a9.com/-/opensearch/extensions/referrer/1.0/" xmlns:semantic="http://a9.com/-/opensearch/extensions/semantic/1.0/" xmlns:sru="http://a9.com/-/opensearch/extensions/sru/2.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/">
<author>
<name>FedEO Clearinghouse</name>
<email>eohelp@eo.esa.int</email>
</author>
<generator>FedEO Clearinghouse</generator>
<id>https://fedeo.ceos.org/collections/series/items</id>
<rights>Copyright 2016-2024, European Space Agency</rights>
<title>FedEO Clearinghouse - Search Response</title>
<updated>2023-12-20T22:59:26Z</updated>
<link href="https://fedeo.ceos.org/api?httpAccept=application/opensearchdescription%2Bxml" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items?uid=PROBA.HRC.1A&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?uid=PROBA.HRC.1A&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/os-geojson/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items?uid=PROBA.HRC.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" type="application/geo+json;profile="https://stacspec.org""/>
<link href="https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&uid=PROBA.HRC.1A" hreflang="en" rel="self" type="application/atom+xml"/>
<os:totalResults>1</os:totalResults>
<os:startIndex>1</os:startIndex>
<os:itemsPerPage>10</os:itemsPerPage>
<os:Query dc:type="collection" geo:uid="PROBA.HRC.1A" os:count="10" os:startIndex="1" role="request"/>
<sru:facetedResults>
<sru:datasource>
<sru:facets>
<sru:facet>
<sru:index>eo:platform</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>PROBA-1</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:instrument</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>HRC</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:organisationName</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>ESA/ESRIN</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:processingLevel</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>level 1A</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>semantic:classifiedAs</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/earth-topics</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/instruments</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
<sru:term>
<sru:actualTerm>https://earth.esa.int/concepts/concept_scheme/platforms</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
<sru:facet>
<sru:index>eo:useLimitation</sru:index>
<sru:terms>
<sru:term>
<sru:actualTerm>EO Sign In Authentication</sru:actualTerm>
<sru:count>1</sru:count>
</sru:term>
</sru:terms>
</sru:facet>
</sru:facets>
</sru:datasource>
</sru:facetedResults>
<entry>
<category label="EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS" term="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010"/>
<category label="EARTH SCIENCE>BIOSPHERE>VEGETATION" term="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9"/>
<category label="EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER" term="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d"/>
<category label="EARTH SCIENCE>OCEANS" term="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d"/>
<category label="PROBA-1" term="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5"/>
<category label="HRC" term="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27"/>
<category label="Forestry" term="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1"/>
<category label="Vegetation" term="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c"/>
<category label="Surface Water" term="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4"/>
<category label="Oceans" term="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417"/>
<category label="VIS (0.40 - 0.75 µm)" term="http://www.opengis.net/eop/2.1/wavelengthInformation"/>
<category label="Sun-synchronous" term="http://www.opengis.net/eop/2.1/orbitType"/>
<category label="High Resolution - HR (5 - 20 m)" term="http://www.opengis.net/eop/2.1/resolution"/>
<category label="HRC_HRC_1P" term="http://www.opengis.net/eop/2.1/productType"/>
<category label="615 km" term="https://earth.esa.int/eop-ext/orbitHeight"/>
<category label="4 km" term="https://earth.esa.int/eop-ext/swathWidth"/>
<category label="Cameras" term="https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7"/>
<category label="PROBA-1" term="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5"/>
<category label="HRC" term="https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c"/>
<category label="DIF10" term="DIF10"/>
<category label="World" term="World"/>
<category label="High Resolution Camera" term="High Resolution Camera"/>
<category label="ESA/ESRIN" term="ESA/ESRIN"/>
<id>https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/atom%2Bxml</id>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="alternate" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19115-3%2Bxml" rel="alternate" title="ISO 19115-3 metadata" type="application/vnd.iso.19115-3+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/dif10%2Bxml" rel="alternate" title="DIF-10 metadata" type="application/dif10+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/xml" rel="alternate" title="Dublin Core metadata" type="application/xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?mode=owc" rel="alternate" title="OGC 17-084r1 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eoc-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/json" rel="alternate" title="STAC metadata" type="application/json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A/api" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry" rel="describedby" title="Note on CHRIS Acquisition Procedure and Image Geometry - Technical Note" type="application/pdf"/>
<link href="https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958" rel="describedby" title="Get Help? - ESA Earth Observation User Services Portal" type="text/html"/>
<rights type="html">EO Sign In Authentication Open Data EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-HRC 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-HRC/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.HRC.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e. ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958 Available to residents of the following countries:</rights>
<link href="https://fedeo.ceos.org/images/esa.png" rel="icon" type="image/png"/>
<content type="html">The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</content>
<title>Proba HRC</title>
<updated>2019-05-22T00:00:00.000Z</updated>
<dc:identifier>PROBA.HRC.1A</dc:identifier>
<dc:date>2002-10-10T00:00:00.000Z/</dc:date>
<georss:polygon>-56.0 -180.0 -56.0 180.0 75.0 180.0 75.0 -180.0 -56.0 -180.0</georss:polygon>
<georss:box>-56.0 -180.0 75.0 180.0</georss:box>
<dqv:hasQualityMeasure xmlns:dqv="http://www.w3.org/ns/dqv#">
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/state</dqv:hasMetric>
<dqv:value>0</dqv:value>
</dqv:QualityMeasure>
<dqv:QualityMeasure>
<dqv:hasMetric>http://www.icinga.org/last_state_change</dqv:hasMetric>
<dqv:value>223.46</dqv:value>
</dqv:QualityMeasure>
</dqv:hasQualityMeasure>
</entry>
</feed>
Search by concept#
Example: 2.14
Search collections by concept URI {semantic:classifiedAs}
Collection metadata includes platform, instrument and science keywords, including the URI of these concepts expressed in the ESA Thesauri (https://thesauri.spacebel.be/) and NASA GCMD thesauri. The URI of these concepts can be used as search parameter.
In the current version of the software, the following concept URIs are supported:
GCMD thesaurus science keyword URI
ESA thesaurus platform URI
ESA thesaurus instrument URI
Future versions of the software derived from the EOVOC developments may support both GCMD and ESA URIs for all three categories in addition to GEMET, INSPIRE Themes, Dbpedia, Wikidata and other URI.
osquerystring = {}
# Proba-1 concept in ESA thesaurus
osquerystring['semantic:classifiedAs'] = 'https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
dataframe = load_dataframe(response)
dataframe.head(20)
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: semantic:classifiedAs by https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&classifiedAs=https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5
dc:identifier | atom:title | atom:updated | atom:link[rel="search"] | atom:link[rel="enclosure"] | atom:link[rel="icon"] | dc:date | |
---|---|---|---|---|---|---|---|
0 | PROBA.CHRIS.1A | Proba CHRIS Level 1A | 2019-05-22T00:00:00.000Z | https://fedeo.ceos.org/collections/series/ite... | https://fedeo.ceos.org/images/esa.png | 2002-05-14T00:00:00.000Z/2022-12-22T23:59:59.999Z | |
1 | PROBA.HRC.1A | Proba HRC | 2019-05-22T00:00:00.000Z | https://fedeo.ceos.org/collections/series/ite... | https://fedeo.ceos.org/images/esa.png | 2002-10-10T00:00:00.000Z/ |
Collection properties#
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry') # return first entry
Collection geometry#
Geometry information for each collection is included in the Atom entry using GeoRSS response elements.
try:
box = r.find('{http://www.georss.org/georss}box').text
except AttributeError:
box= ''
try:
polygon = r.find('{http://www.georss.org/georss}polygon').text
except AttributeError:
polygon= ''
print("georss:box:", box )
print("georss:polygon:", polygon )
georss:box: -56.0 -180.0 75.0 180.0
georss:polygon: -56.0 -180.0 -56.0 180.0 75.0 180.0 75.0 -180.0 -56.0 -180.0
Collection temporal extent#
The <dc:date>
response element provides temporal information for a collection, i.e. the start time and end time separated by a /
, encoded as per RFC-3339. The end time may be absent indicating that the collection is not completed.
try:
date = r.find('{http://purl.org/dc/elements/1.1/}date').text
except AttributeError:
date= ''
date
'2002-05-14T00:00:00.000Z/2022-12-22T23:59:59.999Z'
Collection identifier#
The <dc:identifier>
response element includes the idenfifier of the collection that can be used as value for the geo:uid
search parameter.
try:
id = r.find('{http://purl.org/dc/elements/1.1/}identifier').text
except AttributeError:
id= ''
id
'PROBA.CHRIS.1A'
Collection keywords#
The optional <atom:category>
response elements provide keywords related to the collection. Keywords can be free text keywords or originate from a controlled thesaurus. The term
attribute is used to hold the full concept URI (if available) as per [RD10].
When keywords provide a concept URI, then this URI can be used to search for collections by concept with the semantic:classifiedAs
search parameter.
# build table with extracted keywords
list = pd.DataFrame(columns=['label', 'term'])
for lnk in r.findall('{http://www.w3.org/2005/Atom}category'):
label = ''
term = ''
try:
label = lnk.attrib['label']
term = lnk.attrib['term']
except:
pass
# list = list.append( { 'label': label, 'term': term }, ignore_index=True )
df = pd.DataFrame({ 'label': label, 'term': term }, index = [0])
list = pd.concat([list, df], ignore_index=True)
list
label | term | |
---|---|---|
0 | EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL... | https://gcmd.earthdata.nasa.gov/kms/concept/46... |
1 | EARTH SCIENCE>BIOSPHERE>VEGETATION | https://gcmd.earthdata.nasa.gov/kms/concept/c7... |
2 | EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE ... | https://gcmd.earthdata.nasa.gov/kms/concept/5d... |
3 | EARTH SCIENCE>OCEANS | https://gcmd.earthdata.nasa.gov/kms/concept/91... |
4 | PROBA-1 | https://gcmd.earthdata.nasa.gov/kms/concept/fe... |
5 | PROBA.CHRIS | https://gcmd.earthdata.nasa.gov/kms/concept/0b... |
6 | Forestry | https://earth.esa.int/concept/80694ace-7a2a-50... |
7 | Vegetation | https://earth.esa.int/concept/3bf4cc22-5dad-56... |
8 | Surface Water | https://earth.esa.int/concept/c4d9537e-36c9-53... |
9 | Oceans | https://earth.esa.int/concept/8dc47b68-6cad-59... |
10 | VIS (0.40 - 0.75 µm) | http://www.opengis.net/eop/2.1/wavelengthInfor... |
11 | NIR (0.75 - 1.30 µm) | http://www.opengis.net/eop/2.1/wavelengthInfor... |
12 | Sun-synchronous | http://www.opengis.net/eop/2.1/orbitType |
13 | High Resolution - HR (5 - 20 m) | http://www.opengis.net/eop/2.1/resolution |
14 | Medium Resolution - MR (20 - 500 m) | http://www.opengis.net/eop/2.1/resolution |
15 | CHR_MO1_1P | http://www.opengis.net/eop/2.1/productType |
16 | CHR_MO2_1P | http://www.opengis.net/eop/2.1/productType |
17 | CHR_MO3_1P | http://www.opengis.net/eop/2.1/productType |
18 | CHR_MO4_1P | http://www.opengis.net/eop/2.1/productType |
19 | CHR_MO5_1P | http://www.opengis.net/eop/2.1/productType |
20 | 615 km | https://earth.esa.int/eop-ext/orbitHeight |
21 | 14 km | https://earth.esa.int/eop-ext/swathWidth |
22 | Imaging Spectrometers/Radiometers | https://earth.esa.int/concept/66ab957a-0434-59... |
23 | PROBA-1 | https://earth.esa.int/concept/b3979ff2-d27d-5f... |
24 | CHRIS | https://earth.esa.int/concept/6b0bdcea-3beb-58... |
25 | DIF10 | DIF10 |
26 | World | World |
27 | hyperspectral | hyperspectral |
28 | Spectrometer | Spectrometer |
29 | ESA/ESRIN | ESA/ESRIN |
Collection other representations#
Alternative metadata formats for the collection represented by the Atom entry are available as <atom:link>
with rel="alternate"
. Different servers may advertize different metadata formats.
# build table with rel=alternate links
altList = pd.DataFrame(columns=['title', 'type', 'href'])
for lnk in r.findall('{http://www.w3.org/2005/Atom}link[@rel="alternate"]'):
df = pd.DataFrame({ 'type': lnk.attrib['type'], 'title': lnk.attrib['title'], 'href': lnk.attrib['href'] }, index = [0])
altList = pd.concat([altList, df], ignore_index=True)
#HTML(altList.to_html(render_links=True, escape=False))
altList
title | type | href | |
---|---|---|---|
0 | Atom format | application/atom+xml | https://fedeo.ceos.org/collections/series/ite... |
1 | OGC 17-069r3 metadata | application/geo+json;profile="http://www.openg... | https://fedeo.ceos.org/collections/series/ite... |
2 | ISO 19139 metadata | application/vnd.iso.19139+xml | https://fedeo.ceos.org/collections/series/ite... |
3 | ISO 19139-2 metadata | application/vnd.iso.19139-2+xml | https://fedeo.ceos.org/collections/series/ite... |
4 | ISO 19115-3 metadata | application/vnd.iso.19115-3+xml | https://fedeo.ceos.org/collections/series/ite... |
5 | DIF-10 metadata | application/dif10+xml | https://fedeo.ceos.org/collections/series/ite... |
6 | Dublin Core metadata | application/xml | https://fedeo.ceos.org/collections/series/ite... |
7 | OGC 17-084r1 metadata | application/geo+json;profile="http://www.openg... | https://fedeo.ceos.org/collections/series/ite... |
8 | STAC metadata | application/json | https://fedeo.ceos.org/collections/series/ite... |
9 | JSON-LD metadata | application/ld+json | https://fedeo.ceos.org/collections/series/ite... |
10 | JSON-LD (schema.org) metadata | application/ld+json;profile="https://schema.org" | https://fedeo.ceos.org/collections/series/ite... |
11 | JSON-LD (GeoDCAT-AP) metadata | application/ld+json;profile="http://data.europ... | https://fedeo.ceos.org/collections/series/ite... |
12 | RDF/XML metadata | application/rdf+xml | https://fedeo.ceos.org/collections/series/ite... |
13 | RDF/XML (schema.org) metadata | application/rdf+xml;profile="https://schema.org" | https://fedeo.ceos.org/collections/series/ite... |
14 | RDF/XML (GeoDCAT-AP) metadata | application/rdf+xml;profile="http://data.europ... | https://fedeo.ceos.org/collections/series/ite... |
15 | Turtle metadata | text/turtle | https://fedeo.ceos.org/collections/series/ite... |
16 | Turtle (schema.org) metadata | text/turtle;profile="https://schema.org" | https://fedeo.ceos.org/collections/series/ite... |
17 | Turtle (GeoDCAT-AP) metadata | text/turtle;profile="http://data.europa.eu/930/" | https://fedeo.ceos.org/collections/series/ite... |
18 | HTML | text/html | https://fedeo.ceos.org/collections/series/ite... |
Collection embedding other formats#
Alternative metadata formats for the colection provide additional metadata properties and can be directly embedded in the Atom entry using the sru:recordSchema
parameter. The ISO19139 and ISO19139-2 formats provide the most detailed representations.
Example: 3.1
Get list of supported record schemas {sru:recordSchema} for collections from the OSDD.
The OSDD template lists the sur:recordSchema
values that can be used in a collection search request. They correspond to metadata formats that can be directly embedded in the Search response. The value server-choice
can be used to allow the server to propose an appropriate metadata encoding. typically, a short name and a URI can be used for each of the formats.
# Extract corresponding <Parameter> element
el = collection_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{sru:recordSchema}"]')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" name="recordSchema" value="{sru:recordSchema}">
<ns0:Option label="ISO" value="iso" />
<ns0:Option label="ISO 19139-2" value="iso19139-2" />
<ns0:Option label="ISO 19115-3" value="iso19115-3" />
<ns0:Option label="DIF-10" value="dif10" />
<ns0:Option label="Dublin Core" value="dc" />
<ns0:Option label="server-choice" value="server-choice" />
</ns0:Parameter>
Example: 3.2
Embed ISO19139-2 metadata
iso19139-2
in collection search response {sru:recordSchema} [RD8].
The additional properties are included in an <gmi:MI_Metadata>
element inside the <atom:entry>
.
osquerystring = {}
osquerystring['geo:uid'] = 'PROBA.HRC.1A'
osquerystring['sru:recordSchema'] = 'iso19139-2'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry') # return first entry
try:
el = r.find('{*}MI_Metadata')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
except AttributeError:
xmltxt= 'Not found.'
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: geo:uid by PROBA.HRC.1A
.. replacing: sru:recordSchema by iso19139-2
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&uid=PROBA.HRC.1A&recordSchema=iso19139-2
<ns0:MI_Metadata xmlns:ns0="http://www.isotc211.org/2005/gmi" xmlns:ns1="http://www.isotc211.org/2005/gmd" xmlns:ns2="http://www.isotc211.org/2005/gco" xmlns:ns3="http://www.isotc211.org/2005/gmx" xmlns:ns4="http://www.w3.org/1999/xlink" xmlns:ns5="http://www.opengis.net/gml/3.2">
<ns1:fileIdentifier>
<ns2:CharacterString>PROBA.HRC.1A</ns2:CharacterString>
</ns1:fileIdentifier>
<ns1:language>
<ns1:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</ns1:LanguageCode>
</ns1:language>
<ns1:hierarchyLevel>
<ns1:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="series">series</ns1:MD_ScopeCode>
</ns1:hierarchyLevel>
<ns1:contact>
<ns1:CI_ResponsibleParty>
<ns1:organisationName>
<ns2:CharacterString>ESA/ESRIN</ns2:CharacterString>
</ns1:organisationName>
<ns1:positionName>
<ns2:CharacterString>ESRIN Earth Observation Help Desk</ns2:CharacterString>
</ns1:positionName>
<ns1:contactInfo>
<ns1:CI_Contact>
<ns1:phone>
<ns1:CI_Telephone>
<ns1:voice>
<ns2:CharacterString>+3906941801</ns2:CharacterString>
</ns1:voice>
<ns1:facsimile>
<ns2:CharacterString>+390694180280</ns2:CharacterString>
</ns1:facsimile>
</ns1:CI_Telephone>
</ns1:phone>
<ns1:address>
<ns1:CI_Address>
<ns1:deliveryPoint>
<ns2:CharacterString>Largo Galileo Galilei 1</ns2:CharacterString>
</ns1:deliveryPoint>
<ns1:city>
<ns2:CharacterString>Frascati (Roma)</ns2:CharacterString>
</ns1:city>
<ns1:postalCode>
<ns2:CharacterString>00044</ns2:CharacterString>
</ns1:postalCode>
<ns1:country>
<ns2:CharacterString>Italy</ns2:CharacterString>
</ns1:country>
<ns1:electronicMailAddress>
<ns2:CharacterString>eohelp@esa.int</ns2:CharacterString>
</ns1:electronicMailAddress>
</ns1:CI_Address>
</ns1:address>
<ns1:onlineResource>
<ns1:CI_OnlineResource>
<ns1:linkage>
<ns1:URL>http://www.esa.int</ns1:URL>
</ns1:linkage>
</ns1:CI_OnlineResource>
</ns1:onlineResource>
</ns1:CI_Contact>
</ns1:contactInfo>
<ns1:role>
<ns1:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</ns1:CI_RoleCode>
</ns1:role>
</ns1:CI_ResponsibleParty>
</ns1:contact>
<ns1:dateStamp>
<ns2:DateTime>2023-06-13T13:23:41</ns2:DateTime>
</ns1:dateStamp>
<ns1:metadataStandardName>
<ns2:CharacterString>ISO19115</ns2:CharacterString>
</ns1:metadataStandardName>
<ns1:metadataStandardVersion>
<ns2:CharacterString>2005/Cor.1:2006</ns2:CharacterString>
</ns1:metadataStandardVersion>
<ns1:identificationInfo>
<ns1:MD_DataIdentification>
<ns1:citation>
<ns1:CI_Citation>
<ns1:title>
<ns2:CharacterString>Proba HRC</ns2:CharacterString>
</ns1:title>
<ns1:alternateTitle>
<ns2:CharacterString />
</ns1:alternateTitle>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2019-05-22</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation" />
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
<ns1:identifier />
</ns1:CI_Citation>
</ns1:citation>
<ns1:abstract>
<ns2:CharacterString>The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</ns2:CharacterString>
</ns1:abstract>
<ns1:pointOfContact>
<ns1:CI_ResponsibleParty>
<ns1:organisationName>
<ns2:CharacterString>ESA/ESRIN</ns2:CharacterString>
</ns1:organisationName>
<ns1:positionName>
<ns2:CharacterString>Earth Observation helpdesk</ns2:CharacterString>
</ns1:positionName>
<ns1:contactInfo>
<ns1:CI_Contact>
<ns1:phone>
<ns1:CI_Telephone>
<ns1:voice>
<ns2:CharacterString>+3906941801</ns2:CharacterString>
</ns1:voice>
<ns1:facsimile>
<ns2:CharacterString>+390694180280</ns2:CharacterString>
</ns1:facsimile>
</ns1:CI_Telephone>
</ns1:phone>
<ns1:address>
<ns1:CI_Address>
<ns1:deliveryPoint>
<ns2:CharacterString>Largo Galileo Galilei 1</ns2:CharacterString>
</ns1:deliveryPoint>
<ns1:city>
<ns2:CharacterString>Frascati (Roma)</ns2:CharacterString>
</ns1:city>
<ns1:postalCode>
<ns2:CharacterString>00044</ns2:CharacterString>
</ns1:postalCode>
<ns1:country>
<ns2:CharacterString>Italy</ns2:CharacterString>
</ns1:country>
<ns1:electronicMailAddress>
<ns2:CharacterString>eohelp@esa.int</ns2:CharacterString>
</ns1:electronicMailAddress>
</ns1:CI_Address>
</ns1:address>
<ns1:onlineResource>
<ns1:CI_OnlineResource>
<ns1:linkage>
<ns1:URL>http://www.esa.int</ns1:URL>
</ns1:linkage>
</ns1:CI_OnlineResource>
</ns1:onlineResource>
</ns1:CI_Contact>
</ns1:contactInfo>
<ns1:role>
<ns1:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator">originator</ns1:CI_RoleCode>
</ns1:role>
</ns1:CI_ResponsibleParty>
</ns1:pointOfContact>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/46e4aaa4-349c-4049-a910-035391360010">EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS</ns3:Anchor>
</ns1:keyword>
<ns1:keyword>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/c7b5c02c-724d-4a19-b824-98180f3900c9">EARTH SCIENCE>BIOSPHERE>VEGETATION</ns3:Anchor>
</ns1:keyword>
<ns1:keyword>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/5debb283-51e4-435e-b2a2-e8e2a977220d">EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER</ns3:Anchor>
</ns1:keyword>
<ns1:keyword>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/91697b7d-8f2b-4954-850e-61d5f61c867d">EARTH SCIENCE>OCEANS</ns3:Anchor>
</ns1:keyword>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/sciencekeywords">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</ns3:Anchor> </ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2021-08-06</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns2:CharacterString>DIF10</ns2:CharacterString>
</ns1:keyword>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5">PROBA-1</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms" codeListValue="3466eed1-2fbb-49bf-ab0b-dc08731d502b">Earth Observation Satellites</ns1:MD_KeywordTypeCode>
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</ns3:Anchor> </ns1:title>
<ns1:alternateTitle>
<ns2:CharacterString>Platforms</ns2:CharacterString>
</ns1:alternateTitle>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2021-08-06</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27">HRC</ns3:Anchor>
</ns1:keyword>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/instruments">Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</ns3:Anchor> </ns1:title>
<ns1:alternateTitle>
<ns2:CharacterString>Instruments</ns2:CharacterString>
</ns1:alternateTitle>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2021-08-06</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/80694ace-7a2a-50b0-9c22-4a4b45c985a1">Forestry</ns3:Anchor>
</ns1:keyword>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/3bf4cc22-5dad-5652-8575-8347564c4a0c">Vegetation</ns3:Anchor>
</ns1:keyword>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/c4d9537e-36c9-5366-96eb-a69483dd50e4">Surface Water</ns3:Anchor>
</ns1:keyword>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/8dc47b68-6cad-59ce-836f-7328372de417">Oceans</ns3:Anchor>
</ns1:keyword>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://earth.esa.int/concepts/concept_scheme/earth-topics">ESA Thesaurus</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2022-07-11</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/wavelengthInformation">VIS (0.40 - 0.75 µm)</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="wavelengthInformation" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/orbitType">Sun-synchronous</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitType" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/resolution">High Resolution - HR (5 - 20 m)</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="resolution" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/productType">HRC_HRC_1P</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="productType" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="http://www.opengis.net/eop/2.1/">Observations and Measurements Version 1.1</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/eop-ext/orbitHeight">615 km</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitHeight" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://earth.esa.int/eop-ext/">Observations and Measurements Extension</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2017</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/eop-ext/swathWidth">4 km</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="swathWidth" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://earth.esa.int/eop-ext/">Observations and Measurements Extension</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2017</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/764a170a-e361-5ea8-838e-e56994de69b7">Cameras</ns3:Anchor>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="theme" />
</ns1:type>
<ns1:thesaurusName>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://earth.esa.int/concepts/concept_scheme/instruments">ESA Thesaurus</ns3:Anchor>
</ns1:title>
<ns1:date>
<ns1:CI_Date>
<ns1:date>
<ns2:Date>2023-03-03</ns2:Date>
</ns1:date>
<ns1:dateType>
<ns1:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns1:CI_DateTypeCode>
</ns1:dateType>
</ns1:CI_Date>
</ns1:date>
</ns1:CI_Citation>
</ns1:thesaurusName>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns2:CharacterString>World</ns2:CharacterString>
</ns1:keyword>
<ns1:type>
<ns1:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place">place</ns1:MD_KeywordTypeCode>
</ns1:type>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:descriptiveKeywords>
<ns1:MD_Keywords>
<ns1:keyword>
<ns2:CharacterString>HRC</ns2:CharacterString>
</ns1:keyword>
<ns1:keyword>
<ns2:CharacterString>High Resolution Camera</ns2:CharacterString>
</ns1:keyword>
</ns1:MD_Keywords>
</ns1:descriptiveKeywords>
<ns1:resourceConstraints>
<ns1:MD_LegalConstraints>
<ns1:useLimitation>
<ns2:CharacterString>EO Sign In Authentication</ns2:CharacterString>
</ns1:useLimitation>
<ns1:useLimitation>
<ns2:CharacterString>Open Data</ns2:CharacterString>
</ns1:useLimitation>
<ns1:useLimitation>
<ns2:CharacterString>EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-HRC 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download</ns2:CharacterString>
</ns1:useLimitation>
<ns1:useLimitation>
<ns2:CharacterString>In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-HRC/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.HRC.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e. ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</ns2:CharacterString>
</ns1:useLimitation>
<ns1:useLimitation>
<ns2:CharacterString>Available to residents of the following countries:</ns2:CharacterString>
</ns1:useLimitation>
<ns1:accessConstraints>
<ns1:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions" />
</ns1:accessConstraints>
<ns1:otherConstraints>
<ns3:Anchor ns4:href="https://earth.esa.int/eogateway/documents/20142/1560778/ESA-Third-Party-Missions-Terms-and-Conditions.pdf">Utilisation of this data is subject to ESA's Earth Observation Terms and Conditions</ns3:Anchor>
</ns1:otherConstraints>
</ns1:MD_LegalConstraints>
</ns1:resourceConstraints>
<ns1:language>
<ns1:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</ns1:LanguageCode>
</ns1:language>
<ns1:topicCategory>
<ns1:MD_TopicCategoryCode>imageryBaseMapsEarthCover</ns1:MD_TopicCategoryCode>
</ns1:topicCategory>
<ns1:extent>
<ns1:EX_Extent>
<ns1:temporalElement>
<ns1:EX_TemporalExtent>
<ns1:extent>
<ns5:TimePeriod ns5:id="timeperiod1">
<ns5:beginPosition>2002-10-10</ns5:beginPosition>
<ns5:endPosition />
</ns5:TimePeriod>
</ns1:extent>
</ns1:EX_TemporalExtent>
</ns1:temporalElement>
</ns1:EX_Extent>
</ns1:extent>
<ns1:extent>
<ns1:EX_Extent>
<ns1:geographicElement>
<ns1:EX_GeographicBoundingBox>
<ns1:westBoundLongitude>
<ns2:Decimal>-180.0</ns2:Decimal>
</ns1:westBoundLongitude>
<ns1:eastBoundLongitude>
<ns2:Decimal>180.0</ns2:Decimal>
</ns1:eastBoundLongitude>
<ns1:southBoundLatitude>
<ns2:Decimal>-56.0</ns2:Decimal>
</ns1:southBoundLatitude>
<ns1:northBoundLatitude>
<ns2:Decimal>75.0</ns2:Decimal>
</ns1:northBoundLatitude>
</ns1:EX_GeographicBoundingBox>
</ns1:geographicElement>
</ns1:EX_Extent>
</ns1:extent>
</ns1:MD_DataIdentification>
</ns1:identificationInfo>
<ns1:contentInfo>
<ns0:MI_ImageDescription>
<ns1:attributeDescription />
<ns1:contentType />
<ns1:processingLevelCode>
<ns1:RS_Identifier>
<ns1:code>
<ns2:CharacterString>level 1A</ns2:CharacterString>
</ns1:code>
<ns1:codeSpace />
</ns1:RS_Identifier>
</ns1:processingLevelCode>
</ns0:MI_ImageDescription>
</ns1:contentInfo>
<ns1:distributionInfo>
<ns1:MD_Distribution>
<ns1:transferOptions>
<ns1:MD_DigitalTransferOptions>
<ns1:onLine>
<ns1:CI_OnlineResource>
<ns1:linkage>
<ns1:URL>https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry</ns1:URL>
</ns1:linkage>
<ns1:protocol>
<ns2:CharacterString>Download</ns2:CharacterString>
</ns1:protocol>
<ns1:applicationProfile>
<ns2:CharacterString>PDF</ns2:CharacterString>
</ns1:applicationProfile>
<ns1:name>
<ns2:CharacterString>Note on CHRIS Acquisition Procedure and Image Geometry</ns2:CharacterString>
</ns1:name>
<ns1:description>
<ns2:CharacterString>Technical Note</ns2:CharacterString>
</ns1:description>
<ns1:function>
<ns1:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information" />
</ns1:function>
</ns1:CI_OnlineResource>
</ns1:onLine>
<ns1:onLine>
<ns1:CI_OnlineResource>
<ns1:linkage>
<ns1:URL>https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</ns1:URL>
</ns1:linkage>
<ns1:protocol>
<ns2:CharacterString>Visit Page</ns2:CharacterString>
</ns1:protocol>
<ns1:applicationProfile>
<ns2:CharacterString>HTML</ns2:CharacterString>
</ns1:applicationProfile>
<ns1:name>
<ns2:CharacterString>Get Help?</ns2:CharacterString>
</ns1:name>
<ns1:description>
<ns2:CharacterString>ESA Earth Observation User Services Portal</ns2:CharacterString>
</ns1:description>
<ns1:function>
<ns1:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information" />
</ns1:function>
</ns1:CI_OnlineResource>
</ns1:onLine>
</ns1:MD_DigitalTransferOptions>
</ns1:transferOptions>
</ns1:MD_Distribution>
</ns1:distributionInfo>
<ns0:acquisitionInformation>
<ns0:MI_AcquisitionInformation>
<ns0:operation>
<ns0:MI_Operation>
<ns0:citation />
<ns0:status>
<ns1:MD_ProgressCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_ProgressCode" codeListValue="onGoing" />
</ns0:status>
<ns0:parentOperation />
</ns0:MI_Operation>
</ns0:operation>
<ns0:platform>
<ns0:MI_Platform>
<ns0:citation>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5">PROBA-1</ns3:Anchor>
</ns1:title>
<ns1:alternateTitle>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/fe4a4604-029e-4cdc-93f0-6d8799dd25e5">PROBA-1</ns3:Anchor>
</ns1:alternateTitle>
<ns1:date ns2:nilReason="unknown" />
</ns1:CI_Citation>
</ns0:citation>
<ns0:identifier>
<ns1:MD_Identifier>
<ns1:code>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/b3979ff2-d27d-5f22-9e06-a18c5759d9a5">PROBA-1</ns3:Anchor>
</ns1:code>
</ns1:MD_Identifier>
</ns0:identifier>
<ns0:description>
<ns2:CharacterString>Project for On-Board Autonomy, PROBA-1</ns2:CharacterString>
</ns0:description>
<ns0:instrument>
<ns0:MI_Instrument>
<ns0:citation>
<ns1:CI_Citation>
<ns1:title>
<ns3:Anchor ns4:href="https://earth.esa.int/concept/2027d98a-082f-509c-ab9b-86b46b20553c">HRC</ns3:Anchor>
</ns1:title>
<ns1:alternateTitle>
<ns3:Anchor ns4:href="https://gcmd.earthdata.nasa.gov/kms/concept/4a0a0d09-63c9-4c2e-ab46-25727248df27">HRC</ns3:Anchor>
</ns1:alternateTitle>
<ns1:date ns2:nilReason="unknown" />
</ns1:CI_Citation>
</ns0:citation>
<ns0:type>
<ns0:MI_SensorTypeCode />
</ns0:type>
<ns0:description>
<ns2:CharacterString>High Resolution Camera</ns2:CharacterString>
</ns0:description>
</ns0:MI_Instrument>
</ns0:instrument>
</ns0:MI_Platform>
</ns0:platform>
</ns0:MI_AcquisitionInformation>
</ns0:acquisitionInformation>
</ns0:MI_Metadata>
Example: 3.3
Embed ISO19139 metadata
iso19139
in collection search response {sru:recordSchema} [RD8].
The additional properties are included in an <gmd:MD_Metadata>
element inside the <atom:entry>
.
osquerystring = {}
osquerystring['geo:uid'] = 'PROBA.HRC.1A'
osquerystring['sru:recordSchema'] = 'iso19139'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry') # return first entry
try:
el = r.find('{*}MD_Metadata')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
except AttributeError:
xmltxt= 'Not found.'
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: geo:uid by PROBA.HRC.1A
.. replacing: sru:recordSchema by iso19139
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&uid=PROBA.HRC.1A&recordSchema=iso19139
<ns0:MD_Metadata xmlns:ns0="http://www.isotc211.org/2005/gmd" xmlns:ns2="http://www.isotc211.org/2005/gco" xmlns:ns3="http://www.opengis.net/gml/3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.isotc211.org/2005/gmd http://www.isotc211.org/2005/gmd/gmd.xsd">
<ns0:fileIdentifier>
<ns2:CharacterString>PROBA.HRC.1A</ns2:CharacterString>
</ns0:fileIdentifier>
<ns0:language>
<ns0:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</ns0:LanguageCode>
</ns0:language>
<ns0:hierarchyLevel>
<ns0:MD_ScopeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_ScopeCode" codeListValue="series">series</ns0:MD_ScopeCode>
</ns0:hierarchyLevel>
<ns0:contact>
<ns0:CI_ResponsibleParty>
<ns0:organisationName>
<ns2:CharacterString>ESA/ESRIN</ns2:CharacterString>
</ns0:organisationName>
<ns0:positionName>
<ns2:CharacterString>ESRIN Earth Observation Help Desk</ns2:CharacterString>
</ns0:positionName>
<ns0:contactInfo>
<ns0:CI_Contact>
<ns0:phone>
<ns0:CI_Telephone>
<ns0:voice>
<ns2:CharacterString>+3906941801</ns2:CharacterString>
</ns0:voice>
<ns0:facsimile>
<ns2:CharacterString>+390694180280</ns2:CharacterString>
</ns0:facsimile>
</ns0:CI_Telephone>
</ns0:phone>
<ns0:address>
<ns0:CI_Address>
<ns0:deliveryPoint>
<ns2:CharacterString>Largo Galileo Galilei 1</ns2:CharacterString>
</ns0:deliveryPoint>
<ns0:city>
<ns2:CharacterString>Frascati (Roma)</ns2:CharacterString>
</ns0:city>
<ns0:postalCode>
<ns2:CharacterString>00044</ns2:CharacterString>
</ns0:postalCode>
<ns0:country>
<ns2:CharacterString>Italy</ns2:CharacterString>
</ns0:country>
<ns0:electronicMailAddress>
<ns2:CharacterString>eohelp@esa.int</ns2:CharacterString>
</ns0:electronicMailAddress>
</ns0:CI_Address>
</ns0:address>
<ns0:onlineResource>
<ns0:CI_OnlineResource>
<ns0:linkage>
<ns0:URL>http://www.esa.int</ns0:URL>
</ns0:linkage>
</ns0:CI_OnlineResource>
</ns0:onlineResource>
</ns0:CI_Contact>
</ns0:contactInfo>
<ns0:role>
<ns0:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</ns0:CI_RoleCode>
</ns0:role>
</ns0:CI_ResponsibleParty>
</ns0:contact>
<ns0:dateStamp>
<ns2:DateTime>2023-06-13T13:23:41</ns2:DateTime>
</ns0:dateStamp>
<ns0:metadataStandardName>
<ns2:CharacterString>ISO19115</ns2:CharacterString>
</ns0:metadataStandardName>
<ns0:metadataStandardVersion>
<ns2:CharacterString>2005/Cor.1:2006</ns2:CharacterString>
</ns0:metadataStandardVersion>
<ns0:identificationInfo>
<ns0:MD_DataIdentification>
<ns0:citation>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Proba HRC</ns2:CharacterString>
</ns0:title>
<ns0:alternateTitle>
<ns2:CharacterString />
</ns0:alternateTitle>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2019-05-22</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation" />
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
<ns0:identifier />
</ns0:CI_Citation>
</ns0:citation>
<ns0:abstract>
<ns2:CharacterString>The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</ns2:CharacterString>
</ns0:abstract>
<ns0:pointOfContact>
<ns0:CI_ResponsibleParty>
<ns0:organisationName>
<ns2:CharacterString>ESA/ESRIN</ns2:CharacterString>
</ns0:organisationName>
<ns0:positionName>
<ns2:CharacterString>Earth Observation helpdesk</ns2:CharacterString>
</ns0:positionName>
<ns0:contactInfo>
<ns0:CI_Contact>
<ns0:phone>
<ns0:CI_Telephone>
<ns0:voice>
<ns2:CharacterString>+3906941801</ns2:CharacterString>
</ns0:voice>
<ns0:facsimile>
<ns2:CharacterString>+390694180280</ns2:CharacterString>
</ns0:facsimile>
</ns0:CI_Telephone>
</ns0:phone>
<ns0:address>
<ns0:CI_Address>
<ns0:deliveryPoint>
<ns2:CharacterString>Largo Galileo Galilei 1</ns2:CharacterString>
</ns0:deliveryPoint>
<ns0:city>
<ns2:CharacterString>Frascati (Roma)</ns2:CharacterString>
</ns0:city>
<ns0:postalCode>
<ns2:CharacterString>00044</ns2:CharacterString>
</ns0:postalCode>
<ns0:country>
<ns2:CharacterString>Italy</ns2:CharacterString>
</ns0:country>
<ns0:electronicMailAddress>
<ns2:CharacterString>eohelp@esa.int</ns2:CharacterString>
</ns0:electronicMailAddress>
</ns0:CI_Address>
</ns0:address>
<ns0:onlineResource>
<ns0:CI_OnlineResource>
<ns0:linkage>
<ns0:URL>http://www.esa.int</ns0:URL>
</ns0:linkage>
</ns0:CI_OnlineResource>
</ns0:onlineResource>
</ns0:CI_Contact>
</ns0:contactInfo>
<ns0:role>
<ns0:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="originator">originator</ns0:CI_RoleCode>
</ns0:role>
</ns0:CI_ResponsibleParty>
</ns0:pointOfContact>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>EARTH SCIENCE>BIOSPHERE>VEGETATION</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>EARTH SCIENCE>OCEANS</ns2:CharacterString>
</ns0:keyword>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2021-08-06</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>DIF10</ns2:CharacterString>
</ns0:keyword>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>PROBA-1</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://gcmd.earthdata.nasa.gov/kms/concepts/concept_scheme/platforms" codeListValue="3466eed1-2fbb-49bf-ab0b-dc08731d502b">Earth Observation Satellites</ns0:MD_KeywordTypeCode>
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2021-08-06</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>HRC</ns2:CharacterString>
</ns0:keyword>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Global Change Master Directory (GCMD), GCMD Keywords, Version 10.7</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2021-08-06</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>Forestry</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>Vegetation</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>Surface Water</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>Oceans</ns2:CharacterString>
</ns0:keyword>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>ESA Thesaurus</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2022-07-11</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>VIS (0.40 - 0.75 µm)</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="wavelengthInformation" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Observations and Measurements Version 1.1</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>Sun-synchronous</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitType" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Observations and Measurements Version 1.1</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>High Resolution - HR (5 - 20 m)</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="resolution" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Observations and Measurements Version 1.1</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>HRC_HRC_1P</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="productType" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Observations and Measurements Version 1.1</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2016-06-09</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>615 km</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="orbitHeight" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Observations and Measurements Extension</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2017</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>4 km</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="https://earth.esa.int/2017/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="swathWidth" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>Observations and Measurements Extension</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2017</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>Cameras</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_KeywordTypeCode" codeListValue="theme" />
</ns0:type>
<ns0:thesaurusName>
<ns0:CI_Citation>
<ns0:title>
<ns2:CharacterString>ESA Thesaurus</ns2:CharacterString>
</ns0:title>
<ns0:date>
<ns0:CI_Date>
<ns0:date>
<ns2:Date>2023-03-03</ns2:Date>
</ns0:date>
<ns0:dateType>
<ns0:CI_DateTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</ns0:CI_DateTypeCode>
</ns0:dateType>
</ns0:CI_Date>
</ns0:date>
</ns0:CI_Citation>
</ns0:thesaurusName>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>World</ns2:CharacterString>
</ns0:keyword>
<ns0:type>
<ns0:MD_KeywordTypeCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="place">place</ns0:MD_KeywordTypeCode>
</ns0:type>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:descriptiveKeywords>
<ns0:MD_Keywords>
<ns0:keyword>
<ns2:CharacterString>HRC</ns2:CharacterString>
</ns0:keyword>
<ns0:keyword>
<ns2:CharacterString>High Resolution Camera</ns2:CharacterString>
</ns0:keyword>
</ns0:MD_Keywords>
</ns0:descriptiveKeywords>
<ns0:resourceConstraints>
<ns0:MD_LegalConstraints>
<ns0:useLimitation>
<ns2:CharacterString>EO Sign In Authentication</ns2:CharacterString>
</ns0:useLimitation>
<ns0:useLimitation>
<ns2:CharacterString>Open Data</ns2:CharacterString>
</ns0:useLimitation>
<ns0:useLimitation>
<ns2:CharacterString>EO Sign In Authentication (Open) 1. Go to the _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/oads/access/collection/PROBA1-HRC 2. Find the product you want via a map 3. Register or log in to EO Sign In 4. Download</ns2:CharacterString>
</ns0:useLimitation>
<ns0:useLimitation>
<ns2:CharacterString>In the Optical Online _$$Dissemination Service$$ https://tpm-ds.eo.esa.int/smcat/PROBA1-HRC/ and catalogue the data is collection based and allows data browse and download through the treeview as well as via geographical search using a static map. PROBA-1 products can also be discovered through _$$ESA's EO Catalogue (EO CAT)$$ https://eocat.esa.int/sec/#data-services-area/search?osParameters={%22EOCAT-PROBA.HRC.1A%22:%22%22,%22commonCriteria%22:%22bbox=-180,-56,180,75%22}, which allows users to discover and download products among the available datasets from ESA and Third Party Missions and instruments, using various criteria (spatial, temporal, specific). For further information about the EO Sign In Service you can visit _$$TellUs$$ https://esatellus.service-now.com/csp?id=esa_faq&kb_category=3e0b38dedb212700ee849785ca96194e. ESA internal users can use their ESAAD account. Should you need support to access the data, please contact _$$EOHelp$$ https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</ns2:CharacterString>
</ns0:useLimitation>
<ns0:useLimitation>
<ns2:CharacterString>Available to residents of the following countries:</ns2:CharacterString>
</ns0:useLimitation>
<ns0:accessConstraints>
<ns0:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions" />
</ns0:accessConstraints>
<ns0:otherConstraints>
<ns2:CharacterString>Utilisation of this data is subject to ESA's Earth Observation Terms and Conditions</ns2:CharacterString>
</ns0:otherConstraints>
</ns0:MD_LegalConstraints>
</ns0:resourceConstraints>
<ns0:language>
<ns0:LanguageCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#LanguageCode" codeListValue="eng">eng</ns0:LanguageCode>
</ns0:language>
<ns0:topicCategory>
<ns0:MD_TopicCategoryCode>imageryBaseMapsEarthCover</ns0:MD_TopicCategoryCode>
</ns0:topicCategory>
<ns0:extent>
<ns0:EX_Extent>
<ns0:temporalElement>
<ns0:EX_TemporalExtent>
<ns0:extent>
<ns3:TimePeriod ns3:id="timeperiod1">
<ns3:beginPosition>2002-10-10</ns3:beginPosition>
<ns3:endPosition />
</ns3:TimePeriod>
</ns0:extent>
</ns0:EX_TemporalExtent>
</ns0:temporalElement>
</ns0:EX_Extent>
</ns0:extent>
<ns0:extent>
<ns0:EX_Extent>
<ns0:geographicElement>
<ns0:EX_GeographicBoundingBox>
<ns0:westBoundLongitude>
<ns2:Decimal>-180.0</ns2:Decimal>
</ns0:westBoundLongitude>
<ns0:eastBoundLongitude>
<ns2:Decimal>180.0</ns2:Decimal>
</ns0:eastBoundLongitude>
<ns0:southBoundLatitude>
<ns2:Decimal>-56.0</ns2:Decimal>
</ns0:southBoundLatitude>
<ns0:northBoundLatitude>
<ns2:Decimal>75.0</ns2:Decimal>
</ns0:northBoundLatitude>
</ns0:EX_GeographicBoundingBox>
</ns0:geographicElement>
</ns0:EX_Extent>
</ns0:extent>
</ns0:MD_DataIdentification>
</ns0:identificationInfo>
<ns0:distributionInfo>
<ns0:MD_Distribution>
<ns0:transferOptions>
<ns0:MD_DigitalTransferOptions>
<ns0:onLine>
<ns0:CI_OnlineResource>
<ns0:linkage>
<ns0:URL>https://earth.esa.int/eogateway/documents/20142/37627/Note%20on%20CHRIS%20Acquisition%20Procedure%20and%20Image%20Geometry</ns0:URL>
</ns0:linkage>
<ns0:protocol>
<ns2:CharacterString>Download</ns2:CharacterString>
</ns0:protocol>
<ns0:applicationProfile>
<ns2:CharacterString>PDF</ns2:CharacterString>
</ns0:applicationProfile>
<ns0:name>
<ns2:CharacterString>Note on CHRIS Acquisition Procedure and Image Geometry</ns2:CharacterString>
</ns0:name>
<ns0:description>
<ns2:CharacterString>Technical Note</ns2:CharacterString>
</ns0:description>
<ns0:function>
<ns0:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information" />
</ns0:function>
</ns0:CI_OnlineResource>
</ns0:onLine>
<ns0:onLine>
<ns0:CI_OnlineResource>
<ns0:linkage>
<ns0:URL>https://esatellus.service-now.com/csp?id=esa_simple_request&sys_id=f27b38f9dbdffe40e3cedb11ce961958</ns0:URL>
</ns0:linkage>
<ns0:protocol>
<ns2:CharacterString>Visit Page</ns2:CharacterString>
</ns0:protocol>
<ns0:applicationProfile>
<ns2:CharacterString>HTML</ns2:CharacterString>
</ns0:applicationProfile>
<ns0:name>
<ns2:CharacterString>Get Help?</ns2:CharacterString>
</ns0:name>
<ns0:description>
<ns2:CharacterString>ESA Earth Observation User Services Portal</ns2:CharacterString>
</ns0:description>
<ns0:function>
<ns0:CI_OnLineFunctionCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information" />
</ns0:function>
</ns0:CI_OnlineResource>
</ns0:onLine>
</ns0:MD_DigitalTransferOptions>
</ns0:transferOptions>
</ns0:MD_Distribution>
</ns0:distributionInfo>
</ns0:MD_Metadata>
Example: 3.4
Embed DIF10 metadata
dif10
in collection search response {sru:recordSchema} [RD8].
The additional properties are included in an <DIF>
element inside the <atom:entry>
.
osquerystring = {}
osquerystring['geo:uid'] = 'PROBA.HRC.1A'
osquerystring['sru:recordSchema'] = 'dif10'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry') # return first entry
try:
el = r.find('{*}DIF')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
except AttributeError:
xmltxt= 'Not found.'
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: geo:uid by PROBA.HRC.1A
.. replacing: sru:recordSchema by dif10
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&uid=PROBA.HRC.1A&recordSchema=dif10
<ns0:DIF xmlns:ns0="http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/ https://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/dif_v10.2.xsd">
<ns0:Entry_ID>
<ns0:Short_Name>PROBA.HRC.1A</ns0:Short_Name>
<ns0:Version>NA</ns0:Version>
</ns0:Entry_ID>
<ns0:Entry_Title>Proba HRC</ns0:Entry_Title>
<ns0:Science_Keywords>
<ns0:Category>EARTH SCIENCE</ns0:Category>
<ns0:Topic>BIOSPHERE</ns0:Topic>
<ns0:Term>ECOSYSTEMS</ns0:Term>
<ns0:Variable_Level_1>TERRESTRIAL ECOSYSTEMS</ns0:Variable_Level_1>
<ns0:Variable_Level_2>FORESTS</ns0:Variable_Level_2>
</ns0:Science_Keywords>
<ns0:Science_Keywords>
<ns0:Category>EARTH SCIENCE</ns0:Category>
<ns0:Topic>BIOSPHERE</ns0:Topic>
<ns0:Term>VEGETATION</ns0:Term>
</ns0:Science_Keywords>
<ns0:Science_Keywords>
<ns0:Category>EARTH SCIENCE</ns0:Category>
<ns0:Topic>TERRESTRIAL HYDROSPHERE</ns0:Topic>
<ns0:Term>SURFACE WATER</ns0:Term>
</ns0:Science_Keywords>
<ns0:ISO_Topic_Category>IMAGERY/BASE MAPS/EARTH COVER</ns0:ISO_Topic_Category>
<ns0:Ancillary_Keyword>World</ns0:Ancillary_Keyword>
<ns0:Ancillary_Keyword>HRC</ns0:Ancillary_Keyword>
<ns0:Ancillary_Keyword>High Resolution Camera</ns0:Ancillary_Keyword>
<ns0:Platform>
<ns0:Type>Earth Observation Satellites</ns0:Type>
<ns0:Short_Name>PROBA-1</ns0:Short_Name>
<ns0:Long_Name>Project for On-Board Autonomy, PROBA-1</ns0:Long_Name>
<ns0:Instrument>
<ns0:Short_Name>HRC</ns0:Short_Name>
<ns0:Long_Name>High Resolution Camera</ns0:Long_Name>
</ns0:Instrument>
</ns0:Platform>
<ns0:Temporal_Coverage>
<ns0:Range_DateTime>
<ns0:Beginning_Date_Time>2002-10-10</ns0:Beginning_Date_Time>
</ns0:Range_DateTime>
</ns0:Temporal_Coverage>
<ns0:Dataset_Progress>IN WORK</ns0:Dataset_Progress>
<ns0:Spatial_Coverage>
<ns0:Granule_Spatial_Representation>NO_SPATIAL</ns0:Granule_Spatial_Representation>
<ns0:Geometry>
<ns0:Coordinate_System>CARTESIAN</ns0:Coordinate_System>
<ns0:Bounding_Rectangle>
<ns0:Southernmost_Latitude>-56.0</ns0:Southernmost_Latitude>
<ns0:Northernmost_Latitude>75.0</ns0:Northernmost_Latitude>
<ns0:Westernmost_Longitude>-180.0</ns0:Westernmost_Longitude>
<ns0:Easternmost_Longitude>180.0</ns0:Easternmost_Longitude>
</ns0:Bounding_Rectangle>
</ns0:Geometry>
</ns0:Spatial_Coverage>
<ns0:Project>
<ns0:Short_Name>FedEO</ns0:Short_Name>
<ns0:Long_Name>FedEO: Federated EO Gateway</ns0:Long_Name>
</ns0:Project>
<ns0:Use_Constraints>
<ns0:License_URL>
<ns0:URL>https://earth.esa.int/eogateway/documents/20142/1560778/ESA-Third-Party-Missions-Terms-and-Conditions.pdf</ns0:URL>
<ns0:Title>Other Constraints</ns0:Title>
<ns0:Description>Utilisation of this data is subject to ESA's Earth Observation Terms and Conditions</ns0:Description>
</ns0:License_URL>
</ns0:Use_Constraints>
<ns0:Organization>
<ns0:Organization_Type>DISTRIBUTOR</ns0:Organization_Type>
<ns0:Organization_Name>
<ns0:Short_Name>ESA/ESRIN</ns0:Short_Name>
<ns0:Long_Name>ESRIN Earth Observation, European Space Agency</ns0:Long_Name>
</ns0:Organization_Name>
<ns0:Organization_URL>http://www.esa.int</ns0:Organization_URL>
<ns0:Personnel>
<ns0:Role>DATA CENTER CONTACT</ns0:Role>
<ns0:Contact_Group>
<ns0:Name>ESRIN Earth Observation Help Desk</ns0:Name>
<ns0:Address>
<ns0:Street_Address>Largo Galileo Galilei 1</ns0:Street_Address>
<ns0:City>Frascati (Roma)</ns0:City>
<ns0:Postal_Code>00044</ns0:Postal_Code>
<ns0:Country>Italy</ns0:Country>
</ns0:Address>
<ns0:Email>eohelp@esa.int</ns0:Email>
</ns0:Contact_Group>
</ns0:Personnel>
</ns0:Organization>
<ns0:Organization>
<ns0:Organization_Type>ORIGINATOR</ns0:Organization_Type>
<ns0:Organization_Name>
<ns0:Short_Name>ESA/ESRIN</ns0:Short_Name>
<ns0:Long_Name>ESRIN Earth Observation, European Space Agency</ns0:Long_Name>
</ns0:Organization_Name>
<ns0:Organization_URL>http://www.esa.int</ns0:Organization_URL>
<ns0:Personnel>
<ns0:Role>DATA CENTER CONTACT</ns0:Role>
<ns0:Contact_Group>
<ns0:Name>Earth Observation helpdesk</ns0:Name>
<ns0:Address>
<ns0:Street_Address>Largo Galileo Galilei 1</ns0:Street_Address>
<ns0:City>Frascati (Roma)</ns0:City>
<ns0:Postal_Code>00044</ns0:Postal_Code>
<ns0:Country>Italy</ns0:Country>
</ns0:Address>
<ns0:Email>eohelp@esa.int</ns0:Email>
</ns0:Contact_Group>
</ns0:Personnel>
</ns0:Organization>
<ns0:Summary>
<ns0:Abstract>The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</ns0:Abstract>
</ns0:Summary>
<ns0:Related_URL>
<ns0:URL_Content_Type>
<ns0:Type>GET DATA</ns0:Type>
</ns0:URL_Content_Type>
<ns0:URL>https://fedeo-client.ceos.org?uid=PROBA.HRC.1A</ns0:URL>
<ns0:Description>DescribedBy</ns0:Description>
<ns0:Mime_Type>text/html</ns0:Mime_Type>
</ns0:Related_URL>
<ns0:Related_URL>
<ns0:URL_Content_Type>
<ns0:Type>GET DATA</ns0:Type>
</ns0:URL_Content_Type>
<ns0:URL>https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A?httpAccept=application/vnd.iso.19139-2%2Bxml</ns0:URL>
<ns0:Description>DescribedBy</ns0:Description>
<ns0:Mime_Type>application/x-vnd.iso.19139-2+xml</ns0:Mime_Type>
</ns0:Related_URL>
<ns0:Related_URL>
<ns0:URL_Content_Type>
<ns0:Type>GET CAPABILITIES</ns0:Type>
<ns0:Subtype>OpenSearch</ns0:Subtype>
</ns0:URL_Content_Type>
<ns0:URL>https://fedeo.ceos.org/collections/series/items/PROBA.HRC.1A/api</ns0:URL>
<ns0:Description>tag_key: opensearch.granule.osdd</ns0:Description>
<ns0:Mime_Type>application/opensearchdescription+xml</ns0:Mime_Type>
</ns0:Related_URL>
<ns0:Metadata_Name>CEOS IDN DIF</ns0:Metadata_Name>
<ns0:Metadata_Version>VERSION 10.2</ns0:Metadata_Version>
<ns0:Metadata_Dates>
<ns0:Metadata_Creation>unknown</ns0:Metadata_Creation>
<ns0:Metadata_Last_Revision>2023-06-13T13:23:41</ns0:Metadata_Last_Revision>
<ns0:Data_Creation>2019-05-22</ns0:Data_Creation>
<ns0:Data_Last_Revision>unknown</ns0:Data_Last_Revision>
</ns0:Metadata_Dates>
<ns0:Product_Level_Id>1A</ns0:Product_Level_Id>
<ns0:Extended_Metadata>
<ns0:Metadata>
<ns0:Group>org.ceos.fedeo</ns0:Group>
<ns0:Name>ESA Thesaurus</ns0:Name>
<ns0:Value>Forestry</ns0:Value>
<ns0:Value>Vegetation</ns0:Value>
<ns0:Value>Surface Water</ns0:Value>
<ns0:Value>Oceans</ns0:Value>
</ns0:Metadata>
</ns0:Extended_Metadata>
</ns0:DIF>
Example: 3.5
Embed Dublin core metadata
dc
in collection search response {sru:recordSchema} [RD8].
The additional properties are included in an <srw_dc:dc>
element inside the <atom:entry>
.
osquerystring = {}
osquerystring['geo:uid'] = 'PROBA.HRC.1A'
osquerystring['sru:recordSchema'] = 'dc'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry') # return first entry
try:
el = r.find('{*}dc')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
except AttributeError:
xmltxt= 'Not found.'
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: geo:uid by PROBA.HRC.1A
.. replacing: sru:recordSchema by dc
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&uid=PROBA.HRC.1A&recordSchema=dc
<ns0:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="info:srw/schema/1/dc-schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:srw/schema/1/dc-schema http://www.loc.gov/standards/sru/recordSchemas/dc-schema.xsd">
<dc:title>Proba HRC</dc:title>
<dc:creator>ESA/ESRIN</dc:creator>
<dc:subject>EARTH SCIENCE>BIOSPHERE>ECOSYSTEMS>TERRESTRIAL ECOSYSTEMS>FORESTS</dc:subject>
<dc:subject>EARTH SCIENCE>BIOSPHERE>VEGETATION</dc:subject>
<dc:subject>EARTH SCIENCE>TERRESTRIAL HYDROSPHERE>SURFACE WATER</dc:subject>
<dc:subject>EARTH SCIENCE>OCEANS</dc:subject>
<dc:subject>PROBA-1</dc:subject>
<dc:subject>HRC</dc:subject>
<dc:subject>Forestry</dc:subject>
<dc:subject>Vegetation</dc:subject>
<dc:subject>Surface Water</dc:subject>
<dc:subject>Oceans</dc:subject>
<dc:subject>VIS (0.40 - 0.75 µm)</dc:subject>
<dc:subject>Sun-synchronous</dc:subject>
<dc:subject>High Resolution - HR (5 - 20 m)</dc:subject>
<dc:subject>HRC_HRC_1P</dc:subject>
<dc:subject>615 km</dc:subject>
<dc:subject>4 km</dc:subject>
<dc:subject>Cameras</dc:subject>
<dc:subject>PROBA-1</dc:subject>
<dc:subject>HRC</dc:subject>
<dc:subject>DIF10</dc:subject>
<dc:subject>World</dc:subject>
<dc:subject>High Resolution Camera</dc:subject>
<dc:description>The HRC Level 1A product is an image images with a pixel resolution of 8m. The data are grey scale images, an image contains 1026 x 1026 pixels and covers an area of 25 km2. HRC data is supplied in BMP format. All Proba-1 passes are systematically acquired according to the current acquisition plan, HRC data are processed every day to Level 1A and made available to ESA users.</dc:description>
<dc:date>2019-05-22T00:00:00.00Z</dc:date>
<dc:type>series</dc:type>
<dc:identifier>PROBA.HRC.1A</dc:identifier>
<dc:language>eng</dc:language>
<dc:coverage>-56.0 -180.0 75.0 -180.0 75.0 180.0 -56.0 180.0 -56.0 -180.0</dc:coverage>
<dc:rights>EO Sign In Authentication</dc:rights>
</ns0:dc>
Granule Search#
Access API Description#
The OpenSearch Description Document is accessible at the location https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api which is extracted from the collection search response and contains the URL template to be used for granule search.
Example: 4.1
Obtain API Description (OSDD) for the collection via the URL found in collection search response.
response = requests.get(url_osdd_granules, verify=bool(verify_ssl), headers={'Accept': 'application/opensearchdescription+xml'})
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ', newl='')
md("```xml\n" + xmlstr + "\n```\n")
<?xml version="1.0" ?><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:param="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" xmlns:semantic="http://a9.com/-/opensearch/extensions/semantic/1.0/" xmlns:sru="http://a9.com/-/opensearch/extensions/sru/2.0/" xmlns:time="http://a9.com/-/opensearch/extensions/time/1.0/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<ShortName>FedEO</ShortName>
<Description>Provides interoperable access, following ISO/OGC interface guidelines, to Earth Observation metadata.</Description>
<Tags>FedEO Clearinghouse, ESA, Earth Observation, Digital Repository, HMA, HMA-S, HMA-SE, CEOS-OS-BP-V1.1/L1.</Tags>
<Url rel="self" template="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api" type="application/opensearchdescription+xml"/>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fgeo%2Bjson%3Bprofile%3D%22http%3A%2F%2Fwww.opengis.net%2Fspec%2Fogcapi-features-1%2F1.0%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fgeo%2Bjson%3Bprofile%3D%22http%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fgeo%2Bjson%3Bprofile%3D%22https%3A%2F%2Fstacspec.org%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/geo+json;profile="https://stacspec.org"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fgeo%2Bjson%3Bprofile%3Dhttps%3A%2F%2Fstacspec.org&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/geo+json;profile=https://stacspec.org">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson%3Bprofile%3D%22http%3A%2F%2Fdata.europa.eu%2F930%2F%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json;profile="http://data.europa.eu/930/"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson%3Bprofile%3D%22http%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json;profile="http://www.opengis.net/spec/os-geojson/1.0"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson%3Bprofile%3D%22https%3A%2F%2Fschema.org%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json;profile="https://schema.org"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson%3Bprofile%3Dhttp%3A%2F%2Fdata.europa.eu%2F930%2F&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json;profile=http://data.europa.eu/930/">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson%3Bprofile%3Dhttp%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json;profile=http://www.opengis.net/spec/os-geojson/1.0">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fld%2Bjson%3Bprofile%3Dhttps%3A%2F%2Fschema.org&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/ld+json;profile=https://schema.org">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml%3Bprofile%3D%22http%3A%2F%2Fdata.europa.eu%2F930%2F%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml;profile="http://data.europa.eu/930/"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml%3Bprofile%3D%22http%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml;profile="http://www.opengis.net/spec/os-geojson/1.0"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml%3Bprofile%3D%22https%3A%2F%2Fschema.org%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml;profile="https://schema.org"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml%3Bprofile%3Dhttp%3A%2F%2Fdata.europa.eu%2F930%2F&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml;profile=http://data.europa.eu/930/">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml%3Bprofile%3Dhttp%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml;profile=http://www.opengis.net/spec/os-geojson/1.0">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Frdf%2Bxml%3Bprofile%3Dhttps%3A%2F%2Fschema.org&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="application/rdf+xml;profile=https://schema.org">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fhtml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/html">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle%3Bprofile%3D%22http%3A%2F%2Fdata.europa.eu%2F930%2F%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle;profile="http://data.europa.eu/930/"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle%3Bprofile%3D%22http%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle;profile="http://www.opengis.net/spec/os-geojson/1.0"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle%3Bprofile%3D%22https%3A%2F%2Fschema.org%22&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle;profile="https://schema.org"">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle%3Bprofile%3Dhttp%3A%2F%2Fdata.europa.eu%2F930%2F&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle;profile=http://data.europa.eu/930/">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle%3Bprofile%3Dhttp%3A%2F%2Fwww.opengis.net%2Fspec%2Fos-geojson%2F1.0&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle;profile=http://www.opengis.net/spec/os-geojson/1.0">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=text%2Fturtle%3Bprofile%3Dhttps%3A%2F%2Fschema.org&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&source={referrer:source?}" type="text/turtle;profile=https://schema.org">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}" type="application/atom+xml">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="recordSchema" value="{sru:recordSchema}">
<param:Option label="O&M 1.1" value="om"/>
<param:Option label="O&M 1.0" value="om10"/>
<param:Option label="server-choice" value="server-choice"/>
</param:Parameter>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Url xmlns:os="http://a9.com/-/spec/opensearch/1.1/" indexOffset="1" pageOffset="1" rel="results" template="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fgeo%2Bjson&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}" type="application/geo+json">
<param:Parameter minInclusive="2002-05-14T00:00:00.000Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:start}"/>
<param:Parameter maxInclusive="2022-12-22T23:59:59.999Z" pattern="^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}(\\.[0-9]{0,3})?(Z)$)?" value="{time:end}"/>
<param:Parameter name="acquisitionType" value="{eo:acquisitionType}">
<param:Option label="NOMINAL" value="NOMINAL"/>
</param:Parameter>
<param:Parameter name="frame" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:frame}"/>
<param:Parameter maxInclusive="360" minInclusive="0" name="illuminationAzimuthAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationAzimuthAngle}"/>
<param:Parameter maxInclusive="180" minInclusive="0" name="illuminationElevationAngle" pattern="(\[|\])[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?(\[|\])|(\[|\])?[0-9]+(.[0-9]+)?|[0-9]+(.[0-9]+)?(\[|\])?|\{[0-9]+(.[0-9]+)?,[0-9]+(.[0-9]+)?\}" value="{eo:illuminationElevationAngle}"/>
<param:Parameter name="orbitNumber" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:orbitNumber}"/>
<param:Parameter name="productionStatus" value="{eo:productionStatus}">
<param:Option label="Data acquisition archived" value="ARCHIVED"/>
</param:Parameter>
<param:Parameter name="track" pattern="(\[|\])[0-9]+,[0-9]+(\[|\])|(\[|\])?[0-9]+|[0-9]+(\[|\])?|\{[0-9]+,[0-9]+\}" value="{eo:track}"/>
<param:Parameter maxInclusive="90" minInclusive="-90" name="lat" value="{geo:lat}"/>
<param:Parameter maxInclusive="180" minInclusive="-180" name="lon" value="{geo:lon}"/>
<param:Parameter name="instrument" value="{eo:instrument}">
<param:Option label="CHRIS" value="CHRIS"/>
</param:Parameter>
<param:Parameter name="platform" value="{eo:platform}">
<param:Option label="PROBA" value="PROBA"/>
</param:Parameter>
<param:Parameter name="productType" value="{eo:productType}">
<param:Option label="CHR_MO1_1P" value="CHR_MO1_1P"/>
<param:Option label="CHR_MO2_1P" value="CHR_MO2_1P"/>
<param:Option label="CHR_MO3_1P" value="CHR_MO3_1P"/>
<param:Option label="CHR_MO4_1P" value="CHR_MO4_1P"/>
<param:Option label="CHR_MO5_1P" value="CHR_MO5_1P"/>
</param:Parameter>
<param:Parameter minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings"/>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons"/>
</param:Parameter>
<param:Parameter name="sortKeys" value="{sru:sortKeys}">
<param:Option label="By startDate (time:start) (ascending)." value="start,time,1"/>
<param:Option label="By startDate (time:start) (descending)." value="start,time,0"/>
<param:Option label="By startDate (time:end) (ascending)." value="end,time,1"/>
<param:Option label="By startDate (time:end) (descending)." value="end,time,0"/>
<param:Option label="By uid (ascending)." value="uid,geo,1"/>
<param:Option label="By uid (descending)." value="uid,geo,0"/>
<param:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1"/>
<param:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0"/>
<param:Option label="By productionStatus (ascending)." value="productionStatus,eo,1"/>
<param:Option label="By productionStatus (descending)." value="productionStatus,eo,0"/>
<param:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1"/>
<param:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0"/>
<param:Option label="By frame (ascending)." value="frame,eo,1"/>
<param:Option label="By frame (descending)." value="frame,eo,0"/>
<param:Option label="By instrument (ascending)." value="instrument,eo,1"/>
<param:Option label="By instrument (descending)." value="instrument,eo,0"/>
<param:Option label="By platform (ascending)." value="platform,eo,1"/>
<param:Option label="By platform (descending)." value="platform,eo,0"/>
<param:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1"/>
<param:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0"/>
<param:Option label="By track (ascending)." value="track,eo,1"/>
<param:Option label="By track (descending)." value="track,eo,0"/>
<param:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1"/>
<param:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0"/>
<param:Option label="By productType (ascending)." value="productType,eo,1"/>
<param:Option label="By productType (descending)." value="productType,eo,0"/>
<param:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1"/>
<param:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0"/>
<param:Option label="By sensorMode (ascending)." value="sensorMode,eo,1"/>
<param:Option label="By sensorMode (descending)." value="sensorMode,eo,0"/>
</param:Parameter>
</os:Url>
<os:Query xmlns:os="http://a9.com/-/spec/opensearch/1.1/" role="example" time:end="2022-12-22T00:00:00.000Z" time:start="2002-05-14T00:00:00.000Z"/>
<LongName>Earth Observation Catalogue</LongName>
<Image height="64" type="image/png" width="64">https://fedeo.ceos.org/images/esa_favicon.ico</Image>
<Image height="16" type="image/vnd.microsoft.icon" width="16">https://fedeo.ceos.org/images/esa_favicon.ico</Image>
<Developer>Spacebel s.a.</Developer>
<Attribution>Copyright 2017-2020, European Space Agency.</Attribution>
<SyndicationRight>open</SyndicationRight>
<AdultContent>false</AdultContent>
<Language>en-us</Language>
<OutputEncoding>UTF-8</OutputEncoding>
<InputEncoding>UTF-8</InputEncoding>
</OpenSearchDescription>
Extract the URL template for collection search rel="results"
corresponding to the media type type="application/atom+xml"
of the search result.
root = ElementTree.fromstring(response.text)
granules_url_atom = root.find('{http://a9.com/-/spec/opensearch/1.1/}Url[@rel="results"][@type="application/atom+xml"]')
template = granules_url_atom.attrib['template']
template
'https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}'
Find available record schemas#
Example: 4.2
Obtain allowed values for {sru:recordSchema} from the OSDD.
The OSDD template lists the sru:recordSchema
values that can be used in a granule search request. They correspond to metadata formats that can be directly embedded in the Search response. The value server-choice
can be used to allow the server to propose an appropriate metadata encoding.
# Extract <Parameter> element for sru:recordSchema
el = granules_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{sru:recordSchema}"]')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" name="recordSchema" value="{sru:recordSchema}">
<ns0:Option label="O&M 1.1" value="om" />
<ns0:Option label="O&M 1.0" value="om10" />
<ns0:Option label="server-choice" value="server-choice" />
</ns0:Parameter>
Search by bounding box#
Example: 4.3
Search granules by bounding box {geo:box} [RD2].
Search parameters which are optional in the search template (end with a “?”) can be omitted or their value can be left empty. Prepare a search request by replacing all mandatory search parameters with a value.
By default, each <atom:entry>
represents one search result (an EO granule). The original metadata for the granule is not embedded in the response but available as an atom:link
. It can be embedded by using the sru:recordSchema
search parameter.
osquerystring = {}
osquerystring['count'] = '3'
osquerystring['geo:box'] = '14.90,37.700,14.99,37.780'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
dataframe.head(20)
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 3
.. replacing: geo:box by 14.90,37.700,14.99,37.780
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=3&bbox=14.90,37.700,14.99,37.780
totalResults: 10
dc:identifier | atom:title | atom:updated | atom:link[rel="search"] | atom:link[rel="enclosure"] | atom:link[rel="icon"] | dc:date | |
---|---|---|---|---|---|---|---|
0 | PR1_OPER_CHR_MO2_1P_20151209T144400_N37-075_E0... | PR1_OPER_CHR_MO2_1P_20151209T144400_N37-075_E0... | 2018-04-12T08:58:06Z | https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHR... | http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRI... | 2015-12-09T14:44:00Z/2015-12-09T14:48:00Z | |
1 | PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E0... | PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E0... | 2018-07-17T08:23:45Z | https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHR... | http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRI... | 2018-07-05T13:21:00Z/2018-07-05T13:25:00Z | |
2 | PR1_OPER_CHR_MO1_1P_20180409T132600_N37-750_E0... | PR1_OPER_CHR_MO1_1P_20180409T132600_N37-750_E0... | 2019-10-09T13:20:57Z | https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHR... | http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRI... | 2018-04-09T13:26:00Z/2018-04-09T13:30:00Z |
# Table with clickable download and quicklook hyperlinks.
HTML(dataframe.transpose(copy=True).to_html(render_links=True, escape=False))
Search by geometry#
Collections may advertise the availability of the optional geo:geometry
[RD2] search parameter in the collection OSDD.
Example: 4.4
Obtain profiles for {geo:geometry} from the OSDD.
If the parameter is supported for the collection, then the OSDD template identifies one or more profiles of the geo:geometry
values that can be used in a granule search request. Possible profiles include searches by point
, linestring
, multipoint
, multilinestring
or polygon
. In all cases, the geometry value is to be provided in Well-Known Text (WKT) format.
# Extract <Parameter> element for geo:geometry
el = granules_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{geo:geometry}"]')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" xmlns:ns1="http://www.w3.org/2005/Atom" minimum="0" name="geometry" title="inventory which has a spatial extent overlapping this geometry" value="{geo:geometry}">
<ns1:link href="http://www.opengis.net/wkt/POINT" rel="profile" title="This service accepts WKT Point" />
<ns1:link href="http://www.opengis.net/wkt/LINESTRING" rel="profile" title="This service accepts WKT LineString" />
<ns1:link href="http://www.opengis.net/wkt/MULTIPOINT" rel="profile" title="This service accepts WKT Points" />
<ns1:link href="http://www.opengis.net/wkt/MULTILINESTRING" rel="profile" title="This service accepts WKT LineStrings" />
<ns1:link href="http://www.opengis.net/wkt/POLYGON" rel="profile" title="This service accepts WKT Polygons" />
</ns0:Parameter>
Example: 4.5
Search granules by polygon geometry {geo:geometry} [RD2].
osquerystring = {}
osquerystring['count'] = '3'
osquerystring['geo:geometry'] = 'POLYGON((14.90 37.700, 14.90 37.780, 14.99 37.780, 14.99 37.700, 14.90 37.700))'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
# dataframe.head(20)
HTML(dataframe.transpose(copy=True).to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 3
.. replacing: geo:geometry by POLYGON((14.90 37.700, 14.90 37.780, 14.99 37.780, 14.99 37.700, 14.90 37.700))
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=3&geometry=POLYGON((14.90 37.700, 14.90 37.780, 14.99 37.780, 14.99 37.700, 14.90 37.700))
totalResults: 10
Example: 4.6
Search granules by point geometry {geo:geometry} [RD2].
osquerystring = {}
osquerystring['count'] = '3'
# Port of Antwerp
osquerystring['geo:geometry'] = 'POINT(4.38 51.25)'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
# dataframe.head(20)
HTML(dataframe.transpose(copy=True).to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 3
.. replacing: geo:geometry by POINT(4.38 51.25)
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=3&geometry=POINT(4.38 51.25)
totalResults: 2
0 | 1 | |
---|---|---|
dc:identifier | PR1_OPER_CHR_MO2_1P_20070804T103600_N51-024_E004-004_0001 | PR1_OPER_CHR_MO2_1P_20070804T103600_N51-240_E004-400_0001 |
atom:title | PR1_OPER_CHR_MO2_1P_20070804T103600_N51-024_E004-004_0001 | PR1_OPER_CHR_MO2_1P_20070804T103600_N51-240_E004-400_0001 |
atom:updated | 2018-04-12T08:58:20Z | 2019-10-09T13:18:52Z |
atom:link[rel="search"] | ||
atom:link[rel="enclosure"] | https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO2_1P_20070804T103600_N51-024_E004-004_0001.SIP.ZIP | https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO2_1P_20070804T103600_N51-240_E004-400_0001.SIP.ZIP |
atom:link[rel="icon"] | http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO2_1P_20070804T103600_N51-024_E004-004_0001.SIP.ZIP_BID.PNG | http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO2_1P_20070804T103600_N51-240_E004-400_0001.SIP.ZIP_BID.PNG |
dc:date | 2007-08-04T10:36:00Z/2007-08-04T10:40:00Z | 2007-08-04T10:36:00Z/2007-08-04T10:40:00Z |
Search by temporal extent#
Example: 4.6
Search granules by temporal extent {time:start} and {time:end} [RD2]. Each granule has an acquisition start time and end time. A granule is returned if the intersection of the temporal search interval with the acquisition start/end interval is not empty.
osquerystring = {}
osquerystring['count'] = '3'
osquerystring['geo:box'] = '14.90,37.700,14.99,37.780'
osquerystring['time:start'] = '2018-01-01T00:00:00Z'
osquerystring['time:end'] = '2021-03-31T23:59:59Z'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
# xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ')
# print(xmlstr)
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
# dataframe.head(20)
HTML(dataframe.transpose(copy=True).to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 3
.. replacing: geo:box by 14.90,37.700,14.99,37.780
.. replacing: time:start by 2018-01-01T00:00:00Z
.. replacing: time:end by 2021-03-31T23:59:59Z
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=3&bbox=14.90,37.700,14.99,37.780&datetime=2018-01-01T00:00:00Z/2021-03-31T23:59:59Z
totalResults: 3
Search by identifier#
Example: 4.7
Search granules by identifier {geo:uid} [RD2].
The geo:uid
combined with the collection identifier eo:parentIdentifier
(already prefilled in the OSDD template extracted from the collection search response) allows retrieving granule metadata for a specific granule. Use an identifier extracted from the previous search response.
identifier = dataframe.loc[0]['dc:identifier']
osquerystring = {}
osquerystring['geo:uid'] = identifier # 'PR1_OPER_HRC_HRC_1P_20210401T131711_N37-069_E014-099_0001'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
xmlstr = minidom.parseString(response.text).toprettyxml(indent=' ', newl='')
md("```xml\n" + xmlstr + "\n```\n")
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: geo:uid by PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001
<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:eo="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:geo="http://a9.com/-/opensearch/extensions/geo/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:media="http://search.yahoo.com/mrss/" xmlns:os="http://a9.com/-/spec/opensearch/1.1/">
<author>
<name>FedEO Clearinghouse</name>
<email>eohelp@eo.esa.int</email>
</author>
<generator>FedEO Clearinghouse</generator>
<id>https://fedeo.ceos.org/collections/datasets/items</id>
<rights>Copyright 2016-2024, European Space Agency</rights>
<title>FedEO Clearinghouse - Search Response</title>
<updated>2023-12-20T22:59:29Z</updated>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api" rel="search" type="application/opensearchdescription+xml"/>
<link href="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/os-geojson/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" type="application/geo+json;profile="https://stacspec.org""/>
<link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001&httpAccept=application/atom%2Bxml" rel="alternate" type="application/metalink+xml"/>
<link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001&httpAccept=application/metalink4%2Bxml" rel="alternate" type="application/metalink4+xml"/>
<link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&uid=PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001" hreflang="en" rel="self" type="application/atom+xml"/>
<os:totalResults>1</os:totalResults>
<os:startIndex>1</os:startIndex>
<os:itemsPerPage>10</os:itemsPerPage>
<os:Query eo:parentIdentifier="PROBA.CHRIS.1A" geo:uid="PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001" os:count="10" role="request"/>
<entry>
<id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</id>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml"/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml"/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json"/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml"/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle"/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/""/>
<link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html"/>
<link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml"/>
<link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png"/>
<link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg"/>
<link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary"/>
<title>PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001</title>
<updated>2018-07-17T08:23:45Z</updated>
<dc:identifier>PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001</dc:identifier>
<dc:date>2018-07-05T13:21:00Z/2018-07-05T13:25:00Z</dc:date>
<georss:polygon>37.71 15.08 37.77 15.09 37.79 14.94 37.69 14.96 37.71 15.08</georss:polygon>
<georss:box>37.69 14.94 37.79 15.09</georss:box>
<media:group>
<media:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP_BID.PNG">
<media:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</media:category>
</media:content>
</media:group>
<media:group>
<media:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP_TIMG.jpg">
<media:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</media:category>
</media:content>
</media:group>
</entry>
</feed>
Search by acquisition parameters#
Example: 4.8
Search granules by illumination angles {eo:illuminationElevationAngle}, {eo:illuminationAzimuthAngle} [RD3].
The eo:illuminationElevationAngle
and {eo:illuminationAzimuthAngle}
search parameters allow filtering results by illumination angles. An interval specifying minimum and maximum allowed values is to be provided, e.g. [48,50]
. Only providing the minimum or maximum value can be done by using an open interval, e.g. [48
or 50]
.
Other acquisition parameters can be advertised as searchable in the collection OSDD, depending on the sensor type e.g.:
eo:orbitNumber
eo:orbitDirection
eo:frame
eo:track
etc.
osquerystring = {}
osquerystring['count'] = '3'
osquerystring['geo:box'] = '14.90,37.700,14.99,37.780'
osquerystring['eo:illuminationElevationAngle'] = '[10,55]'
osquerystring['sru:recordSchema'] = 'server-choice'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
el = rt.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
for r in rt.findall('{http://www.w3.org/2005/Atom}entry'):
name = r.find('{http://purl.org/dc/elements/1.1/}identifier').text
try:
el = r.find('{*}EarthObservation/{*}procedure/{*}EarthObservationEquipment/{*}acquisitionParameters/{*}Acquisition/{*}illuminationElevationAngle')
value = el.text
print(name, ':\teop:illuminationElevationAngle =', value)
except:
pass
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 3
.. replacing: geo:box by 14.90,37.700,14.99,37.780
.. replacing: eo:illuminationElevationAngle by [10,55]
.. replacing: sru:recordSchema by server-choice
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=3&bbox=14.90,37.700,14.99,37.780&illuminationElevationAngle=[10,55]&recordSchema=server-choice
totalResults: 5
PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001 : eop:illuminationElevationAngle = 32.987
PR1_OPER_CHR_MO1_1P_20180409T132600_N37-750_E015-010_0001 : eop:illuminationElevationAngle = 44.324
PR1_OPER_CHR_MO1_1P_20170419T135800_N37-075_E015-001_0001 : eop:illuminationElevationAngle = 48.013
Granule properties#
# get the first entry (granule) from the previous search results;
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry')
Geometry#
Geometry information for each granule is included in the Atom entry using GeoRSS encoding.
try:
box = r.find('{http://www.georss.org/georss}box').text
except AttributeError:
box= ''
try:
polygon = r.find('{http://www.georss.org/georss}polygon').text
except AttributeError:
polygon= ''
print("georss:box:", box )
print("georss:polygon:", polygon )
georss:box: 37.69 14.94 37.79 15.09
georss:polygon: 37.71 15.08 37.77 15.09 37.79 14.94 37.69 14.96 37.71 15.08
Temporal extent#
The <dc:date>
response element provides temporal information for each granule, i.e. the acquisition start time and end time, encoded as per RFC-3339.
try:
date = r.find('{http://purl.org/dc/elements/1.1/}date').text
except AttributeError:
date= ''
date
'2018-07-05T13:21:00Z/2018-07-05T13:25:00Z'
Granule identifier#
The <dc:identifier>
response element includes the idenfifier of the granule that can be used as value for the geo:uid
search parameter.
try:
id = r.find('{http://purl.org/dc/elements/1.1/}identifier').text
except AttributeError:
id= ''
id
'PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001'
Quicklook#
The atom:link
with rel=”icon” can optionally provide access to a quicklook or browse image.
try:
href = r.find('{http://www.w3.org/2005/Atom}link[@rel="icon"]').attrib['href']
except AttributeError:
href= ''
print("Quicklook URL:", href )
Image(url=href, width=200, height=200)
Quicklook URL: http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP_BID.PNG
Granule download#
The atom:link
with rel=”enclosure” provides access to the granule as a file download URL (if available).
try:
href = r.find('{http://www.w3.org/2005/Atom}link[@rel="enclosure"]').attrib['href']
except AttributeError:
href= ''
print("Granule download URL:", href )
Granule download URL: https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20180705T132100_N37-075_E015-001_0001.SIP.ZIP
Other representations#
Alternative metadata formats for the granule represented by the Atom entry are available as Atom links with rel=”alternate”. Different servers may advertize different metadata formats.
# Present list of alternate links in table
altList = pd.DataFrame(columns=['title', 'type', 'href'])
for lnk in r.findall('{http://www.w3.org/2005/Atom}link[@rel="alternate"]'):
df = pd.DataFrame({ 'type': lnk.attrib['type'], 'title': lnk.attrib['title'], 'href': lnk.attrib['href'] }, index = [0])
altList = pd.concat([altList, df], ignore_index=True)
HTML(altList.to_html(render_links=True, escape=False))
Embedding other formats#
Alternative metadata formats for the granule provide additional metadata properties and can be directly embedded in the Atom entry using the sru:recordSchema
parameter. The O&M format (OGC 10-157r4) provides the most detailed representation.
Example: 5.1
Get list of supported record schemas {sru:recordSchema} from the OSDD.
The OSDD template for the collection lists the sur:recordSchema
values that can be used in a granule search request. They correspond to metadata formats that can be directly embedded in the Search response. The value server-choice
can be used to allow the server to propose an appropriate metadata encoding.
# Extract corresponding <Parameter> element
el = granules_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{sru:recordSchema}"]')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" name="recordSchema" value="{sru:recordSchema}">
<ns0:Option label="O&M 1.1" value="om" />
<ns0:Option label="O&M 1.0" value="om10" />
<ns0:Option label="server-choice" value="server-choice" />
</ns0:Parameter>
Example: 5.2
Embed O&M metadata in search response {sru:recordSchema} [RD8].
The additional properties are included in an <eop:EarthObservation>
element inside the <atom:entry>
. Depending on the type of observation, the EarthObservation
element may be in the eop
(General), opt
(Optical), sar
(Radar), atm
(Atmospheric) or other namespace defined by OGC 10-157r4.
osquerystring = {}
osquerystring['count'] = '1'
osquerystring['geo:box'] = '14.90,37.700,14.99,37.780'
# osquerystring['sru:sortKeys'] = 'start,time,1'
osquerystring['sru:recordSchema'] = 'om'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
r = rt.find('{http://www.w3.org/2005/Atom}entry') # return first entry
try:
el = r.find('{*}EarthObservation')
# ElementTree.indent(el, space="\t", level=0)
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
except AttributeError:
xmltxt= 'Not found.'
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 1
.. replacing: geo:box by 14.90,37.700,14.99,37.780
.. replacing: sru:recordSchema by om
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=1&bbox=14.90,37.700,14.99,37.780&recordSchema=om
<ns0:EarthObservation xmlns:ns0="http://www.opengis.net/opt/2.1" xmlns:ns1="http://www.opengis.net/gml/3.2" xmlns:ns3="http://www.opengis.net/om/2.0" xmlns:ns4="http://www.opengis.net/eop/2.1" xmlns:ns5="http://www.opengis.net/ows/2.0" xmlns:ns6="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ns1:id="ID0000" xsi:schemaLocation="http://www.opengis.net/opt/2.1 http://schemas.opengis.net/eompom/1.1/xsd/opt.xsd">
<ns3:phenomenonTime>
<ns1:TimePeriod ns1:id="ID0001">
<ns1:beginPosition>2015-12-09T14:44:00Z</ns1:beginPosition>
<ns1:endPosition>2015-12-09T14:48:00Z</ns1:endPosition>
</ns1:TimePeriod>
</ns3:phenomenonTime>
<ns3:resultTime>
<ns1:TimeInstant ns1:id="ID0002">
<ns1:timePosition>2015-12-09T14:48:00Z</ns1:timePosition>
</ns1:TimeInstant>
</ns3:resultTime>
<ns3:procedure>
<ns4:EarthObservationEquipment ns1:id="ID0003">
<ns4:platform>
<ns4:Platform>
<ns4:shortName>PROBA</ns4:shortName>
<ns4:serialIdentifier>1</ns4:serialIdentifier>
</ns4:Platform>
</ns4:platform>
<ns4:instrument>
<ns4:Instrument>
<ns4:shortName>CHRIS</ns4:shortName>
</ns4:Instrument>
</ns4:instrument>
<ns4:sensor>
<ns4:Sensor>
<ns4:sensorType>OPTICAL</ns4:sensorType>
<ns4:operationalMode codeSpace="urn:eop:PHR:sensorMode">MODE-2</ns4:operationalMode>
</ns4:Sensor>
</ns4:sensor>
<ns4:acquisitionParameters>
<ns4:Acquisition>
<ns4:orbitNumber>0</ns4:orbitNumber>
<ns4:wrsLongitudeGrid codeSpace="EPSG">E015</ns4:wrsLongitudeGrid>
<ns4:wrsLatitudeGrid codeSpace="EPSG">N37</ns4:wrsLatitudeGrid>
<ns4:illuminationAzimuthAngle uom="deg">80.35413856417087</ns4:illuminationAzimuthAngle>
<ns4:illuminationElevationAngle uom="deg">81.534</ns4:illuminationElevationAngle>
</ns4:Acquisition>
</ns4:acquisitionParameters>
</ns4:EarthObservationEquipment>
</ns3:procedure>
<ns3:observedProperty nilReason="inapplicable" />
<ns3:featureOfInterest>
<ns4:Footprint ns1:id="ID0004">
<ns4:multiExtentOf>
<ns1:MultiSurface ns1:id="ID00051" srsName="EPSG:4326">
<ns1:surfaceMembers>
<ns1:Polygon ns1:id="ID00052">
<ns1:exterior>
<ns1:LinearRing>
<ns1:posList>37.66 15.06 37.82 15.09 37.84 14.94 37.70 14.89 37.66 15.06</ns1:posList>
</ns1:LinearRing>
</ns1:exterior>
</ns1:Polygon>
</ns1:surfaceMembers>
</ns1:MultiSurface>
</ns4:multiExtentOf>
</ns4:Footprint>
</ns3:featureOfInterest>
<ns3:result>
<ns0:EarthObservationResult ns1:id="ID0005">
<ns4:browse>
<ns4:BrowseInformation>
<ns4:type>QUICKLOOK</ns4:type>
<ns4:referenceSystemIdentifier codeSpace="EPSG">epsg:4326</ns4:referenceSystemIdentifier>
<ns4:fileName>
<ns5:ServiceReference ns6:href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO2_1P_20151209T144400_N37-075_E015-015_0001.SIP.ZIP_BID.PNG">
<ns5:RequestMessage />
</ns5:ServiceReference>
</ns4:fileName>
</ns4:BrowseInformation>
</ns4:browse>
<ns4:browse>
<ns4:BrowseInformation>
<ns4:type>THUMBNAIL</ns4:type>
<ns4:referenceSystemIdentifier codeSpace="EPSG">epsg:4326</ns4:referenceSystemIdentifier>
<ns4:fileName>
<ns5:ServiceReference ns6:href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO2_1P_20151209T144400_N37-075_E015-015_0001.SIP.ZIP_TIMG.jpg">
<ns5:RequestMessage />
</ns5:ServiceReference>
</ns4:fileName>
</ns4:BrowseInformation>
</ns4:browse>
<ns4:product>
<ns4:ProductInformation>
<ns4:referenceSystemIdentifier codeSpace="EPSG">epsg:4326</ns4:referenceSystemIdentifier>
<ns4:fileName>
<ns5:ServiceReference ns6:href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO2_1P_20151209T144400_N37-075_E015-015_0001.SIP.ZIP">
<ns5:RequestMessage />
</ns5:ServiceReference>
</ns4:fileName>
<ns4:size uom="byte">120152439</ns4:size>
</ns4:ProductInformation>
</ns4:product>
</ns0:EarthObservationResult>
</ns3:result>
<ns4:metaDataProperty>
<ns4:EarthObservationMetaData>
<ns4:identifier>PR1_OPER_CHR_MO2_1P_20151209T144400_N37-075_E015-015_0001</ns4:identifier>
<ns4:modificationDate>2018-04-12T08:58:06Z</ns4:modificationDate>
<ns4:parentIdentifier>PROBA.CHRIS.1A</ns4:parentIdentifier>
<ns4:acquisitionType>NOMINAL</ns4:acquisitionType>
<ns4:productType>CHR_MO2_1P</ns4:productType>
<ns4:status>ARCHIVED</ns4:status>
</ns4:EarthObservationMetaData>
</ns4:metaDataProperty>
</ns0:EarthObservation>
Advanced topics#
Result paging#
Collection and granule search results are provided in pages. Search responses contain atom:link
navigation links providing access to the first
, last
, previous
or next
result pages.
Example: 6.1
Obtain navigation links from search response.
osquerystring = {}
osquerystring['count'] = '10'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
# Present list of navigation links in table
relList = pd.DataFrame(columns=['rel', 'href'])
for lnk in root.findall('{http://www.w3.org/2005/Atom}link[@type="application/atom+xml"]'):
if lnk.attrib['rel'] in ['first', 'last', 'prev', 'next']:
df = pd.DataFrame({ 'rel': lnk.attrib['rel'], 'href': lnk.attrib['href'] }, index = [0])
relList = pd.concat([relList, df], ignore_index=True)
HTML(relList.to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 10
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=10
totalResults: 8268
Example: 6.2
Traverse search results using
{startIndex}
.
The search response includes information about the totalResults
, itemsPerPage
and startIndex
.
Warning
The use of large startIndex values is discouraged as the backend implementation is not optimized for larger values. The implementation may return an HTTP error code when the value exceeds the maximum value allowed. As a work around, you can narrow down your search by applying (additional) temporal or geographical search parameters thereby avoiding having to navigate very large result sets.
osquerystring = {}
osquerystring['count'] = '10'
osquerystring['startIndex'] = '11'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}itemsPerPage')
print('itemsPerPage: ', el.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}startIndex')
print('startIndex: ', el.text)
# Present list of navigation links in table
relList = pd.DataFrame(columns=['rel', 'href'])
for lnk in root.findall('{http://www.w3.org/2005/Atom}link[@type="application/atom+xml"]'):
if lnk.attrib['rel'] in ['first', 'last', 'previous', 'next', 'prev']:
# relList = relList.append( { 'rel': lnk.attrib['rel'], 'href': lnk.attrib['href'] }, ignore_index=True )
df = pd.DataFrame({ 'rel': lnk.attrib['rel'], 'href': lnk.attrib['href'] }, index = [0])
relList = pd.concat([relList, df], ignore_index=True)
HTML(relList.to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 10
.. replacing: startIndex by 11
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord=11&limit=10
totalResults: 8268
itemsPerPage: 10
startIndex: 11
Example: 6.3
Traverse collection search results using
{startPage}
.
{startPage}
can be used as an alternative for {startIndex}
.
osquerystring = {}
osquerystring['count'] = '10'
osquerystring['startPage'] = '2'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# xmltxt = ElementTree.tostring(root, encoding='unicode', method='xml')
# md("```xml\n" + xmltxt + "\n```\n")
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}itemsPerPage')
print('itemsPerPage: ', el.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}startPage')
print('startPage: ', el.text)
# Present list of navigation links in table
relList = pd.DataFrame(columns=['rel', 'type', 'href'])
for lnk in root.findall('{http://www.w3.org/2005/Atom}link[@type="application/atom+xml"]'):
if lnk.attrib['rel'] in ['first', 'last', 'previous', 'next', 'prev']:
df = pd.DataFrame({ 'type': lnk.attrib['type'], 'rel': lnk.attrib['rel'], 'href': lnk.attrib['href'] }, index = [0])
relList = pd.concat([relList, df], ignore_index=True)
HTML(relList.to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: count by 10
.. replacing: startPage by 2
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&startPage=2&limit=10
totalResults: 2455
itemsPerPage: 10
startPage: 2
rel | type | href | |
---|---|---|---|
0 | first | application/atom+xml | https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=10&startPage=1 |
1 | next | application/atom+xml | https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=10&startPage=3 |
2 | previous | application/atom+xml | https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=10&startPage=1 |
3 | last | application/atom+xml | https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=10&startPage=246 |
Example: 6.4
Traverse granule search results using
{startPage}
.
{startPage}
can be used as an alternative for {startIndex}
.
Note
As for all search parameters, {startPage}
is only available when it is advertised in the corresponding OSDD document for the collection.
osquerystring = {}
osquerystring['count'] = '10'
osquerystring['startPage'] = '2'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
xmltxt = ElementTree.tostring(root, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 10
.. replacing: startPage by 2
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10
<ns0:feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2005/Atom" xmlns:ns1="http://a9.com/-/spec/opensearch/1.1/" xmlns:ns2="http://a9.com/-/opensearch/extensions/eo/1.0/" xmlns:ns4="http://www.georss.org/georss" xmlns:ns5="http://search.yahoo.com/mrss/">
<ns0:author>
<ns0:name>FedEO Clearinghouse</ns0:name>
<ns0:email>eohelp@eo.esa.int</ns0:email>
</ns0:author>
<ns0:generator>FedEO Clearinghouse</ns0:generator>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items</ns0:id>
<ns0:rights>Copyright 2016-2024, European Space Agency</ns0:rights>
<ns0:title>FedEO Clearinghouse - Search Response</ns0:title>
<ns0:updated>2023-12-20T22:59:33Z</ns0:updated>
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A/api" rel="search" type="application/opensearchdescription+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10&httpAccept=application/geo%2Bjson;profile="http://www.opengis.net/spec/os-geojson/1.0"" rel="alternate" type="application/geo+json;profile="http://www.opengis.net/spec/os-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10&httpAccept=application/atom%2Bxml" rel="alternate" type="application/metalink+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10&httpAccept=application/metalink4%2Bxml" rel="alternate" type="application/metalink4+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startPage=2&limit=10" hreflang="en" rel="self" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=10&startPage=1" rel="first" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=10&startPage=3" rel="next" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=10&startPage=1" rel="previous" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=10&startPage=827" rel="last" type="application/atom+xml" />
<ns1:totalResults>8268</ns1:totalResults>
<ns1:itemsPerPage>10</ns1:itemsPerPage>
<ns1:Query ns2:parentIdentifier="PROBA.CHRIS.1A" ns1:count="10" ns1:startPage="2" role="request" />
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001</dc:identifier>
<dc:date>2003-03-10T17:30:00Z/2003-03-10T17:34:00Z</dc:date>
<ns4:polygon>19.37 -99.23 19.27 -99.21 19.29 -99.11 19.35 -99.10 19.37 -99.23</ns4:polygon>
<ns4:box>19.27 -99.23 19.37 -99.1</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030310T173000_N19-033_W099-017_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001</dc:identifier>
<dc:date>2003-03-05T11:26:00Z/2003-03-05T11:30:00Z</dc:date>
<ns4:polygon>51.33 2.77 51.21 2.80 51.23 2.99 51.31 3.01 51.33 2.77</ns4:polygon>
<ns4:box>51.21 2.77 51.33 3.01</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030305T112600_N51-028_E002-088_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001</dc:identifier>
<dc:date>2003-04-09T10:48:00Z/2003-04-09T10:52:00Z</dc:date>
<ns4:polygon>50.09 4.44 49.94 4.40 49.91 4.64 50.06 4.68 50.09 4.44</ns4:polygon>
<ns4:box>49.91 4.4 50.09 4.68</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO4_1P_20030409T104800_N50-050_E004-054_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001</dc:identifier>
<dc:date>2003-04-18T11:05:00Z/2003-04-18T11:09:00Z</dc:date>
<ns4:polygon>48.49 2.60 48.37 2.57 48.35 2.76 48.47 2.79 48.49 2.60</ns4:polygon>
<ns4:box>48.35 2.57 48.49 2.79</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO4_1P_20030418T110500_N48-042_E002-068_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001</dc:identifier>
<dc:date>2003-04-10T17:32:00Z/2003-04-10T17:36:00Z</dc:date>
<ns4:polygon>36.64 -97.55 36.54 -97.53 36.56 -97.41 36.62 -97.39 36.64 -97.55</ns4:polygon>
<ns4:box>36.54 -97.55 36.64 -97.39</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030410T173200_N36-006_W097-048_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001</dc:identifier>
<dc:date>2003-04-24T10:44:00Z/2003-04-24T10:48:00Z</dc:date>
<ns4:polygon>51.26 5.22 51.10 5.18 51.08 5.42 51.24 5.46 51.26 5.22</ns4:polygon>
<ns4:box>51.08 5.18 51.26 5.46</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO4_1P_20030424T104400_N51-017_E005-032_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001</dc:identifier>
<dc:date>2003-04-12T11:26:00Z/2003-04-12T11:30:00Z</dc:date>
<ns4:polygon>50.52 -04.28 50.38 -04.32 50.36 -04.10 50.50 -04.06 50.52 -04.28</ns4:polygon>
<ns4:box>50.36 -4.32 50.52 -4.06</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO2_1P_20030412T112600_N50-044_W004-019_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001</dc:identifier>
<dc:date>2003-05-13T11:16:00Z/2003-05-13T11:20:00Z</dc:date>
<ns4:polygon>52.54 0.63 52.66 0.66 52.68 0.47 52.56 0.44 52.54 0.63</ns4:polygon>
<ns4:box>52.54 0.44 52.68 0.66</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO3_1P_20030513T111600_N52-061_E000-055_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001</dc:identifier>
<dc:date>2003-05-20T11:23:00Z/2003-05-20T11:27:00Z</dc:date>
<ns4:polygon>39.10 -02.16 39.01 -02.14 39.02 -02.02 39.08 -02.01 39.10 -02.16</ns4:polygon>
<ns4:box>39.01 -2.16 39.1 -2.01</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030520T112300_N39-006_W002-009_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
<ns0:entry>
<ns0:id>https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml</ns0:id>
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/atom%2Bxml" rel="alternate" title="Atom format" type="application/atom+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om" rel="alternate" title="OGC 10-157r4 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.1"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/gml%2Bxml&recordSchema=om10" rel="alternate" title="OGC 10-157r3 metadata" type="application/gml+xml;profile="http://www.opengis.net/spec/EOMPOM/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&mode=owc" rel="alternate" title="OGC 17-003r2 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/eo-geojson/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A" rel="alternate" title="OGC 17-069r3 metadata" type="application/geo+json;profile="http://www.opengis.net/spec/ogcapi-features-1/1.0"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/geo%2Bjson;profile="https://stacspec.org"" rel="alternate" title="STAC metadata" type="application/geo+json;profile="https://stacspec.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/vnd.iso.19139%2Bxml" rel="alternate" title="ISO 19139 metadata" type="application/vnd.iso.19139+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson" rel="alternate" title="JSON-LD metadata" type="application/ld+json" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=https://schema.org" rel="alternate" title="JSON-LD (schema.org) metadata" type="application/ld+json;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/ld%2Bjson;profile=http://data.europa.eu/930/" rel="alternate" title="JSON-LD (GeoDCAT-AP) metadata" type="application/ld+json;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml" rel="alternate" title="RDF/XML metadata" type="application/rdf+xml" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=https://schema.org" rel="alternate" title="RDF/XML (schema.org) metadata" type="application/rdf+xml;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=application/rdf%2Bxml;profile=http://data.europa.eu/930/" rel="alternate" title="RDF/XML (GeoDCAT-AP) metadata" type="application/rdf+xml;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle" rel="alternate" title="Turtle metadata" type="text/turtle" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=https://schema.org" rel="alternate" title="Turtle (schema.org) metadata" type="text/turtle;profile="https://schema.org"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/turtle;profile=http://data.europa.eu/930/" rel="alternate" title="Turtle (GeoDCAT-AP) metadata" type="text/turtle;profile="http://data.europa.eu/930/"" />
<ns0:link href="https://fedeo.ceos.org/collections/datasets/items/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001?parentIdentifier=PROBA.CHRIS.1A&httpAccept=text/html" rel="alternate" title="HTML" type="text/html" />
<ns0:link href="https://fedeo.ceos.org/collections/series/items/PROBA.CHRIS.1A?httpAccept=application/vnd.iso.19139-2%2Bxml" rel="up" title="ISO 19139-2 metadata" type="application/vnd.iso.19139-2+xml" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001.SIP.ZIP_BID.PNG" rel="icon" title="QUICKLOOK" type="image/png" />
<ns0:link href="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001.SIP.ZIP_TIMG.jpg" rel="icon" title="THUMBNAIL" type="image/jpeg" />
<ns0:link href="https://tpm-ds.eo.esa.int/oads/data/PROBA1-CHRIS/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001.SIP.ZIP" rel="enclosure" title="Download" type="application/x-binary" />
<ns0:title>PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001</ns0:title>
<ns0:updated>2018-04-12T08:57:21Z</ns0:updated>
<dc:identifier>PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001</dc:identifier>
<dc:date>2003-05-27T17:42:00Z/2003-05-27T17:46:00Z</dc:date>
<ns4:polygon>36.64 -97.55 36.55 -97.53 36.56 -97.41 36.62 -97.40 36.64 -97.55</ns4:polygon>
<ns4:box>36.55 -97.55 36.64 -97.4</ns4:box>
<ns5:group>
<ns5:content medium="image" type="image/png" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/browse/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001.SIP.ZIP_BID.PNG">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
<ns5:group>
<ns5:content medium="image" type="image/jpeg" url="http://tpm-ds.eo.esa.int/oads/meta/PROBA1-CHRIS/thumbnail/PR1_OPER_CHR_MO1_1P_20030527T174200_N36-006_W097-048_0001.SIP.ZIP_TIMG.jpg">
<ns5:category scheme="http://www.opengis.net/spec/EOMPOM/1.1">QUICKLOOK</ns5:category>
</ns5:content>
</ns5:group>
</ns0:entry>
</ns0:feed>
try:
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}itemsPerPage')
print('itemsPerPage: ', el.text)
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}startPage')
print('startPage: ', el.text)
except:
print('invalid response')
# Present list of navigation links in table
relList = pd.DataFrame(columns=['rel', 'type', 'href'])
for lnk in root.findall('{http://www.w3.org/2005/Atom}link[@type="application/atom+xml"]'):
if lnk.attrib['rel'] in ['first', 'last', 'previous', 'next', 'prev']:
df = pd.DataFrame({ 'type': lnk.attrib['type'], 'rel': lnk.attrib['rel'], 'href': lnk.attrib['href'] }, index = [0])
relList = pd.concat([relList, df], ignore_index=True)
HTML(relList.to_html(render_links=True, escape=False))
totalResults: 8268
itemsPerPage: 10
invalid response
Sorting results#
Sorting of search results is available for collection, service and granule searches, but the available criteria differ per resource type.
Example: 6.5
Obtain supported (granule) sorting criteria {sru:sortKeys} [RD8] from the OSDD.
The OSDD template lists the sur:sortkeys
values that can be used in a granule search request.
# Extract corresponding <Parameter> element
el = granules_url_atom.find('{http://a9.com/-/spec/opensearch/extensions/parameters/1.0/}Parameter[@value="{sru:sortKeys}"]')
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
<ns0:Parameter xmlns:ns0="http://a9.com/-/spec/opensearch/extensions/parameters/1.0/" name="sortKeys" value="{sru:sortKeys}">
<ns0:Option label="By startDate (time:start) (ascending)." value="start,time,1" />
<ns0:Option label="By startDate (time:start) (descending)." value="start,time,0" />
<ns0:Option label="By startDate (time:end) (ascending)." value="end,time,1" />
<ns0:Option label="By startDate (time:end) (descending)." value="end,time,0" />
<ns0:Option label="By uid (ascending)." value="uid,geo,1" />
<ns0:Option label="By uid (descending)." value="uid,geo,0" />
<ns0:Option label="By acquisitionType (ascending)." value="acquisitionType,eo,1" />
<ns0:Option label="By acquisitionType (descending)." value="acquisitionType,eo,0" />
<ns0:Option label="By productionStatus (ascending)." value="productionStatus,eo,1" />
<ns0:Option label="By productionStatus (descending)." value="productionStatus,eo,0" />
<ns0:Option label="By illuminationAzimuthAngle (ascending)." value="illuminationAzimuthAngle,eo,1" />
<ns0:Option label="By illuminationAzimuthAngle (descending)." value="illuminationAzimuthAngle,eo,0" />
<ns0:Option label="By frame (ascending)." value="frame,eo,1" />
<ns0:Option label="By frame (descending)." value="frame,eo,0" />
<ns0:Option label="By instrument (ascending)." value="instrument,eo,1" />
<ns0:Option label="By instrument (descending)." value="instrument,eo,0" />
<ns0:Option label="By platform (ascending)." value="platform,eo,1" />
<ns0:Option label="By platform (descending)." value="platform,eo,0" />
<ns0:Option label="By orbitNumber (ascending)." value="orbitNumber,eo,1" />
<ns0:Option label="By orbitNumber (descending)." value="orbitNumber,eo,0" />
<ns0:Option label="By track (ascending)." value="track,eo,1" />
<ns0:Option label="By track (descending)." value="track,eo,0" />
<ns0:Option label="By illuminationElevationAngle (ascending)." value="illuminationElevationAngle,eo,1" />
<ns0:Option label="By illuminationElevationAngle (descending)." value="illuminationElevationAngle,eo,0" />
<ns0:Option label="By productType (ascending)." value="productType,eo,1" />
<ns0:Option label="By productType (descending)." value="productType,eo,0" />
<ns0:Option label="By platformSerialIdentifier (ascending)." value="platformSerialIdentifier,eo,1" />
<ns0:Option label="By platformSerialIdentifier (descending)." value="platformSerialIdentifier,eo,0" />
<ns0:Option label="By sensorMode (ascending)." value="sensorMode,eo,1" />
<ns0:Option label="By sensorMode (descending)." value="sensorMode,eo,0" />
</ns0:Parameter>
Example: 6.6
Results can be sorted according to various criteria with {sru:sortKeys} [RD8], in descending or ascending order which can be discovered in the OSDD. The example sorts in descending chronological order according to the {time:start} value.
osquerystring = {}
osquerystring['count'] = '4'
osquerystring['geo:box'] = '14.90,37.700,14.99,37.780'
osquerystring['sru:sortKeys'] = 'start,time,0'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
HTML(dataframe.transpose(copy=True).to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 4
.. replacing: geo:box by 14.90,37.700,14.99,37.780
.. replacing: sru:sortKeys by start,time,0
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=4&bbox=14.90,37.700,14.99,37.780&sortKeys=start,time,0
totalResults: 10
Example: 6.7
Results can be sorted according to various criteria with {sru:sortKeys}, in descending or ascending order which can be discovered in the OSDD. The example sorts in ascending chronological order according to the {time:start} value.
osquerystring = {}
osquerystring['count'] = '4'
osquerystring['geo:box'] = '14.90,37.700,14.99,37.780'
osquerystring['sru:sortKeys'] = 'start,time,1'
request_url = get_api_request(template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# extract total results
el = root.find('{http://a9.com/-/spec/opensearch/1.1/}totalResults')
print('totalResults: ', el.text)
dataframe = load_dataframe(response)
HTML(dataframe.transpose(copy=True).to_html(render_links=True, escape=False))
URL template: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&startRecord={startIndex?}&startPage={startPage?}&limit={count?}&uid={geo:uid?}&acquisitionType={eo:acquisitionType?}&subject={dc:subject?}&bbox={geo:box?}&name={geo:name?}&lat={geo:lat?}&lon={geo:lon?}&radius={geo:radius?}&geometry={geo:geometry?}&productionStatus={eo:productionStatus?}&illuminationAzimuthAngle={eo:illuminationAzimuthAngle?}&frame={eo:frame?}&instrument={eo:instrument?}&platform={eo:platform?}&orbitNumber={eo:orbitNumber?}&track={eo:track?}&illuminationElevationAngle={eo:illuminationElevationAngle?}&productType={eo:productType?}&platformSerialIdentifier={eo:platformSerialIdentifier?}&sensorMode={eo:sensorMode?}&classifiedAs={semantic:classifiedAs?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}&datetime={time:start?}/{time:end?}&recordSchema={sru:recordSchema?}
.. replacing: count by 4
.. replacing: geo:box by 14.90,37.700,14.99,37.780
.. replacing: sru:sortKeys by start,time,1
API request: https://fedeo.ceos.org/collections/datasets/items?httpAccept=application%2Fatom%2Bxml&parentIdentifier=PROBA.CHRIS.1A&limit=4&bbox=14.90,37.700,14.99,37.780&sortKeys=start,time,1
totalResults: 10
Faceted search#
Faceted search results are available for collection, service and granule searches.
The server can supply faceted results for a query: i.e. an analysis of how the search results are distributed over various categories (or “facets”). For example, the analysis may reveal how the results are distributed by organization. The client might then refine the query to one particular organization among those listed.
By default, the search response <atom:feed>
contains faceted search results under the element <sru:facetedResults>
. In the current implementation, the faceted search information groups the results by a number of predefined facets which may include platform
, instrument
and organisation
etc. The client can specify which facets it would like to receive as part of the request with the sru:facetLimit
search parameter.
The search response does not include the list of all values for the facet. The list is truncated and provides the values with the largest count. Future versions of the software may allow paging through all values, which would require support for the sru:facetStart
search parameter.
The faceted Results are consistent with the OASIS searchRetrieve facetedResults XML schema available at http://docs.oasis-open.org/search-ws/searchRetrieve/v1.0/os/schemas/facetedResults.xsd defined in [RD7] which may be combined with OpenSearch as in [RD8].
Example: 6.8
Current content of
<sru:facetedResults>
of a collection search response and extract facet information for ‘platform’.
osquerystring = {}
# osquerystring['eo:platform'] = 'Cryosat-2' # 'proba-1'
osquerystring['count'] = '10'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# Extract faceted results for platform
el = root.find('.//{http://a9.com/-/opensearch/extensions/sru/2.0/}facet[{http://a9.com/-/opensearch/extensions/sru/2.0/}index="eo:platform"]')
# Show eo:platform facet information as XML
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: count by 10
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&limit=10
<ns0:facet xmlns:ns0="http://a9.com/-/opensearch/extensions/sru/2.0/">
<ns0:index>eo:platform</ns0:index>
<ns0:terms>
<ns0:term>
<ns0:actualTerm>GCOM-C1</ns0:actualTerm>
<ns0:count>544</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>AQUA</ns0:actualTerm>
<ns0:count>206</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>Metop-A</ns0:actualTerm>
<ns0:count>202</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>ADEOS-II</ns0:actualTerm>
<ns0:count>190</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>Envisat</ns0:actualTerm>
<ns0:count>183</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>NOAA-16</ns0:actualTerm>
<ns0:count>135</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>NOAA-18</ns0:actualTerm>
<ns0:count>134</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>Metop-B</ns0:actualTerm>
<ns0:count>131</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>NOAA-17</ns0:actualTerm>
<ns0:count>128</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>Meteosat-8</ns0:actualTerm>
<ns0:count>126</ns0:count>
</ns0:term>
</ns0:terms>
</ns0:facet>
Example: 6.9
Convert
<sru:facetedResults>
facet information for ‘eo:platform’ to a dataframe and display as a bar chart.
df = load_facet(root, "eo:platform")
ax = df.plot(kind='barh', figsize=(9, 7))
ax.bar_label(ax.containers[0])
ax
<Axes: ylabel='name'>
Example: 6.10
Convert
<sru:facetedResults>
facet information for ‘eo:instrument’ to a dataframe and display as a bar chart.
df = load_facet(root, "eo:instrument")
ax = df.plot(kind='barh', figsize=(9, 7))
ax.bar_label(ax.containers[0])
ax
<Axes: ylabel='name'>
Example: 6.11
Convert
<sru:facetedResults>
facet information for ‘eo:organizationName’ to a dataframe and display as a bar chart.
df = load_facet(root, "eo:organisationName")
ax = df.plot(kind='barh', figsize=(9,7))
ax.bar_label(ax.containers[0])
ax
<Axes: ylabel='name'>
Example: 6.12
Convert
<sru:facetedResults>
facet information for ‘eo:processingLevel’ to a dataframe and display as a bar chart.
df = load_facet(root, "eo:processingLevel")
ax = df.plot(kind='barh', figsize=(9,7))
ax.bar_label(ax.containers[0])
ax
<Axes: ylabel='name'>
{sru:facetLimit}
allows to define number of counts that should be reported per facet field. It can be used in the following ways:
facetLimit=0 (Do not return facets)
facetLimit=10 (Return maximum 10 counts per facet)
facetLimit=eo:organisationName (Return default number of counts for eo:organisationName facet)
facetLimit=eo:organisationName:20 (Return maximum 20 counts for eo:organisationName facet)
Example: 6.13
Search defining which facet information is to be returned {sru:facetLimit}.
osquerystring = {}
osquerystring['sru:facetLimit'] = 'eo:instrument:5'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
root = ElementTree.fromstring(response.text)
# Extract faceted results
el = root.find('.//{http://a9.com/-/opensearch/extensions/sru/2.0/}facetedResults')
# Show facet information as XML
xmltxt = ElementTree.tostring(el, encoding='unicode', method='xml')
md("```xml\n" + xmltxt + "\n```\n")
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: sru:facetLimit by eo:instrument:5
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&facetLimit=eo:instrument:5
<ns0:facetedResults xmlns:ns0="http://a9.com/-/opensearch/extensions/sru/2.0/">
<ns0:datasource>
<ns0:facets>
<ns0:facet>
<ns0:index>eo:instrument</ns0:index>
<ns0:terms>
<ns0:term>
<ns0:actualTerm>SGLI</ns0:actualTerm>
<ns0:count>544</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>AMSR-E</ns0:actualTerm>
<ns0:count>152</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>SEVIRI</ns0:actualTerm>
<ns0:count>134</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>GLI</ns0:actualTerm>
<ns0:count>132</ns0:count>
</ns0:term>
<ns0:term>
<ns0:actualTerm>AVHRR-3</ns0:actualTerm>
<ns0:count>123</ns0:count>
</ns0:term>
</ns0:terms>
</ns0:facet>
</ns0:facets>
</ns0:datasource>
</ns0:facetedResults>
Text search#
For search parameters performing textual search, e.g. searchTerms
, dc:title
, eo:organisationName
the CEOS Best Practice BP-006
[RD1] applies for multi-word searches.
Example: 6.14
Search for multiple words. The example searches for collections with a title containing the words
temperature
,surface
andERS
(in any order).
osquerystring = {}
osquerystring['dc:title'] = 'temperature surface ERS'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
for r in rt.findall('{http://www.w3.org/2005/Atom}entry'):
title = r.find('{http://www.w3.org/2005/Atom}title').text
print("title: ", title)
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: dc:title by temperature surface ERS
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&title=temperature surface ERS
title: ERS-1/2 ATSR Gridded Surface Temperature [AT1/AT2_NR__2P]
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Multisensor Infra-Red (IR) Low Earth Orbit (LEO) land surface temperature (LST) time series level 3 supercollated (L3S) global product (1995-2020), version 2.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly multisensor Infra-Red (IR) Low Earth Orbit (LEO) and Geostationary Earth Orbit (GEO) land surface temperature (LST) level 3 supercollated (L3S) global product (2009-2020), version 1.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Multisensor Infra-Red (IR) Low Earth Orbit (LEO) and Geostationary Earth Orbit (GEO) land surface temperature (LST) level 3 supercollated (L3S) global product (2009-2020), version 1.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Land surface temperature from ATSR-2 (Along-Track Scanning Radiometer 2), level 3 collated (L3C) global product (1995-2013), version 3.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly land surface temperature from AATSR (Advanced Along-Track Scanning Radiometer), level 3 collated (L3C) global product (2002-2012), version 3.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Land surface temperature from AATSR (Advanced Along-Track Scanning Radiometer), level 3 collated (L3C) global product (2002-2012), version 3.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Geostationary Operational Environmental Satellite (GOES) level 3U (L3U) product (2009-2020), version 1.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly land surface temperature from MODIS (Moderate resolution Infra-red Spectroradiometer) on Terra, level 3 collated (L3C) global product (2000-2018), version 3.00
title: ESA Land Surface Temperature Climate Change Initiative (LST_cci): Monthly land surface temperature from MODIS (Moderate resolution Infra-red Spectroradiometer) on Aqua, level 3 collated (L3C) global product (2002-2018), version 3.00
Example: 6.15
Surround with double quotes to search for the occurrence of an exact string. The example searches for collections with a title containing the exact string
Surface Temperature
(case-insensitive).
osquerystring = {}
osquerystring['dc:title'] = '"Surface Temperature"'
request_url = get_api_request(collection_template, osquerystring)
response = requests.get(request_url, verify=bool(verify_ssl))
rt = ElementTree.fromstring(response.text)
for r in rt.findall('{http://www.w3.org/2005/Atom}entry'):
title = r.find('{http://www.w3.org/2005/Atom}title').text
print("title: ", title)
URL template: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&parentIdentifier={eo:parentIdentifier?}&startRecord={os:startIndex?}&startPage={os:startPage?}&limit={os:count?}&query={os:searchTerms?}&subject={dc:subject?}&title={dc:title?}&type={dc:type?}&datetime={time:start?}/{time:end?}&bbox={geo:box?}&lat={geo:lat?}&lon={geo:lon?}&name={geo:name?}&radius={geo:radius?}&geometry={geo:geometry?}&uid={geo:uid?}&doi={eo:doi?}&publisher={dc:publisher?}&organisationName={eo:organisationName?}&platform={eo:platform?}&instrument={eo:instrument?}&modificationDate={eo:modificationDate?}&processingLevel={eo:processingLevel?}&useLimitation={eo:useLimitation?}&otherConstraint={eo:otherConstraint?}&classifiedAs={semantic:classifiedAs?}&offering={eo:offering?}&source={referrer:source?}&recordSchema={sru:recordSchema?}&facetLimit={sru:facetLimit?}&sortKeys={sru:sortKeys?}
.. replacing: dc:title by "Surface Temperature"
API request: https://fedeo.ceos.org/collections/series/items?httpAccept=application/atom%2Bxml&title="Surface Temperature"
title: ERS-1/2 ATSR Gridded Surface Temperature [AT1/AT2_NR__2P]
title: ADEOS/OCTS L2 RTC Sea Surface Temperature (SST)
title: GCOM-C/SGLI L3 Map Sea surface temperature (1-Month,1/24 deg)
title: GCOM-C/SGLI L2 Land surface temperature
title: GCOM-C/SGLI L3 Map Sea surface temperature (1-Day,1/24 deg)
title: GCOM-C/SGLI L2 Statistics-Land surface temperature (LST) (8-Days,250m)
title: GCOM-C/SGLI L2 Statistics-Land surface temperature (LST) (1-Month,250m)
title: ADEOS OCTS L3 GAC Binned Sea Surface Temperature (1-Day)
title: ADEOS-II/GLI L3 Binned Bulk Sea surface temperature (1day,9 km)
title: ADEOS-II/GLI L3 Binned Bulk Sea surface temperature (8days,9 km)
Content negotiation#
The API provides the httpAccept
HTTP query parameter to request for different media types which has the same behaviour as the searchRetrieve httpAccept parameter in [RD7]. When using the OpenSearch interface, this parameter is prefilled with the media type selected when
the URL template was extracted from the OSDD.
The underlying OGC API Features interface supports the use of the HTTP header parameter Accept
to provide the media type when the API is accessed directly without passing via the OSDD. In case both parameters are provided, the httpAccept
parameter has precedence.
See also the OGC API Features “Response formats” section of the documentation for an example of all available formats.
Further Reading#
ID |
Title |
---|---|
OASIS searchRetrieve: Part 3. APD Binding for SRU 2.0 Version 1.0 |
|