NREL-Sienna / PowerSystems.jl

Data structures in Julia to enable power systems analysis. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://www.nrel.gov/analysis/sienna.html
BSD 3-Clause "New" or "Revised" License
306 stars 76 forks source link

Add support for time series features in the time_series_pointers (CSV/JSON) files #1133

Open daniel-thom opened 3 months ago

daniel-thom commented 3 months ago

Users can add features in the add_time_series!() method but not in the parsing process. The struct IS.TimeSeriesFileMetadata needs to support it.