grid-parity-exchange / Egret

Tools for building power systems optimization problems
Other
133 stars 54 forks source link

Ensure area names are read as strings in RTS-GMLC, even if numeric #289

Closed darrylmelander closed 2 years ago

darrylmelander commented 2 years ago

Fixes # .

When parsing RTS-GMLC csv files, if area names were numeric (such as an area named "1"), then some places in the RTS-GMLC parser read the area names as strings and other places read the names as numbers. This caused time series data for areas to not be associated with the correct area.

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.