@@ -13,9 +13,10 @@ Script options:
13
13
-i, --dataset-dir=DIR The source path of the dataset file(s)
14
14
-v, --variable=var1[,var2[...]] If applicable, variables to process
15
15
-o, --output-dir=DIR Writes processed files to DIR
16
- -s, --start-date=DATE If applicable, start date of the forcing
16
+ -s, --start-date=DATE If applicable, start date of the GeoTIFF
17
+ data; optional
18
+ -e, --end-date=DATE If applicable, end date of the GeoTIFF
17
19
data; optional
18
- -e, --end-date=DATE If applicable, end date of the forcing data; optional
19
20
-l, --lat-lims=REAL,REAL Latitude's upper and lower bounds; optional
20
21
-n, --lon-lims=REAL,REAL Longitude's upper and lower bounds; optional
21
22
-p, --shape-file=PATH Path to the ESRI '.shp' file; optional
@@ -28,7 +29,8 @@ Script options:
28
29
'stdev';'coefficient_of_variation';'frac';
29
30
-p, --prefix=STR Prefix prepended to the output files
30
31
-c, --cache=DIR Path of the cache directory; optional
31
- -E, --email=STR E-mail when job starts, ends, and finishes; optional
32
+ -E, --email=STR E-mail when job starts, ends, and
33
+ finishes; optional
32
34
-V, --version Show version
33
35
-h, --help Show this screen and exit
34
36
```
0 commit comments