File size: 821 Bytes
b885d46 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"schema_version": "1.0.0-sima-residential-energy-fleet",
"generator": "generate_residential_energy_pack.py",
"seed": 42,
"start_date": "2025-01-01",
"end_date": "2025-06-29",
"households": 500,
"months": 6,
"parquet_export": true,
"output_dir": "sample_pack",
"row_counts": {
"households": 500,
"subscriber_contracts": 500,
"installation_pipeline": 500,
"solar_systems": 500,
"battery_systems": 327,
"utility_tariffs": 10,
"daily_generation_consumption": 90000,
"dispatch_events": 5819,
"vpp_program_enrollment": 229,
"outage_events": 839,
"billing_and_savings": 3000,
"service_tickets": 137,
"channel_attribution": 500,
"portfolio_kpis_daily": 1080,
"metric_definitions": 3,
"dashboard_suggestions": 3
}
}
|