Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyson-swetnam authored Oct 1, 2018
1 parent 82d7473 commit 16b14f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username>@<my-institution-email> --download googledrive://<my-institution-email>/My%20Drive/<collection-name>/ ~/emsi/data/collections/<collection-name>
```

0 comments on commit 16b14f1

Please sign in to comment.