Skip to content

Commit 99e821f

Browse files
Fixing incosistent tabs/spaces
A quick fix to inconsistencies of tab/space characters Signed-off-by: Kasra Keshavarz <[email protected]>
1 parent 772168c commit 99e821f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

landsat/landsat.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ do
6767
-i | --dataset-dir) geotiffDir="$2" ; shift 2 ;; # required
6868
-o | --output-dir) outputDir="$2" ; shift 2 ;; # required
6969
-v | --variable) variables="$2" ; shift 2 ;; # required
70-
-r | --crs) crs="$2" ; shift 2 ;; # required
71-
-s | --start-date) startDate="$2" ; shift 2 ;; # optional
70+
-r | --crs) crs="$2" ; shift 2 ;; # required
71+
-s | --start-date) startDate="$2" ; shift 2 ;; # optional
7272
-e | --end-date) endDate="$2" ; shift 2 ;; # optional
7373
-l | --lat-lims) latLims="$2" ; shift 2 ;; # required - could be redundant
7474
-n | --lon-lims) lonLims="$2" ; shift 2 ;; # required - could be redundant
7575
-f | --shape-file) shapefile="$2" ; shift 2 ;; # required - could be redundant
7676
-F | --fid) fid="$2" ; shift 2 ;; # optional
7777
-t | --print-geotiff) printGeotiff="$2" ; shift 2 ;; # required
78-
-a | --stat) stats="$2" ; shift 2 ;; # optional
79-
-u | --include-na) includeNA="$2" ; shift 2 ;; # required
80-
-q | --quantile) quantiles="$2" ; shift 2 ;; # optional
81-
-p | --prefix) prefix="$2" ; shift 2 ;; # optional
82-
-c | --cache) cache="$2" ; shift 2 ;; # required
78+
-a | --stat) stats="$2" ; shift 2 ;; # optional
79+
-u | --include-na) includeNA="$2" ; shift 2 ;; # required
80+
-q | --quantile) quantiles="$2" ; shift 2 ;; # optional
81+
-p | --prefix) prefix="$2" ; shift 2 ;; # optional
82+
-c | --cache) cache="$2" ; shift 2 ;; # required
8383
-L | --lib-path) renvCache="$2" ; shift 2 ;; # required
8484

8585
# -- means the end of the arguments; drop this, and break out of the while loop

0 commit comments

Comments
 (0)