Changes

Jump to navigation Jump to search
766 bytes added ,  11:31, 15 December 2023
no edit summary
Line 4: Line 4:     
We invite you check out these articles to help you on your way!
 
We invite you check out these articles to help you on your way!
  −
<div style="float:right;">__TOC__</div>
      
== Website ==
 
== Website ==
Line 213: Line 211:  
=== How do I bulk-download files without having to click one-by-one in my browser ===
 
=== How do I bulk-download files without having to click one-by-one in my browser ===
   −
We invite you to use a command line of terminal to run this on fulfilled orders by supplying username and password as follows:
+
We invite you to use a terminal to download your orders. Don't forget the trailing '/' at the end of the url directory:
   wget --recursive -e robots=off --no-parent -l inf --http-user XXX --http-password XXX https://data.eodms-sgdot.nrcan-rncan.gc.ca/public/carts/123456789-cc12-4e0b-93dc-b11ab84fd1fd
+
 
 +
For a restricted cart, using username and password (for RCM data):
 +
   wget --recursive -e robots=off --no-parent -l inf --no-directories --http-user XXX --http-password XXX https://data.eodms-sgdot.nrcan-rncan.gc.ca/rcm/carts/123456789-cc12-4e0b-93dc-b11ab84fd1fd/
 +
 
 +
For, for '''public''' cart (e.g. NAPL, RADARSAT-1, Canada Lands) you may run '''without username and password''':
 +
  wget --recursive -e robots=off --no-parent -l inf --no-directories https://data.eodms-sgdot.nrcan-rncan.gc.ca/public/carts/123456789-cc12-4e0b-93dc-b11ab84fd1fd/
 +
 
 +
You can also bulk download open data, such as all the NRCan emergency flood maps for 2023
 +
  wget --recursive -e robots=off --no-parent -l inf --no-directories https://data.eodms-sgdot.nrcan-rncan.gc.ca/public/EGS/2023/Flood/CAN/QC/
   −
Or, for public data you may run without username and password:
+
...or all the NAPL photos for roll number 22042 captured of Tuktoyaktuk, NWT:
   wget --recursive --no-parent -e robots=off https://data.eodms-sgdot.nrcan-rncan.gc.ca/public/avhrr/l1b/2022/2022001
+
   wget --recursive -e robots=off --no-parent -l inf --no-directories https://data.eodms-sgdot.nrcan-rncan.gc.ca/public/NAPL_PNA/22000/22042/
   −
If you are on Windows, you can download wget from https://eternallybored.org/misc/wget/. You can also customize directory options per https://www.gnu.org/software/wget/manual/wget.html#Directory-Options.
+
If you are on Windows, you can download wget from https://eternallybored.org/misc/wget/. You can also customize directory options per https://www.gnu.org/software/wget/manual/wget.html#Directory-Options. `CTRL+C` to interrupt. For more advanced users, we recommend the https://github.com/eodms-sgdot/eodms-cli to perform searches, save results and downloads all from the command line.
    
=== I downloaded my image order. What software can I use to view the images?===
 
=== I downloaded my image order. What software can I use to view the images?===

Navigation menu

GCwiki