Skip to content

Commit

Permalink
Create scripts to speed up presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Feb 15, 2022
1 parent 7810152 commit 2974128
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions landsat/get-data.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

echo "=== get-data.sh"

cat data/index.csv | python3 search.py | head --lines=1 | bash download.sh

2 changes: 2 additions & 0 deletions landsat/get-index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ if [ ! -r data/index.csv ] ; then
gsutil cp gs://gcp-public-data-landsat/index.csv.gz data/
gzip -d data/index.csv.gz
fi

head --lines=4 data/index.csv

0 comments on commit 2974128

Please sign in to comment.