WaveX
WaveX Command Line Interface
WaveX [OPTIONS] COMMAND [ARGS]...
Options
- --version
Show the version and exit.
- -h5, --wave_h5 <wave_h5>
Required Path to Resource .h5 file
- -o, --out_dir <out_dir>
Required Directory to dump output files
- -v, --verbose
Flag to turn on debug logging. Default is not verbose.
dataset
Extract a single dataset
WaveX dataset [OPTIONS] COMMAND [ARGS]...
Options
- -d, --dataset <dataset>
Required Dataset to extract
box
Extract all pixels in the given bounding box
WaveX dataset box [OPTIONS]
Options
- -ll1, --lat_lon_1 <lat_lon_1>
Required One corner of the bounding box
- -ll2, --lat_lon_2 <lat_lon_2>
Required The other corner of the bounding box
- -fs, --file_suffix <file_suffix>
File name suffix
- -ts, --timestep <timestep>
Timestep to extract
multi-site
Extract multiple sites given in ‘–sites’ .csv or .json as “latitude”, “longitude” pairs OR “gid”s
WaveX dataset multi-site [OPTIONS]
Options
- -s, --sites <sites>
Required .csv or .json file with columns “latitude”, “longitude” OR “gid”
region
Extract a single dataset for all gids in the given region
WaveX dataset region [OPTIONS]
Options
- -r, --region <region>
Required Region to extract
- -col, --region_col <region_col>
Meta column to search for region
- Default:
'state'
- -ts, --timestep <timestep>
Timestep to extract
site
Extract the nearest pixel to the given (lat, lon) coordinates OR the given resource gid
WaveX dataset site [OPTIONS]
Options
- -ll, --lat_lon <lat_lon>
(lat, lon) coordinates of interest
- -gid, --gid <gid>
Resource gid of interest
sam-datasets
Extract all datasets needed for SAM for the nearest pixel(s) to the given (lat, lon) coordinates, the given resource gid, or the give sites
WaveX sam-datasets [OPTIONS]
Options
- -ll, --lat_lon <lat_lon>
(lat, lon) coordinates of interest
- -gid, --gid <gid>
Resource gid of interest
- -s, --sites <sites>
.csv or .json file with columns “latitude”, “longitude” OR “gid”