neurips26-PSML commited on
Commit
12dcee2
·
verified ·
1 Parent(s): 38b2418

Data Management uploaded

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -181,6 +181,14 @@ The nature of the signals provided by each CSV file is discussed previously. All
181
 
182
  Users can independently verify the dataset's reliability through several mechanisms. The physical relationship between d-q signals provides a built-in consistency check. Active power P should equal V_d × i_d + V_q × i_q, and reactive power Q should equal V_q × i_d – V_d × i_q at every time step. Deviations beyond floating-point precision would indicate a data integrity issue. Under steady-state conditions (Trig = False), V_q should converge toward zero and P and Q should stabilize at values consistent with P_ref and Q_ref recorded in xxxx_meta.csv. Users can verify this for any scenario by inspecting the terminal portion of the trajectory after the trigger transitions to False.
183
 
 
 
 
 
 
 
 
 
184
 
185
 
186
 
 
181
 
182
  Users can independently verify the dataset's reliability through several mechanisms. The physical relationship between d-q signals provides a built-in consistency check. Active power P should equal V_d × i_d + V_q × i_q, and reactive power Q should equal V_q × i_d – V_d × i_q at every time step. Deviations beyond floating-point precision would indicate a data integrity issue. Under steady-state conditions (Trig = False), V_q should converge toward zero and P and Q should stabilize at values consistent with P_ref and Q_ref recorded in xxxx_meta.csv. Users can verify this for any scenario by inspecting the terminal portion of the trajectory after the trigger transitions to False.
183
 
184
+ ## 5- Data Management
185
+
186
+ This dataset is publicly available on Hugging Face without authentication or registration requirements. Anyone can access, browse, and download the dataset directly from its Hugging Face repository page, navigated to via the dataset's persistent DOI. No request, approval, or data sharing agreement is required. All 3,000 scenarios are available in a single repository. No auxiliary scripts are archived with the dataset; all files are in CSV and are readable without specialist tools. The COMTRADE source files from PSCAD are not distributed; only the converted CSV outputs are included. Signal naming in this dataset follows the standard terminology and conventions in power systems engineering.
187
+
188
+ The dataset was generated between November 2025 and March 2026 using PSCAD and MATLAB Simulink simulation environments. The scenario generation scripts, simulation model construction, data wrangling pipeline, and dataset packaging were all carried out by the authors. No third-party data is incorporated. This dataset is released under the Creative Commons Attribution 4.0 International License (CC BY 4.0). The CC BY 4.0 license was selected to maximize reusability while ensuring that the dataset creators receive appropriate attribution. The dataset is designed to satisfy the FAIR principles (Findable, Accessible, Interoperable, and Reusable).
189
+
190
+ Contact information for the dataset maintainers will be provided upon publication.
191
+
192
 
193
 
194