Changes

Jump to navigation Jump to search
762 bytes removed ,  20:04, 19 December 2019
no edit summary
Line 303: Line 303:  
=== End-to-End OGC Order Example with Python ===
 
=== End-to-End OGC Order Example with Python ===
   −
Checkout out our [https://github.com/nrcan-eodms-sgdot-rncan/eodms-ogc-client-py/wiki open source Python module on GitHub] to search the EODMS_Catalog CSW and WCS services to order a Radarsat-1 image from the EODMS.
+
Checkout out our [https://github.com/nrcan-eodms-sgdot-rncan/eodms-ogc-client-py/wiki open source Python module on GitHub] use the CSW and WCS APIs to order images from EODMS.
    
== Web Automation with Katalon ==
 
== Web Automation with Katalon ==
Line 383: Line 383:     
<pre style="background-color:#EEFFCC; border-color:#AACC99">
 
<pre style="background-color:#EEFFCC; border-color:#AACC99">
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  −
  <soapenv:Header>
  −
      <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasisopen.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
  −
        <wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/ oasis-200401-wss-wssecurity-utility-1.0.xsd">
  −
            <wsse:Username>#####</wsse:Username>
  −
            <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">#####</wsse:Password>
  −
        </wsse:UsernameToken>
  −
    </wsse:Security>
  −
  </soapenv:Header>
  −
  <soapenv:Body>
  −
   
<csw:GetRecords service='CSW' version='2.0.2' maxRecords='10' startPosition='1' resultType='results'  
 
<csw:GetRecords service='CSW' version='2.0.2' maxRecords='10' startPosition='1' resultType='results'  
 
&#x09;outputFormat='application/xml' outputSchema='http://www.opengis.net/cat/csw/2.0.2'  
 
&#x09;outputFormat='application/xml' outputSchema='http://www.opengis.net/cat/csw/2.0.2'  
Line 405: Line 394:  
&#x09;</csw:Query>  
 
&#x09;</csw:Query>  
 
</csw:GetRecords>
 
</csw:GetRecords>
  −
</soapenv:Body>
  −
</soapenv:Envelope>
  −
   
</pre>
 
</pre>
   Line 604: Line 589:  
=== Exemple de commande de bout en bout (avec Python) ===
 
=== Exemple de commande de bout en bout (avec Python) ===
   −
Découvrez notre [https://github.com/nrcan-eodms-sgdot-rncan/eodms-ogc-client-py/wiki module Python Open Source sur GitHub] pour rechercher les services EODMS_Catalog CSW et WCS afin de commander un Radarsat-1. image de l'EODMS.  
+
Découvrez notre [https://github.com/nrcan-eodms-sgdot-rncan/eodms-ogc-client-py/wiki module Python Open Source sur GitHub] pour rechercher les services CSW et WCS afin de commander des images de l'EODMS.  
    
== Automatisation web avec Katalon ==
 
== Automatisation web avec Katalon ==

Navigation menu

GCwiki