arras-energy / gridlabd-old

HiPAS GridLAB-D is the California Energy Commission (CEC) version of GridLAB-D.
https://docs.gridlabd.us
BSD 3-Clause "New" or "Revised" License
33 stars 31 forks source link

Add support for accessing ISO New England hourly market data #1307

Closed dchassin closed 1 year ago

dchassin commented 1 year ago

This tool has been added to simplify access to recent ISO New England SMD market data. The basic CLI syntax is

gridlabd isone -d=smd/NH -y=2022

and in GLM, the syntax is

#python -m isone -d=smd/NH -y=2022

The only valid data set is smd. Valid subsets depend on the year, but typically are by state, e.g., NH, ME, etc. The default subset is the entire ISO NE Control Area.

If only the start date is specified as a year, then the entire dataset for that year is downloaded. If both the start and end dates are specified, then the dataset for that date range is downloaded.