Line 211: |
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 terminal to download your orders. | + | We invite you to use a terminal to download your orders. Don't forget the trailing '/' at the end of the url directory: |
| | | |
− | Using username and password (for RCM data):
| + | For a restricted cart, using username and password (for RCM data): |
− | 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 | + | 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/ |
| | | |
− | Or, for '''public''' data (e.g. NAPL, RADARSAT-1, Canada Lands) you may run '''without username and password''':
| + | For, for '''public''' cart (e.g. NAPL, RADARSAT-1, Canada Lands) you may run '''without username and password''': |
− | 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/carts/123456789-cc12-4e0b-93dc-b11ab84fd1fd/ |
| | | |
− | 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. | + | 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 all the NAPL photos for roll number 22042 captured of Tuktoyaktuk, NWT: |
| + | 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. `CTRL+C` to interrupt. |
| | | |
| === 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?=== |