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/ + +```