mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
Create pipeline for spectral indices w/ correct cloud masking
This commit is contained in:
parent
dec537d2d6
commit
17b250815b
15 changed files with 1273 additions and 83 deletions
39
.bash_history
Normal file
39
.bash_history
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
rm input/tempelhofer_feld/S2A_MSIL2A_20190216T102111_N0211_R065_T33UUU_20190216T130428.zip
|
||||
rm input/tempelhofer_feld/S2B_MSIL2A_20190419T101029_N0211_R022_T33UUU_20190419T132322.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190407T102021_N0211_R065_T33UUU_20190407T134109.zip
|
||||
rm input/tempelhofer_feld/S2B_MSIL2A_20190512T102029_N0212_R065_T33UUU_20190512T134103.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190613T101031_N0212_R022_T33UUU_20190614T125329.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190424T101031_N0211_R022_T32UQD_20190424T162325.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190822T101031_N0213_R022_T32UQD_20190822T143621.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190623T101031_N0212_R022_T33UUU_20190623T132509.zip
|
||||
ls
|
||||
cd true-color-image/
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190216T102111_N0211_R065_T33UUU_20190216T130428.zip
|
||||
rm input/tempelhofer_feld/S2B_MSIL2A_20190419T101029_N0211_R022_T33UUU_20190419T132322.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190407T102021_N0211_R065_T33UUU_20190407T134109.zip
|
||||
rm input/tempelhofer_feld/S2B_MSIL2A_20190512T102029_N0212_R065_T33UUU_20190512T134103.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190613T101031_N0212_R022_T33UUU_20190614T125329.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190424T101031_N0211_R022_T32UQD_20190424T162325.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190822T101031_N0213_R022_T32UQD_20190822T143621.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190623T101031_N0212_R022_T33UUU_20190623T132509.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190603T101031_N0212_R022_T33UUU_20190603T114652.zip
|
||||
rm input/tempelhofer_feld/S2A_MSIL2A_20190404T101031_N0211_R022_T32UQD_20190404T174806.zip
|
||||
file
|
||||
df -h
|
||||
htop
|
||||
top
|
||||
ls /tmp
|
||||
ls -a
|
||||
ls -a .cache/
|
||||
ls -a .jupyter/
|
||||
ls -a .jupyter/lab/
|
||||
ls -a .jupyter/lab/user-settings/
|
||||
ls -sh
|
||||
ls -sh ..
|
||||
cd true-color-image/input/
|
||||
find . -name '.zip' -size -500M
|
||||
find tempelhofer_feld -name '.zip' -size -500M
|
||||
find tempelhofer_feld -name '*.zip' -size -500M
|
||||
find tempelhofer_feld -name '*.zip' -size -500M | xargs rm
|
||||
rm -rf true-color-image/S2A_MSIL2A_20190114T101351_N0211_R022_T32UQD_20190114T113404.SAFE/
|
||||
rm -rf true-color-image/S2A_MSIL2A_20190114T101351_N0211_R022_T32UQD_20190114T113404.SAFE/
|
||||
Loading…
Add table
Add a link
Reference in a new issue