Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
DateTime
timestamp[us]date
2018-01-01 00:00:00
2019-01-02 00:00:00
⌀
AvailableWindPower
float64
0
1
⌀
2018-01-01T00:00:00
0
2018-01-01T00:01:00
0
2018-01-01T00:02:00
0
2018-01-01T00:03:00
0
2018-01-01T00:04:00
0
2018-01-01T00:05:00
0
2018-01-01T00:06:00
0
2018-01-01T00:07:00
0
2018-01-01T00:08:00
0
2018-01-01T00:09:00
0
2018-01-01T00:10:00
0
2018-01-01T00:11:00
0
2018-01-01T00:12:00
0
2018-01-01T00:13:00
0
2018-01-01T00:14:00
0
2018-01-01T00:15:00
0
2018-01-01T00:16:00
0
2018-01-01T00:17:00
0
2018-01-01T00:18:00
0
2018-01-01T00:19:00
0
2018-01-01T00:20:00
0
2018-01-01T00:21:00
0
2018-01-01T00:22:00
0
2018-01-01T00:23:00
0
2018-01-01T00:24:00
0
2018-01-01T00:25:00
0
2018-01-01T00:26:00
0
2018-01-01T00:27:00
0
2018-01-01T00:28:00
0
2018-01-01T00:29:00
0
2018-01-01T00:30:00
0
2018-01-01T00:31:00
0
2018-01-01T00:32:00
0
2018-01-01T00:33:00
0
2018-01-01T00:34:00
0
2018-01-01T00:35:00
0
2018-01-01T00:36:00
0
2018-01-01T00:37:00
0
2018-01-01T00:38:00
0
2018-01-01T00:39:00
0
2018-01-01T00:40:00
0
2018-01-01T00:41:00
0
2018-01-01T00:42:00
0
2018-01-01T00:43:00
0
2018-01-01T00:44:00
0
2018-01-01T00:45:00
0
2018-01-01T00:46:00
0
2018-01-01T00:47:00
0
2018-01-01T00:48:00
0
2018-01-01T00:49:00
0
2018-01-01T00:50:00
0
2018-01-01T00:51:00
0
2018-01-01T00:52:00
0
2018-01-01T00:53:00
0
2018-01-01T00:54:00
0
2018-01-01T00:55:00
0
2018-01-01T00:56:00
0
2018-01-01T00:57:00
0
2018-01-01T00:58:00
0
2018-01-01T00:59:00
0
2018-01-01T01:00:00
0
2018-01-01T01:01:00
0
2018-01-01T01:02:00
0
2018-01-01T01:03:00
0
2018-01-01T01:04:00
0
2018-01-01T01:05:00
0
2018-01-01T01:06:00
0
2018-01-01T01:07:00
0
2018-01-01T01:08:00
0
2018-01-01T01:09:00
0
2018-01-01T01:10:00
0
2018-01-01T01:11:00
0
2018-01-01T01:12:00
0
2018-01-01T01:13:00
0
2018-01-01T01:14:00
0
2018-01-01T01:15:00
0
2018-01-01T01:16:00
0
2018-01-01T01:17:00
0
2018-01-01T01:18:00
0
2018-01-01T01:19:00
0
2018-01-01T01:20:00
0
2018-01-01T01:21:00
0
2018-01-01T01:22:00
0
2018-01-01T01:23:00
0
2018-01-01T01:24:00
0
2018-01-01T01:25:00
0
2018-01-01T01:26:00
0
2018-01-01T01:27:00
0
2018-01-01T01:28:00
0
2018-01-01T01:29:00
0
2018-01-01T01:30:00
0
2018-01-01T01:31:00
0
2018-01-01T01:32:00
0
2018-01-01T01:33:00
0
2018-01-01T01:34:00
0
2018-01-01T01:35:00
0
2018-01-01T01:36:00
0
2018-01-01T01:37:00
0
2018-01-01T01:38:00
0
2018-01-01T01:39:00
0
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Remote Microgrid Time-Series Dataset

This dataset provides one-minute–resolution time-series traces from a remote wind–diesel–battery microgrid. It contains normalized historical values and short-term forecasts for available wind power and electrical demand. The data are anonymized but preserve the temporal structure needed for research on microgrid control and forecasting.


Contents

Parquet files included:

  • norm_avail_wind_power_data.parquet — Realized available wind power
  • norm_avail_wind_power_forecast.parquet — Forecasts of available wind power (DateTime, DateTimeUpdated)
  • norm_demand.parquet — Realized electrical demand
  • norm_demand_forecast.parquet — Demand forecasts (DateTime, DateTimeUpdated)
  • data_exploration.ipynb — Example notebook for loading and visualizing the data

All series are normalized; see the notebook for details.


Usage

import pandas as pd

wind = pd.read_parquet("norm_avail_wind_power_data.parquet")
demand = pd.read_parquet("norm_demand.parquet")
wind_fc = pd.read_parquet("norm_avail_wind_power_forecast.parquet")
demand_fc = pd.read_parquet("norm_demand_forecast.parquet")

Citation

@article{nekoei2025shielded,
  title   = {Shielded Controller Units for RL with Operational Constraints Applied to Remote Microgrids},
  author  = {Nekoei, Hadi and Blondin Massé, Alexandre and Hassani, Rachid and Chandar, Sarath and Mai, Vincent},
  journal = {arXiv preprint arXiv:2512.01046},
  year    = {2025}
}

Datasets licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.

Downloads last month
33

Paper for SIYAMSAQLAIN/remote_microgrid_data