From 16b14f1a8f352ad4b91af5ea455ab9615e6e7b69 Mon Sep 17 00:00:00 2001 From: "Tyson L. Swetnam" Date: Sun, 30 Sep 2018 19:02:35 -0700 Subject: [PATCH] Update README.md --- python/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/python/README.md b/python/README.md index 394a9fb..e7d377a 100644 --- a/python/README.md +++ b/python/README.md @@ -45,3 +45,12 @@ Run the `.py` file locally: ``` python gee-collection-usmex-l7.py ``` + +# CyberDuck + +After transfering the file collections to a Google Drive Account, I used [CyberDuck CLI ](https://duck.sh/) to move the files from my Google Drive onto my workstation. + +``` +duck --verbose --parallel 2 --username @ --download googledrive:///My%20Drive// ~/emsi/data/collections/ + +```