-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from r-spatial/JOSS
JOSS rgee: Address suggested changes of the review - rgee 1.0.0
- Loading branch information
Showing
97 changed files
with
2,095 additions
and
2,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
#!/bin/sh | ||
|
||
# Decrypt the file | ||
mkdir -p $HOME/.config/earthengine/data.colec.fbf/ | ||
mkdir -p $HOME/.config/earthengine/ndef/ | ||
|
||
# --batch to prevent interactive command --yes to assume "yes" for questions | ||
gpg --quiet --batch --yes --decrypt --passphrase="$RGEE_SECRET_PASSPHRASE" \ | ||
--output $HOME/.config/earthengine/data.colec.fbf/GCS_AUTH_FILE.json \ | ||
--output $HOME/.config/earthengine/ndef/GCS_AUTH_FILE.json \ | ||
./tests/credentials/GCS_AUTH_FILE.json.gpg | ||
|
||
gpg --quiet --batch --yes --decrypt --passphrase="$RGEE_SECRET_PASSPHRASE" \ | ||
--output $HOME/.config/earthengine/data.colec.fbf/[email protected] ./tests/credentials/[email protected] | ||
--output $HOME/.config/earthengine/ndef/[email protected] ./tests/credentials/[email protected] | ||
|
||
gpg --quiet --batch --yes --decrypt --passphrase="$RGEE_SECRET_PASSPHRASE" \ | ||
--output $HOME/.config/earthengine/data.colec.fbf/credentials ./tests/credentials/credentials.gpg | ||
--output $HOME/.config/earthengine/ndef/credentials ./tests/credentials/credentials.gpg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.