temporal-stats
TemporalStats Command Line Interface
temporal-stats [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...
Options
- --version
Show the version and exit.
- -h5, --resource_path <resource_path>
Required Path to Resource .h5 files
- -dset, --dataset <dataset>
Required Dataset to extract stats for
- -o, --out_dir <out_dir>
Required Directory to dump output files
- -stats, --statistics <statistics>
Statistics to extract, must be ‘mean’, ‘median’, ‘std’, and / or ‘stdev’
- Default:
'mean'
- Options:
mean | median | stdev | std
- -mw, --max_workers <max_workers>
Number of workers to use, if 1 run in serial, if None use all available cores
- -res, --res_cls <res_cls>
Resource type
- Default:
'Resource'
- Options:
Resource | NSRDB | Wind | Wave | MultiFileNSRDB | MultiFileWTK
- -hsds, --hsds
Boolean flag to use h5pyd to handle .h5 ‘files’ hosted on AWS behind HSDS
- -cpw, --chunks_per_worker <chunks_per_worker>
Number of chunks to extract on each worker
- Default:
5
- -ll, --lat_lon_only
Only append lat, lon coordinates to stats
- -log, --log_file <log_file>
Path to .log file, if None only log to stdout
- -v, --verbose
Flag to turn on debug logging. Default is not verbose.
diurnal
Compute Diurnal Stats
temporal-stats diurnal [OPTIONS]
full
Compute Stats for full file time-series
temporal-stats full [OPTIONS]
monthly
Compute Monthly Stats
temporal-stats monthly [OPTIONS]
monthly-diurnal
Compute Monthly-Diurnal Stats
temporal-stats monthly-diurnal [OPTIONS]