Line 8: |
Line 8: |
| | | |
| To form a get query it would take the form of: | | To form a get query it would take the form of: |
− | <pre> | + | |
− | https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q={searchterms} | + | <code>https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q={searchterms}</code> |
− | </pre> | |
| | | |
| e.g.: | | e.g.: |
− | <pre>
| |
− | https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=footprint:Intersects((-130.496,54.672))
| |
− | https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=beginposition:[2007-08-20T00:49:50Z%20TO%202007-08-22T10:50:50Z]
| |
− | </pre>
| |
| | | |
− | The valid search terms right now are:
| + | <code>https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=footprint:Intersects((-130.496,54.672))</code> |
| + | |
| + | <pre>https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=beginposition:[2007-08-20T00:49:50Z%20TO%202007-08-22T10:50:50Z]</pre> |
| + | |
| + | Search Terms |
| + | |
| <pre> | | <pre> |
| producttype which can be SCN,SGF, or SLC for Radarsat-1 | | producttype which can be SCN,SGF, or SLC for Radarsat-1 |
Line 48: |
Line 48: |
| | | |
| Heavily modeled after the ESA Data hubs so the following should apply: | | Heavily modeled after the ESA Data hubs so the following should apply: |
− | https://colhub.copernicus.eu/userguide/OpenSearchAPI | + | <code>https://colhub.copernicus.eu/userguide/OpenSearchAPI</code> |
| | | |
| @fr| | | @fr| |
Line 59: |
Line 59: |
| | | |
| Pour former une requête get, cela prendrait la forme suivante: | | Pour former une requête get, cela prendrait la forme suivante: |
− | <pre> | + | <code>https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q={searchterms}</code> |
− | https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q={searchterms} | |
− | </pre> | |
| | | |
| Par exemple: | | Par exemple: |
− | <pre>
| |
− | https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=footprint:Intersects((-130.496,54.672))
| |
− | https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=beginposition:[2007-08-20T00:49:50Z%20TO%202007-08-22T10:50 : 50Z]
| |
− | </pre>
| |
| | | |
− | Les termes de recherche valides actuellement sont:
| + | <code>https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=footprint:Intersects((-130.496,54.672))</code> |
| + | |
| + | <pre>https://data.eodms-sgdot.nrcan-rncan.gc.ca/api/dhus/v1/products/Radarsat1/search?q=beginposition:[2007-08-20T00:49:50Z%20TO%202007-08-22T10:50:50Z]</pre> |
| + | |
| + | Termes de recherche |
| + | |
| <pre> | | <pre> |
| producttype pouvant être SCN, SGF ou SLC pour Radarsat-1 | | producttype pouvant être SCN, SGF ou SLC pour Radarsat-1 |
Line 99: |
Line 98: |
| | | |
| Ainsi, comme indiqué précédemment, il est fortement calqué sur les concentrateurs de données ESA: | | Ainsi, comme indiqué précédemment, il est fortement calqué sur les concentrateurs de données ESA: |
− | https://colhub.copernicus.eu/userguide/OpenSearchAPI | + | <code>https://colhub.copernicus.eu/userguide/OpenSearchAPI</code> |
| </multilang> | | </multilang> |