Changes

3,976 bytes added ,  10:31, 3 November 2019
no edit summary
Line 61: Line 61:  
See [[File:EODMS OGC Services.pdf|none]] for complete details as well as an end-to-end sample.
 
See [[File:EODMS OGC Services.pdf|none]] for complete details as well as an end-to-end sample.
   −
=== Searching with OGC Catalog Services for the Web (CSW) ===
+
=== CSW GetRecords ===
    
URL
 
URL
Line 80: Line 80:  
</SearchResults>
 
</SearchResults>
 
</GetRecordsResponse>
 
</GetRecordsResponse>
 +
</pre>
 +
 +
=== CSW GetRecordById ===
 +
 +
URL
 +
 +
<code>https://www.eodms-sgdot.nrcan-rncan.gc.ca/MetaManagerCSW/csw/eodms_catalog?request=GetRecordById&id=1515826&service=CSW&version=2.0.2</code>
 +
 +
HTTP RESPONSE
 +
<pre>
 +
<GetRecordByIdResponse xmlns="http://www.opengis.net/cat/csw/2.0.2">
 +
<csw:SummaryRecord xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:ows="http://www.opengis.net/ows" xmlns:dct="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/">
 +
<dc:identifier>1515826</dc:identifier>
 +
<dc:title>Radarsat-1 Raw Scenes</dc:title>
 +
<dc:type>dataset</dc:type>
 +
<dc:subject>
 +
Satellites, Imaging,Radar, Digital Collection, Mapping, Spatial Data, Remote Sensing
 +
</dc:subject>
 +
<dc:subject>F5</dc:subject>
 +
<dc:format>GeoTIFF</dc:format>
 +
<dct:abstract>
 +
The Radarsat-1 satellite has a synthetic aperture radar(SAR) imaging instrument. The images are used internationally to manage and monitor the Earth's resources and to monitor global climate change, as well as in many other commercial and scientific applications. RADARSAT-1 is ideally suited to supporting these tasks because of its wide range of beams, SAR technology, frequent revisit period, high-quality products and fast, efficient delivery. Each of Radarsat-1's seven beam modes offer a different image resolution. The modes include Fine, which covers an area of 50 km × 50 km (31 mi × 31 mi) (2,500 km2 (970 sq mi)) with a resolution of 10 metres (33 ft); Standard, which covers an area of 100 km × 100 km (62 mi × 62 mi) (10,000 km2 (3,900 sq mi)) and has a resolution of 30 metres (98 ft); and ScanSAR wide, which covers a 500 km × 500 km (310 mi × 310 mi) (250,000 km2 (97,000 sq mi)) area with a resolution of 100 metres (330 ft). Radarsat-1 also has the unique ability to direct its beam at different angles.
 +
</dct:abstract>
 +
<ows:BoundingBox>
 +
<ows:LowerCorner>-112.436916 40.41178</ows:LowerCorner>
 +
<ows:UpperCorner>-111.769493 40.977687</ows:UpperCorner>
 +
</ows:BoundingBox>
 +
</csw:SummaryRecord>
 +
</GetRecordByIdResponse>
 
</pre>
 
</pre>
   Line 145: Line 174:  
* API compatibles OGC: CSW pour la recherche et WCS pour la commande. Voir [[File:EODMS OGC Services.pdf|none]] pour plus d'informations.
 
* API compatibles OGC: CSW pour la recherche et WCS pour la commande. Voir [[File:EODMS OGC Services.pdf|none]] pour plus d'informations.
   −
=== CSW ===
+
=== CSW GetRecords ===
    
URL
 
URL
Line 164: Line 193:  
</SearchResults>
 
</SearchResults>
 
</GetRecordsResponse>
 
</GetRecordsResponse>
 +
</pre>
 +
 +
=== CSW GetRecordById ===
 +
 +
URL
 +
 +
<code>https://www.eodms-sgdot.nrcan-rncan.gc.ca/MetaManagerCSW/csw/eodms_catalog?request=GetRecordById&id=1515826&service=CSW&version=2.0.2</code>
 +
 +
HTTP RESPONSE
 +
<pre>
 +
<GetRecordByIdResponse xmlns="http://www.opengis.net/cat/csw/2.0.2">
 +
<csw:SummaryRecord xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:ows="http://www.opengis.net/ows" xmlns:dct="http://purl.org/dc/terms/" xmlns:dc="http://purl.org/dc/elements/1.1/">
 +
<dc:identifier>1515826</dc:identifier>
 +
<dc:title>Radarsat-1 Raw Scenes</dc:title>
 +
<dc:type>dataset</dc:type>
 +
<dc:subject>
 +
Satellites, Imaging,Radar, Digital Collection, Mapping, Spatial Data, Remote Sensing
 +
</dc:subject>
 +
<dc:subject>F5</dc:subject>
 +
<dc:format>GeoTIFF</dc:format>
 +
<dct:abstract>
 +
The Radarsat-1 satellite has a synthetic aperture radar(SAR) imaging instrument. The images are used internationally to manage and monitor the Earth's resources and to monitor global climate change, as well as in many other commercial and scientific applications. RADARSAT-1 is ideally suited to supporting these tasks because of its wide range of beams, SAR technology, frequent revisit period, high-quality products and fast, efficient delivery. Each of Radarsat-1's seven beam modes offer a different image resolution. The modes include Fine, which covers an area of 50 km × 50 km (31 mi × 31 mi) (2,500 km2 (970 sq mi)) with a resolution of 10 metres (33 ft); Standard, which covers an area of 100 km × 100 km (62 mi × 62 mi) (10,000 km2 (3,900 sq mi)) and has a resolution of 30 metres (98 ft); and ScanSAR wide, which covers a 500 km × 500 km (310 mi × 310 mi) (250,000 km2 (97,000 sq mi)) area with a resolution of 100 metres (330 ft). Radarsat-1 also has the unique ability to direct its beam at different angles.
 +
</dct:abstract>
 +
<ows:BoundingBox>
 +
<ows:LowerCorner>-112.436916 40.41178</ows:LowerCorner>
 +
<ows:UpperCorner>-111.769493 40.977687</ows:UpperCorner>
 +
</ows:BoundingBox>
 +
</csw:SummaryRecord>
 +
</GetRecordByIdResponse>
 
</pre>
 
</pre>