--- license: cc-by-nc-4.0 task_categories: - tabular-classification - tabular-regression - time-series-forecasting tags: - synthetic-data - smart-grid - ami - advanced-metering-infrastructure - smart-meter - der - distributed-energy-resources - solar-pv - bess - battery-energy-storage - ev-charging - wind-micro - fuel-cell - chp - demand-response - openadr - ieee-2030-5 - ieee-1547 - ieee-519 - ansi-c84-1 - ansi-c12-19 - iec-61968 - cim - two-way-power-flow - reverse-power-flow - voltage-regulation - volt-var - volt-watt - cvr - conservation-voltage-reduction - microgrid - islanding - grid-edge - grid-edge-analytics - power-quality - thd - harmonics - power-factor - net-metering - prosumer - hosting-capacity - short-circuit-ratio - recloser - sectionalizer - statcom - protection-relay - fault-detection-isolation - flisr - dsm - demand-side-management - tou - cpp - rtp - dlc - vpp - virtual-power-plant pretty_name: ENR005 — Synthetic Smart Grid Dataset (Sample) size_categories: - 10K 1).mean():.3f}") ``` --- ## Limitations and honest disclosures This sample is calibrated for **structural fidelity, not bit-exact reproduction of any specific utility's AMI archive.** Specifically: - **AMI/DER/power_flow tables auto-truncate to 2 days** when `hours < 8760` in the generator's `main()` (lines 791-794, 808-810, 829-830); `grid_edge` truncates to 1 day (line 839). At this sample's hours=48 setting, AMI/DER/flow all cover the full 48h while grid_edge covers 24h. **Time ranges across tables don't align 1:1** — be aware when joining grid_edge with other tables. - **Power factor distribution clips at 0.80** — generator uses Beta(8,2) clipped to [0.80, 1.00], so values below 0.80 are pushed up to exactly 0.80 (heavy mass at the lower bound). This matches utility residential tariff minimums, but real Commercial_Large and Industrial loads can dip to 0.70-0.85 without correction. Don't use this dataset to study deep low-PF events. - **THD distribution has fat upper tails.** The generator's `thd_base + exponential(1.5)` shifts ~60% of rows above the IEEE 519 5% residential limit, with ~8% above the 8% short-duration bound. **For PQ research, treat these as bus-level coupled THD, not point-of-common- coupling compliance measurements.** - **Distribution losses average 0.46%** (Beta(2,20)×5), well below the US industry typical 4-7% range. The generator's loss distribution is intentionally narrow for compact statistical learning; **do not use `distribution_losses_pct` for absolute loss benchmarking.** - **Reverse power flow at sample scale fires rarely.** At ~6 meters per feeder × default 35% solar penetration, DER generation seldom exceeds gross load. The full product activates reverse flow via the `High_Solar_Day` scenario config (`solar_penetration=0.65`). Wrapper validates the STRUCTURAL identity (`reverse_flow_kw = max(0, -net_load_kw)` and `net_load_kw = gross_load_kw - der_generation_kw`) rather than an aggregate rate. - **`hosting_capacity_kw` and `short_circuit_ratio` are sampled per-row** (not per-device-or-feeder properties). Use as advisory features in ML pipelines, not as static topology attributes. - **`interconnect_status` (CONNECTED / CURTAILED / TRIPPED / ISLANDED) on grid_edge is sampled independently of generation flow** at the feeder level. Treat as device-state telemetry, not a causal label for a flow event. - **`solar_irradiance_w_m2` is a simplified mid-US-latitude clear-sky model** (latitude hardcoded to 37.5°). All meters share the same solar noon and seasonal cycle. **Do not use for geographically- varying PV studies** — use the full product or join with ENR-002 for per-site irradiance. - **DR event participation uses an O(N) pandas lookup per participant** in the generator's `generate_dr_events` (line 426-427). At sample scale (30 meters × 12 events × ~50% enrollment ≈ 180 participants) it's fast (< 0.1s); the full product (5000 meters × 48 events × ~50% enrollment ≈ 120,000 participants) runs slower. Not a data-quality issue, just a perf note. - **Solar PV `der_output_kw` is non-negative; EV charger `der_output_kw` is non-positive (load convention).** When aggregating "DER export" use `der_output_kw.where(der_output_kw > 0).sum()` to avoid loads canceling generation. - **`dr_events.start_utc` references the full 12-month timestamp range** via the generator's `months=12` hardcode (line 401), but **the timestamp draw is bounded** by `len(timestamps) - 16`, so at sample scale all events fall within the AMI window. This is by design but is something to be aware of when adapting the generator. The full ENR005 product addresses these by per-site latitude-aware irradiance, broader PF / THD distributions, reverse-flow and EV-surge scenarios pre-built, multi-month time spans, and full meter/DER fleet scale — contact us for the licensed commercial release. --- ## Companion datasets in the Energy & Climate vertical - **ENR-001** — Synthetic Power Grid Operations Dataset (transmission-side bus telemetry, line flows, generation dispatch, frequency, contingency) - **ENR-002** — Synthetic Renewable Energy Generation Dataset (utility- scale solar/wind/hybrid SCADA, weather, forecast, PCC, BESS) - **ENR-003** — Synthetic Electricity Demand & Load Forecasting Dataset (zone-level demand, multi-horizon forecasts, peak events, EV/DER, TOU, LMP) - **ENR-004** — Synthetic Upstream Oil & Gas Production Dataset (well- level production, decline curves, PVT, commodity prices, Subpart W methane) - **ENR-005** — Synthetic Smart Grid Dataset (you are here) — **the distribution-edge complement to ENR-001's transmission focus**: meter- level AMI, behind-the-meter DER, OpenADR demand response, feeder power flow, and grid edge analytics. Use **ENR-001 + ENR-005** together for full transmission + distribution grid ML workflows; combine with **ENR-002 + ENR-003** to add renewables and demand forecasting in the same modeling stack. For subsurface companion data (seismic, well logs, reservoir simulation, geological formations), see the **OIL series** (OIL-001 through OIL-004) in our [Oil & Gas vertical](https://huggingface.co/xpertsystems). For the broader catalog: - [Materials & Energy](https://huggingface.co/xpertsystems) — MAT-001 - [Insurance & Risk](https://huggingface.co/xpertsystems) — 10 SKUs - [Cybersecurity](https://huggingface.co/xpertsystems) — 11 SKUs --- ## Citation ```bibtex @dataset{xpertsystems_enr005_sample_2026, author = {XpertSystems.ai}, title = {ENR005 Synthetic Smart Grid Dataset (Sample Preview)}, year = 2026, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/xpertsystems/enr005-sample} } ``` --- ## Contact - **Web:** https://xpertsystems.ai - **Email:** pradeep@xpertsystems.ai - **Full product catalog:** Cybersecurity, Insurance & Risk, Materials & Energy, Oil & Gas, Energy & Climate, and more **Sample License:** CC-BY-NC-4.0 (Creative Commons Attribution-NonCommercial 4.0) **Full product License:** Commercial — please contact for pricing.