simple-plant-builder

Simple Plant Builder Command Line Interface

simple-plant-builder [OPTIONS]

Options

--version

Show the version and exit.

-pm, --plant_meta <plant_meta>

Required Str filepath or extracted dataframe for plant meta data with every row representing a plant with columns for latitude, longitude, and capacity (in MW). Plants will compete for available capacity in the reV supply curve input and will be prioritized based on the row order of this input.

-sc, --rev_sc <rev_sc>

Required reV supply curve or sc-aggregation output table including sc_gid, latitude, longitude, res_gids, gid_counts, mean_cf.

-cf, --cf_fpath <cf_fpath>

Required File path to capacity factor file (reV gen output) to get profiles from.

-o, --out_fpath <out_fpath>

Required Path to .h5 file to save plant data to

-fcst, --forecast_fpath <forecast_fpath>

Forecasted capacity factor .h5 file path (reV results). If not None, the generation profiles are sourced from this file.

-nsr, --no_share_resource

Flag to not share available capacity within a single resource GID between multiple plants.

-mw, --max_workers <max_workers>

Max workers for parallel profile aggregation. None uses all available workers. 1 will run in serial.

-v, --verbose

Flag to turn on debug logging. Default is not verbose.