--- license: mit task_categories: - time-series-forecasting - tabular-regression language: - en tags: - energy-simulation - ida-ice - building-energy - hvac - synthetic pretty_name: IDA-ICE Energy Simulation size_categories: - n<1K --- # IDA-ICE Energy Simulation Dataset > ⚠️ **Synthetic Data Disclaimer**: This dataset contains **synthetically generated data** for demonstration and testing purposes. It does not represent real IDA-ICE simulation outputs or actual building energy consumption. ## Overview Annual energy simulation results in the style of IDA-ICE (Indoor Climate and Energy) software. Includes monthly breakdowns for heating, cooling, lighting, and equipment energy consumption. ## Schema ```json { "pipeline": "ida_ice_energy_simulation", "generated_at": "ISO 8601 timestamp", "scenario": { "name": "Baseline Energy Analysis", "building_type": "Office Complex", "location": "Tallinn, Estonia", "floor_area_m2": 2170, "simulation_period": "2024-01-01 to 2024-12-31" }, "annual": { "total_kwh": 185000, "heating_kwh": 92000, "cooling_kwh": 18500, "lighting_kwh": 32400, "equipment_kwh": 42100 }, "monthly_breakdown": [ { "month": "Jan", "heating_kwh": 16500, "cooling_kwh": 0, "total_kwh": 22300 } ], "kpis": { "energy_intensity_kwh_m2": 85.3, "co2_emissions_kg": 42500, "peak_demand_kw": 95.2, "heating_degree_days": 4250 } } ``` ## Energy Categories | Category | Description | |----------|-------------| | Heating | Space heating energy (district heating, heat pumps, etc.) | | Cooling | Space cooling energy (chillers, AC units) | | Lighting | Interior and exterior lighting | | Equipment | Plug loads, office equipment, elevators | ## Use Cases - Energy simulation visualization - Building performance benchmarking - Energy intensity comparisons - Climate zone analysis ## Update Schedule This dataset is automatically updated **daily at 00:00 UTC** via GitHub Actions. ## Source Generated by the [IDA-ICE-Energy-Simulation-ETL-Pipeline](https://github.com/shahabsalehi/IDA-ICE-Energy-Simulation-ETL-Pipeline) project. ## License MIT License