diff --git a/Gemfile.lock b/Gemfile.lock index ac760c6a..c0cf5bd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -440,6 +440,7 @@ PLATFORMS arm64-darwin-20 arm64-darwin-21 arm64-darwin-22 + arm64-darwin-23 x86_64-darwin-21 x86_64-darwin-22 x86_64-darwin-23 diff --git a/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022.rb b/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022.rb new file mode 100644 index 00000000..bad0dfb8 --- /dev/null +++ b/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022.rb @@ -0,0 +1,65 @@ +class Pv27NoordHollandCreateDataset2022 < ActiveRecord::Migration[5.0] + def self.up + directory = Rails.root.join('db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022') + data_path = directory.join('data.csv') + commits_path = directory.join('commits.yml') + datasets = [] + + # By default, CSVImporter only allows updating existing datasets. If the + # migration is adding a new dataset, add the `create_missing_datasets` + # keyword argument. For example: + # + # CSVImporter.run(data_path, commits_path, create_missing_datasets: true) do |row, runner| + # # ... + # end + # + CSVImporter.run(data_path, commits_path,create_missing_datasets: true) do |row, runner| + print "Updating #{row['geo_id']}... " + commits = runner.call + + if commits.any? + datasets.push(find_dataset(commits)) + puts 'done!' + else + puts 'nothing to change!' + end + end + + sleep(1) + puts + puts "Updated #{datasets.length} datasets with the following IDs:" + puts " #{datasets.map(&:id).join(',')}" + rescue ActiveRecord::RecordInvalid => e + if e.record.is_a?(Commit) && e.record.errors['dataset_edits.value'].any? + warn('') + warn('-' * 80) + warn('The following errors occurred while processing CSV rows:') + warn('') + + # Grab all the errors from individual datasets to show those instead. This is typically + # the case when a CSV specifies a value that is not allowed to be edited. + e.record + .dataset_edits + .reject(&:valid?) + .each do |edit| + edit.errors.each do |field, msg| + warn("* #{edit.commit.dataset.geo_id}: #{edit.key}: #{field} #{msg}") + end + end + + warn('-' * 80) + end + + raise e + end + + def self.down + raise ActiveRecord::IrreversibleMigration + end + + def find_dataset(commits) + commits.each do |commit| + return commit.dataset if commit&.dataset + end + end +end diff --git a/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022/commits.yml b/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022/commits.yml new file mode 100644 index 00000000..a0fa4c9d --- /dev/null +++ b/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022/commits.yml @@ -0,0 +1,840 @@ +--- +- fields: + - agriculture_final_demand_electricity_demand + message: + "Elektriciteit geleverd aan Landbouw, bosbouw en visserij (SBI A) + Elektriciteit geproduceerd in wkk's (berekend o.b.v. emissieregistratie). Link naar Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c" + +- fields: + - agriculture_final_demand_network_gas_demand + message: + "Aardgas geleverd aan Landbouw, bosbouw en visserij (SBI A) vermenigvuldigd met 12% (= deel niet-wkk op emissieregistratie). 88% van het aardgas in SBI A gaat een wkk in, dit valt in het ETM niet onder finale vraag van de landbouw. Link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c" + +- fields: + - input_agriculture_final_demand_steam_hot_water_demand + message: + "Berekend op basis van Aardgas geleverd aan Landbouw, bosbouw en visserij (SBI A) vermenigvuldigd met 88% (= deel wkk op emissieregistratie). Vermenidvuldigd met de warmte-output van een wkk in het ETM (=54%)." + +- fields: + - agriculture_final_demand_wood_pellets_demand + - input_agriculture_final_demand_crude_oil_demand + - agriculture_final_demand_hydrogen_demand + - input_percentage_of_central_mt_steam_hot_water_agriculture_final_demand_steam_hot_water + - input_percentage_of_central_ht_steam_hot_water_agriculture_final_demand_steam_hot_water + - input_percentage_of_local_steam_hot_water_agriculture_final_demand_steam_hot_water + - input_percentage_of_diesel_agriculture_final_demand_crude_oil + - input_percentage_of_biodiesel_agriculture_final_demand_crude_oil + - input_percentage_of_kerosene_agriculture_final_demand_crude_oil + - input_percentage_of_bio_kerosene_agriculture_final_demand_crude_oil + - input_percentage_of_lpg_agriculture_final_demand_crude_oil + - input_percentage_of_bio_oil_agriculture_final_demand_crude_oil + - input_percentage_of_crude_oil_agriculture_final_demand_crude_oil + - agriculture_chp_engine_network_gas_dispatchable_demand + - agriculture_chp_engine_biogas_demand + - agriculture_chp_wood_pellets_demand + - analysis_year + - file_carriers_natural_gas_co2_conversion_per_mj + - file_carriers_crude_oil_co2_conversion_per_mj + - file_carriers_coal_co2_conversion_per_mj + - file_carriers_lignite_co2_conversion_per_mj + - file_carriers_non_biogenic_waste_co2_conversion_per_mj + - file_carriers_propane_co2_conversion_per_mj + - file_carriers_diesel_co2_conversion_per_mj + - file_carriers_gasoline_co2_conversion_per_mj + - file_carriers_heavy_fuel_oil_co2_conversion_per_mj + - file_carriers_kerosene_co2_conversion_per_mj + - file_carriers_lng_co2_conversion_per_mj + - file_carriers_lpg_co2_conversion_per_mj + - file_carriers_imported_electricity_co2_conversion_per_mj + - file_carriers_imported_heat_co2_conversion_per_mj + - file_carriers_imported_hydrogen_co2_conversion_per_mj + - file_carriers_imported_ammonia_co2_conversion_per_mj + - co2_emission_1990 + - co2_emission_1990_aviation_bunkers + - co2_emission_1990_marine_bunkers + - energetic_emissions_other_ghg_households + - energetic_emissions_other_ghg_buildings + - energetic_emissions_other_ghg_transport + - energetic_emissions_other_ghg_agriculture + - energetic_emissions_other_ghg_industry + - energetic_emissions_other_ghg_energy + - non_energetic_emissions_co2_chemical_industry + - non_energetic_emissions_co2_waste_management + - non_energetic_emissions_co2_other_industry + - non_energetic_emissions_co2_agriculture_manure + - non_energetic_emissions_co2_agriculture_soil_cultivation + - indirect_emissions_co2 + - non_energetic_emissions_other_ghg_chemical_industry + - non_energetic_emissions_other_ghg_waste_management + - non_energetic_emissions_other_ghg_other_industry + - non_energetic_emissions_other_ghg_agriculture_manure + - non_energetic_emissions_other_ghg_agriculture_soil_cultivation + - non_energetic_emissions_other_ghg_agriculture_fermentation + - non_energetic_emissions_other_ghg_agriculture_other + - total_land_area + - areable_land + - offshore_suitable_for_wind + - coast_line + - lv_net_total_costs_present + - mv_net_total_costs_present + - hv_net_total_costs_present + - lv_mv_trafo_total_costs_present + - mv_hv_trafo_total_costs_present + - offshore_net_costs_present + - interconnection_net_costs_present + - annual_infrastructure_cost_gas + - lv_net_spare_capacity + - mv_net_spare_capacity + - hv_net_spare_capacity + - lv_mv_trafo_spare_capacity + - mv_hv_trafo_spare_capacity + - interconnector_capacity + - lv_net_capacity_per_step + - lv_net_costs_per_capacity_step + - mv_net_capacity_per_step + - mv_net_costs_per_capacity_step + - hv_net_capacity_per_step + - hv_net_costs_per_capacity_step + - lv_mv_trafo_capacity_per_step + - lv_mv_trafo_costs_per_capacity_step + - mv_hv_trafo_capacity_per_step + - mv_hv_trafo_costs_per_capacity_step + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_first_bracket + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_second_bracket + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_third_bracket + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_fourth_bracket + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_fifth_bracket + - heat_length_of_connection_pipelines_in_meter_per_residence_first_bracket + - heat_length_of_connection_pipelines_in_meter_per_residence_second_bracket + - heat_length_of_connection_pipelines_in_meter_per_residence_third_bracket + - heat_length_of_connection_pipelines_in_meter_per_residence_fourth_bracket + - heat_length_of_connection_pipelines_in_meter_per_residence_fifth_bracket + - buildings_final_demand_electricity_buildings_final_demand_for_lighting_electricity_parent_share + - buildings_final_demand_electricity_buildings_final_demand_for_space_heating_electricity_parent_share + - buildings_final_demand_electricity_buildings_final_demand_for_appliances_electricity_parent_share + - buildings_final_demand_electricity_buildings_final_demand_for_cooling_electricity_parent_share + - buildings_final_demand_network_gas_buildings_final_demand_for_appliances_network_gas_parent_share + - buildings_final_demand_network_gas_buildings_final_demand_for_space_heating_network_gas_parent_share + - buildings_final_demand_network_gas_buildings_final_demand_for_cooling_network_gas_parent_share + - buildings_final_demand_wood_pellets_buildings_final_demand_for_space_heating_wood_pellets_parent_share + - buildings_final_demand_wood_pellets_buildings_final_demand_for_appliances_wood_pellets_parent_share + - buildings_final_demand_coal_buildings_final_demand_for_space_heating_coal_parent_share + - buildings_final_demand_coal_buildings_final_demand_for_appliances_coal_parent_share + - buildings_final_demand_crude_oil_buildings_final_demand_for_space_heating_crude_oil_parent_share + - buildings_final_demand_crude_oil_buildings_final_demand_for_appliances_crude_oil_parent_share + - buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_heatpump_air_water_network_gas_parent_share + - buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share + - buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_network_gas_parent_share + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_collective_heatpump_water_water_ts_electricity_parent_share + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_heatpump_air_water_electricity_parent_share + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_electricity_parent_share + - buildings_final_demand_for_lighting_electricity_buildings_lighting_efficient_fluorescent_electricity_parent_share + - buildings_final_demand_for_lighting_electricity_buildings_lighting_standard_fluorescent_electricity_parent_share + - buildings_final_demand_for_lighting_electricity_buildings_lighting_led_electricity_parent_share + - buildings_final_demand_for_cooling_electricity_buildings_cooling_airconditioning_electricity_parent_share + - buildings_final_demand_for_cooling_electricity_buildings_cooling_heatpump_air_water_electricity_parent_share + - buildings_final_demand_for_cooling_electricity_buildings_cooling_collective_heatpump_water_water_ts_electricity_parent_share + - buildings_roof_surface_available_for_pv + - typical_useful_demand_for_space_heating_buildings_present + - typical_useful_demand_for_space_heating_buildings_future + - input_percentage_of_lt_steam_hot_water_buildings_final_demand_steam_hot_water + - input_percentage_of_mt_steam_hot_water_buildings_final_demand_steam_hot_water + - input_percentage_of_ht_steam_hot_water_buildings_final_demand_steam_hot_water + - input_percentage_of_diesel_buildings_final_demand_crude_oil + - input_percentage_of_biodiesel_buildings_final_demand_crude_oil + - input_percentage_of_kerosene_buildings_final_demand_crude_oil + - input_percentage_of_bio_kerosene_buildings_final_demand_crude_oil + - input_percentage_of_lpg_buildings_final_demand_crude_oil + - input_percentage_of_bio_oil_buildings_final_demand_crude_oil + - input_percentage_of_crude_oil_buildings_final_demand_crude_oil + - energy_greengas_gasification_dry_biomass_energy_greengas_production_child_share + - energy_greengas_gasification_wet_biomass_energy_greengas_production_child_share + - energy_greengas_upgrade_biogas_energy_greengas_production_child_share + - energy_distribution_biogenic_waste_energy_distribution_waste_mix_child_share + - energy_distribution_non_biogenic_waste_energy_distribution_waste_mix_child_share + - energy_production_dry_biomass_max_demand + - energy_production_wet_biomass_max_demand + - energy_production_oily_biomass_max_demand + - input_energy_power_supercritical_coal_electricity_output_conversion + - input_energy_power_ultra_supercritical_coal_electricity_output_conversion + - input_energy_power_ultra_supercritical_ccs_coal_electricity_output_conversion + - input_energy_power_ultra_supercritical_cofiring_coal_electricity_output_conversion + - input_energy_power_combined_cycle_coal_electricity_output_conversion + - input_energy_power_combined_cycle_ccs_coal_electricity_output_conversion + - input_energy_power_ultra_supercritical_lignite_electricity_output_conversion + - input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_electricity_output_conversion + - input_energy_chp_ultra_supercritical_cofiring_coal_electricity_output_conversion + - input_energy_chp_ultra_supercritical_cofiring_coal_steam_hot_water_output_conversion + - input_energy_chp_ultra_supercritical_coal_electricity_output_conversion + - input_energy_chp_ultra_supercritical_coal_steam_hot_water_output_conversion + - input_industry_chp_ultra_supercritical_coal_electricity_output_conversion + - input_industry_chp_ultra_supercritical_coal_steam_hot_water_output_conversion + - input_energy_chp_ultra_supercritical_lignite_electricity_output_conversion + - input_energy_chp_ultra_supercritical_lignite_steam_hot_water_output_conversion + - input_energy_power_turbine_network_gas_electricity_output_conversion + - input_energy_power_combined_cycle_network_gas_electricity_output_conversion + - input_energy_power_combined_cycle_ccs_network_gas_electricity_output_conversion + - input_energy_power_ultra_supercritical_network_gas_electricity_output_conversion + - input_energy_power_engine_network_gas_electricity_output_conversion + - input_energy_chp_combined_cycle_network_gas_electricity_output_conversion + - input_energy_chp_combined_cycle_network_gas_steam_hot_water_output_conversion + - input_energy_chp_local_engine_network_gas_electricity_output_conversion + - input_energy_chp_local_engine_network_gas_steam_hot_water_output_conversion + - input_industry_chp_engine_gas_power_fuelmix_electricity_output_conversion + - input_industry_chp_engine_gas_power_fuelmix_steam_hot_water_output_conversion + - input_agriculture_chp_engine_network_gas_dispatchable_electricity_output_conversion + - input_agriculture_chp_engine_network_gas_dispatchable_steam_hot_water_output_conversion + - input_industry_chp_turbine_gas_power_fuelmix_electricity_output_conversion + - input_industry_chp_turbine_gas_power_fuelmix_steam_hot_water_output_conversion + - input_industry_chp_combined_cycle_gas_power_fuelmix_electricity_output_conversion + - input_industry_chp_combined_cycle_gas_power_fuelmix_steam_hot_water_output_conversion + - input_energy_power_ultra_supercritical_crude_oil_electricity_output_conversion + - input_energy_power_engine_diesel_electricity_output_conversion + - input_energy_power_supercritical_waste_mix_electricity_output_conversion + - input_energy_power_supercritical_ccs_waste_mix_electricity_output_conversion + - input_energy_power_nuclear_gen2_uranium_oxide_electricity_output_conversion + - input_energy_power_nuclear_gen3_uranium_oxide_electricity_output_conversion + - input_energy_chp_local_wood_pellets_electricity_output_conversion + - input_energy_chp_local_wood_pellets_steam_hot_water_output_conversion + - input_industry_chp_wood_pellets_electricity_output_conversion + - input_industry_chp_wood_pellets_steam_hot_water_output_conversion + - input_agriculture_chp_wood_pellets_electricity_output_conversion + - input_agriculture_chp_wood_pellets_steam_hot_water_output_conversion + - input_energy_chp_local_engine_biogas_electricity_output_conversion + - input_energy_chp_local_engine_biogas_steam_hot_water_output_conversion + - input_agriculture_chp_engine_biogas_electricity_output_conversion + - input_agriculture_chp_engine_biogas_steam_hot_water_output_conversion + - input_energy_chp_supercritical_waste_mix_electricity_output_conversion + - input_energy_chp_supercritical_waste_mix_steam_hot_water_output_conversion + - input_industry_chp_turbine_hydrogen_electricity_output_conversion + - input_industry_chp_turbine_hydrogen_steam_hot_water_output_conversion + - input_energy_heat_burner_wood_pellets_steam_hot_water_output_conversion + - input_energy_heat_burner_coal_steam_hot_water_output_conversion + - input_energy_heat_burner_hydrogen_steam_hot_water_output_conversion + - input_energy_heat_burner_crude_oil_steam_hot_water_output_conversion + - input_energy_heat_burner_network_gas_steam_hot_water_output_conversion + - input_energy_heat_burner_waste_mix_steam_hot_water_output_conversion + - input_energy_heat_boiler_electricity_steam_hot_water_output_conversion + - input_industry_heat_burner_lignite_steam_hot_water_output_conversion + - input_industry_heat_burner_coal_steam_hot_water_output_conversion + - input_industry_heat_burner_crude_oil_steam_hot_water_output_conversion + - input_industry_heat_burner_hydrogen_steam_hot_water_output_conversion + - energy_power_sector_own_use_electricity_demand + - energy_power_hv_network_loss_demand + - energy_distribution_greengas_demand + - energy_regasification_lng_energy_national_gas_network_natural_gas_demand + - energy_distribution_network_gas_loss_demand + - input_energy_heat_distribution_ht_loss_share + - input_energy_heat_distribution_mt_loss_share + - input_energy_heat_distribution_lt_loss_share + - input_energy_power_ultra_supercritical_coal_production + - input_energy_power_supercritical_coal_production + - input_energy_power_combined_cycle_coal_production + - input_energy_power_ultra_supercritical_cofiring_coal_production + - input_energy_power_combined_cycle_ccs_coal_production + - input_energy_power_ultra_supercritical_ccs_coal_production + - input_energy_chp_ultra_supercritical_ht_coal_production + - input_energy_chp_ultra_supercritical_mt_coal_production + - input_energy_chp_ultra_supercritical_cofiring_ht_coal_production + - input_energy_chp_ultra_supercritical_cofiring_mt_coal_production + - input_energy_power_ultra_supercritical_lignite_production + - input_energy_chp_ultra_supercritical_ht_lignite_production + - input_energy_chp_ultra_supercritical_mt_lignite_production + - input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_production + - input_energy_power_ultra_supercritical_network_gas_production + - input_energy_power_turbine_network_gas_production + - input_energy_power_engine_network_gas_production + - input_energy_power_combined_cycle_network_gas_production + - input_energy_power_combined_cycle_ccs_network_gas_production + - input_energy_chp_combined_cycle_ht_network_gas_production + - input_energy_chp_combined_cycle_mt_network_gas_production + - input_energy_chp_local_engine_ht_network_gas_production + - input_energy_chp_local_engine_mt_network_gas_production + - input_energy_power_nuclear_gen2_uranium_oxide_production + - input_energy_power_nuclear_gen3_uranium_oxide_production + - input_energy_power_ultra_supercritical_crude_oil_production + - input_energy_power_engine_diesel_production + - energy_extraction_coal_demand + - energy_extraction_lignite_demand + - energy_extraction_crude_oil_demand + - energy_extraction_natural_gas_demand + - energy_extraction_uranium_oxide_demand + - energy_power_combined_cycle_network_gas_full_load_hours + - energy_power_ultra_supercritical_network_gas_full_load_hours + - energy_power_turbine_network_gas_full_load_hours + - energy_power_engine_network_gas_full_load_hours + - energy_power_supercritical_coal_full_load_hours + - energy_power_combined_cycle_coal_gas_full_load_hours + - energy_power_ultra_supercritical_ccs_coal_full_load_hours + - energy_power_ultra_supercritical_coal_full_load_hours + - energy_power_ultra_supercritical_cofiring_coal_full_load_hours + - energy_power_ultra_supercritical_lignite_full_load_hours + - energy_power_ultra_supercritical_oxyfuel_ccs_lignite_full_load_hours + - energy_power_engine_diesel_full_load_hours + - energy_power_ultra_supercritical_crude_oil_full_load_hours + - energy_power_nuclear_gen2_uranium_oxide_full_load_hours + - energy_power_nuclear_gen3_uranium_oxide_full_load_hours + - energy_power_wind_turbine_inland_full_load_hours + - energy_power_wind_turbine_coastal_full_load_hours + - input_energy_power_wind_turbine_offshore_full_load_hours + - input_solar_panels_roofs_and_parks_full_load_hours + - energy_power_geothermal_full_load_hours + - energy_power_hydro_mountain_full_load_hours + - energy_power_hydro_river_full_load_hours + - energy_power_supercritical_waste_mix_full_load_hours + - energy_power_supercritical_ccs_waste_mix_full_load_hours + - flh_solar_pv_solar_radiation_max + - energy_chp_coal_gas_full_load_hours + - industry_chp_turbine_gas_power_fuelmix_full_load_hours + - industry_chp_combined_cycle_gas_power_fuelmix_full_load_hours + - industry_chp_engine_gas_power_fuelmix_full_load_hours + - agriculture_chp_engine_network_gas_dispatchable_full_load_hours + - input_energy_chp_local_engine_network_gas_full_load_hours + - input_energy_chp_combined_cycle_network_gas_full_load_hours + - input_energy_chp_ultra_supercritical_cofiring_coal_full_load_hours + - input_energy_chp_ultra_supercritical_coal_full_load_hours + - input_energy_chp_ultra_supercritical_lignite_full_load_hours + - industry_chp_ultra_supercritical_coal_full_load_hours + - input_energy_chp_local_wood_pellets_full_load_hours + - industry_chp_wood_pellets_full_load_hours + - agriculture_chp_wood_pellets_full_load_hours + - input_energy_chp_local_engine_biogas_full_load_hours + - agriculture_chp_engine_biogas_full_load_hours + - input_energy_chp_supercritical_waste_mix_full_load_hours + - industry_chp_turbine_hydrogen_full_load_hours + - input_energy_heat_burner_coal_full_load_hours + - industry_heat_burner_coal_full_load_hours + - industry_heat_burner_crude_oil_full_load_hours + - input_energy_heat_burner_crude_oil_full_load_hours + - input_energy_heat_burner_network_gas_full_load_hours + - industry_heat_burner_lignite_full_load_hours + - input_energy_heat_burner_wood_pellets_full_load_hours + - input_energy_heat_solar_solar_thermal_full_load_hours + - input_energy_heat_burner_waste_mix_full_load_hours + - input_energy_heat_heatpump_water_water_electricity_full_load_hours + - industry_heat_burner_hydrogen_full_load_hours + - aquathermal_potential_for_surface_water + - aquathermal_potential_for_waste_water + - aquathermal_potential_for_drink_water + - input_energy_heat_burner_ht_wood_pellets_production + - input_energy_heat_burner_mt_wood_pellets_production + - input_energy_heat_burner_ht_coal_production + - input_energy_heat_burner_mt_coal_production + - input_energy_heat_burner_ht_crude_oil_production + - input_energy_heat_burner_mt_crude_oil_production + - input_energy_heat_heatpump_water_water_ht_electricity_production + - input_energy_heat_heatpump_water_water_mt_electricity_production + - input_energy_heat_heatpump_water_water_lt_electricity_production + - input_energy_heat_boiler_ht_electricity_production + - input_energy_heat_boiler_mt_electricity_production + - input_energy_heat_boiler_lt_electricity_production + - input_energy_heat_well_deep_ht_geothermal_production + - input_energy_heat_well_deep_mt_geothermal_production + - input_energy_heat_well_shallow_heatpump_mt_geothermal_production + - input_energy_heat_well_shallow_lt_geothermal_production + - input_energy_heat_burner_ht_hydrogen_production + - input_energy_heat_burner_mt_hydrogen_production + - input_energy_heat_burner_lt_hydrogen_production + - input_energy_heat_burner_ht_network_gas_production + - input_energy_heat_burner_mt_network_gas_production + - input_energy_heat_solar_ht_solar_thermal_production + - input_energy_heat_solar_mt_solar_thermal_production + - input_energy_heat_solar_lt_solar_thermal_production + - input_energy_heat_burner_mt_waste_mix_production + - energy_heat_import_ht_steam_hot_water_demand + - energy_heat_import_mt_steam_hot_water_demand + - energy_heat_import_lt_steam_hot_water_demand + - input_energy_power_wind_turbine_coastal_production + - input_energy_power_wind_turbine_offshore_production + - input_energy_power_solar_csp_solar_radiation_production + - input_energy_chp_supercritical_ht_waste_mix_production + - input_energy_chp_supercritical_mt_waste_mix_production + - input_energy_power_supercritical_ccs_waste_mix_production + - input_energy_chp_local_ht_wood_pellets_production + - input_energy_chp_local_mt_wood_pellets_production + - input_energy_chp_local_engine_ht_biogas_production + - input_energy_chp_local_engine_mt_biogas_production + - input_energy_power_hydro_river_production + - input_energy_power_hydro_mountain_production + - input_energy_power_geothermal_production + - households_final_demand_electricity_households_final_demand_for_cooking_electricity_parent_share + - households_final_demand_electricity_households_final_demand_for_cooling_electricity_parent_share + - households_final_demand_electricity_households_final_demand_for_hot_water_electricity_parent_share + - households_final_demand_electricity_households_final_demand_for_lighting_electricity_parent_share + - households_final_demand_electricity_households_final_demand_for_space_heating_electricity_parent_share + - households_final_demand_electricity_households_final_demand_for_appliances_electricity_parent_share + - households_final_demand_network_gas_households_final_demand_for_cooking_network_gas_parent_share + - households_final_demand_network_gas_households_final_demand_for_hot_water_network_gas_parent_share + - households_final_demand_network_gas_households_final_demand_for_space_heating_network_gas_parent_share + - households_final_demand_network_gas_households_final_demand_for_cooling_network_gas_parent_share + - input_households_final_demand_steam_hot_water_households_final_demand_for_hot_water_steam_hot_water_parent_share + - input_households_final_demand_steam_hot_water_households_final_demand_for_space_heating_steam_hot_water_parent_share + - households_final_demand_wood_pellets_households_final_demand_for_hot_water_wood_pellets_parent_share + - households_final_demand_wood_pellets_households_final_demand_for_space_heating_wood_pellets_parent_share + - households_final_demand_wood_pellets_households_final_demand_for_cooking_wood_pellets_parent_share + - households_final_demand_crude_oil_households_final_demand_for_space_heating_crude_oil_parent_share + - households_final_demand_crude_oil_households_final_demand_for_hot_water_crude_oil_parent_share + - households_final_demand_coal_households_final_demand_for_space_heating_coal_parent_share + - households_final_demand_coal_households_final_demand_for_hot_water_coal_parent_share + - households_final_demand_for_space_heating_network_gas_households_space_heater_combined_network_gas_parent_share + - households_final_demand_for_space_heating_network_gas_households_space_heater_network_gas_parent_share + - households_final_demand_for_space_heating_network_gas_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share + - households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_air_water_electricity_parent_share + - households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_ground_water_electricity_parent_share + - households_final_demand_for_cooking_electricity_households_cooker_halogen_electricity_parent_share + - households_final_demand_for_cooking_electricity_households_cooker_induction_electricity_parent_share + - households_final_demand_for_cooking_electricity_households_cooker_resistive_electricity_parent_share + - households_final_demand_for_lighting_electricity_households_lighting_incandescent_electricity_parent_share + - households_final_demand_for_lighting_electricity_households_lighting_efficient_fluorescent_electricity_parent_share + - households_final_demand_for_lighting_electricity_households_lighting_led_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_clothes_dryer_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_computer_media_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_dishwasher_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_fridge_freezer_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_other_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_television_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_vacuum_cleaner_electricity_parent_share + - households_final_demand_for_appliances_electricity_households_appliances_washing_machine_electricity_parent_share + - households_final_demand_for_cooling_electricity_households_cooling_airconditioning_electricity_parent_share + - households_final_demand_for_cooling_electricity_households_cooling_heatpump_ground_water_electricity_parent_share + - households_final_demand_for_cooling_electricity_households_cooling_heatpump_air_water_electricity_parent_share + - households_final_demand_coal_demand + - input_households_final_demand_crude_oil_demand + - households_final_demand_solar_thermal_demand + - input_percentage_of_lt_steam_hot_water_households_final_demand_steam_hot_water + - input_percentage_of_mt_steam_hot_water_households_final_demand_steam_hot_water + - input_percentage_of_ht_steam_hot_water_households_final_demand_steam_hot_water + - input_percentage_of_diesel_households_final_demand_crude_oil + - input_percentage_of_biodiesel_households_final_demand_crude_oil + - input_percentage_of_kerosene_households_final_demand_crude_oil + - input_percentage_of_bio_kerosene_households_final_demand_crude_oil + - input_percentage_of_lpg_households_final_demand_crude_oil + - input_percentage_of_bio_oil_households_final_demand_crude_oil + - input_percentage_of_crude_oil_households_final_demand_crude_oil + - residences_roof_surface_available_for_pv + - typical_useful_demand_for_space_heating_apartments_before_1945 + - typical_useful_demand_for_space_heating_apartments_1945_1964 + - typical_useful_demand_for_space_heating_apartments_1965_1984 + - typical_useful_demand_for_space_heating_apartments_1985_2004 + - typical_useful_demand_for_space_heating_apartments_2005_present + - typical_useful_demand_for_space_heating_apartments_future + - typical_useful_demand_for_space_heating_detached_houses_before_1945 + - typical_useful_demand_for_space_heating_detached_houses_1945_1964 + - typical_useful_demand_for_space_heating_detached_houses_1965_1984 + - typical_useful_demand_for_space_heating_detached_houses_1985_2004 + - typical_useful_demand_for_space_heating_detached_houses_2005_present + - typical_useful_demand_for_space_heating_detached_houses_future + - typical_useful_demand_for_space_heating_semi_detached_houses_before_1945 + - typical_useful_demand_for_space_heating_semi_detached_houses_1945_1964 + - typical_useful_demand_for_space_heating_semi_detached_houses_1965_1984 + - typical_useful_demand_for_space_heating_semi_detached_houses_1985_2004 + - typical_useful_demand_for_space_heating_semi_detached_houses_2005_present + - typical_useful_demand_for_space_heating_semi_detached_houses_future + - typical_useful_demand_for_space_heating_terraced_houses_before_1945 + - typical_useful_demand_for_space_heating_terraced_houses_1945_1964 + - typical_useful_demand_for_space_heating_terraced_houses_1965_1984 + - typical_useful_demand_for_space_heating_terraced_houses_1985_2004 + - typical_useful_demand_for_space_heating_terraced_houses_2005_present + - typical_useful_demand_for_space_heating_terraced_houses_future + - present_share_of_apartments_before_1945_in_useful_demand_for_space_heating + - present_share_of_apartments_1945_1964_in_useful_demand_for_space_heating + - present_share_of_apartments_1965_1984_in_useful_demand_for_space_heating + - present_share_of_apartments_1985_2004_in_useful_demand_for_space_heating + - present_share_of_apartments_2005_present_in_useful_demand_for_space_heating + - present_share_of_detached_houses_before_1945_in_useful_demand_for_space_heating + - present_share_of_detached_houses_1945_1964_in_useful_demand_for_space_heating + - present_share_of_detached_houses_1965_1984_in_useful_demand_for_space_heating + - present_share_of_detached_houses_1985_2004_in_useful_demand_for_space_heating + - present_share_of_detached_houses_2005_present_in_useful_demand_for_space_heating + - present_share_of_semi_detached_houses_before_1945_in_useful_demand_for_space_heating + - present_share_of_semi_detached_houses_1945_1964_in_useful_demand_for_space_heating + - present_share_of_semi_detached_houses_1965_1984_in_useful_demand_for_space_heating + - present_share_of_semi_detached_houses_1985_2004_in_useful_demand_for_space_heating + - present_share_of_semi_detached_houses_2005_present_in_useful_demand_for_space_heating + - present_share_of_terraced_houses_before_1945_in_useful_demand_for_space_heating + - present_share_of_terraced_houses_1945_1964_in_useful_demand_for_space_heating + - present_share_of_terraced_houses_1965_1984_in_useful_demand_for_space_heating + - present_share_of_terraced_houses_1985_2004_in_useful_demand_for_space_heating + - present_share_of_terraced_houses_2005_present_in_useful_demand_for_space_heating + - input_industry_metal_aluminium_production + - input_industry_aluminium_electrolysis_current_electricity_share + - input_industry_aluminium_smeltoven_electricity_share + - input_industry_metal_aluminium_electricity_demand + - input_industry_metal_aluminium_network_gas_demand + - industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_electrolysis_current_electricity_parent_share + - industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_smeltoven_electricity_parent_share + - industry_aluminium_burner_network_gas_industry_aluminium_electrolysis_current_electricity_parent_share + - industry_aluminium_burner_network_gas_industry_aluminium_smeltoven_electricity_parent_share + - input_industry_chemical_other_steam_hot_water_demand + - input_industry_chemical_other_wood_pellets_demand + - input_industry_chemical_other_crude_oil_demand + - input_industry_chemical_other_coal_demand + - input_industry_chemical_other_network_gas_non_energetic_demand + - input_industry_chemical_other_wood_pellets_non_energetic_demand + - input_industry_chemical_other_crude_oil_non_energetic_demand + - input_industry_chemical_other_coal_non_energetic_demand + - input_industry_chemical_fertilizers_steam_hot_water_demand + - input_industry_chemical_fertilizers_wood_pellets_demand + - input_industry_chemical_fertilizers_crude_oil_demand + - input_industry_chemical_fertilizers_coal_demand + - input_industry_chemical_fertilizers_network_gas_non_energetic_demand + - input_industry_chemical_fertilizers_wood_pellets_non_energetic_demand + - input_industry_chemical_fertilizers_crude_oil_non_energetic_demand + - input_industry_chemical_fertilizers_coal_non_energetic_demand + - input_industry_chemical_fertilizers_hydrogen_non_energetic_demand + - input_industry_food_steam_hot_water_demand + - input_industry_food_wood_pellets_demand + - input_industry_food_crude_oil_demand + - input_industry_food_coal_demand + - industry_final_demand_for_other_food_electricity_industry_useful_demand_for_other_food_electricity_parent_share + - industry_final_demand_for_other_food_electricity_industry_other_food_heater_electricity_parent_share + - industry_chp_combined_cycle_gas_power_fuelmix_demand + - industry_chp_engine_gas_power_fuelmix_demand + - industry_chp_turbine_gas_power_fuelmix_demand + - industry_chp_ultra_supercritical_coal_demand + - industry_chp_wood_pellets_demand + - industry_chp_turbine_hydrogen_demand + - industry_heat_burner_lignite_demand + - industry_heat_burner_coal_demand + - industry_heat_well_geothermal_demand + - industry_heat_burner_crude_oil_demand + - industry_heat_burner_hydrogen_demand + - input_share_mixer_gas_fuel_bio_oil + - input_share_mixer_gas_fuel_oil + - input_share_mixer_gas_fuel_network_gas + - input_percentage_of_diesel_industry_final_demand_crude_oil + - input_percentage_of_biodiesel_industry_final_demand_crude_oil + - input_percentage_of_kerosene_industry_final_demand_crude_oil + - input_percentage_of_bio_kerosene_industry_final_demand_crude_oil + - input_percentage_of_lpg_industry_final_demand_crude_oil + - input_percentage_of_bio_oil_industry_final_demand_crude_oil + - input_percentage_of_crude_oil_industry_final_demand_crude_oil + - input_industry_metal_other_steam_hot_water_demand + - input_industry_metal_other_crude_oil_demand + - input_industry_metal_other_coal_demand + - input_industry_other_steam_hot_water_demand + - input_industry_other_wood_pellets_demand + - input_industry_other_crude_oil_demand + - input_industry_other_coal_demand + - input_industry_other_cokes_demand + - input_industry_other_network_gas_non_energetic_demand + - input_industry_other_wood_pellets_non_energetic_demand + - input_industry_other_crude_oil_non_energetic_demand + - input_industry_other_coal_non_energetic_demand + - input_industry_other_cokes_non_energetic_demand + - input_industry_paper_steam_hot_water_demand + - input_industry_paper_wood_pellets_demand + - input_industry_paper_crude_oil_demand + - input_industry_paper_coal_demand + - industry_final_demand_for_other_paper_electricity_industry_useful_demand_for_other_paper_electricity_parent_share + - industry_final_demand_for_other_paper_electricity_industry_other_paper_heater_electricity_parent_share + - industry_useful_demand_for_chemical_refineries_crude_oil_non_energetic_demand + - input_industry_chemical_refineries_wood_pellets_non_energetic_demand + - input_industry_chemical_refineries_network_gas_non_energetic_demand + - input_industry_chemical_refineries_coal_non_energetic_demand + - input_industry_chemical_refineries_steam_hot_water_demand + - input_industry_chemical_refineries_wood_pellets_demand + - input_industry_chemical_refineries_coal_demand + - input_industry_chemical_refineries_crude_oil_demand + - input_industry_refinery_transformation_crude_oil_other_oil_demand + - input_industry_refinery_transformation_crude_oil_gasoline_demand + - input_industry_refinery_transformation_crude_oil_heavy_fuel_oil_demand + - input_industry_refinery_transformation_crude_oil_kerosene_demand + - input_industry_refinery_transformation_crude_oil_lpg_demand + - input_industry_refinery_transformation_crude_oil_refinery_gas_demand + - input_industry_refinery_transformation_crude_oil_diesel_demand + - energy_distribution_crude_oil_loss_demand + - input_industry_steel_blastfurnace_bof_share + - input_industry_steel_scrap_hbi_eaf_share + - industry_final_demand_for_metal_steel_coal_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_coal_industry_steel_scrap_hbi_eaf_parent_share + - industry_final_demand_for_metal_steel_cokes_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_cokes_industry_steel_scrap_hbi_eaf_parent_share + - industry_final_demand_for_metal_steel_crude_oil_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_crude_oil_industry_steel_scrap_hbi_eaf_parent_share + - industry_final_demand_for_metal_steel_electricity_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_electricity_industry_steel_scrap_hbi_eaf_parent_share + - industry_final_demand_for_metal_steel_network_gas_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_network_gas_industry_steel_scrap_hbi_eaf_parent_share + - industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_scrap_hbi_eaf_parent_share + - industry_final_demand_for_metal_steel_wood_pellets_industry_steel_blastfurnace_bof_parent_share + - industry_final_demand_for_metal_steel_wood_pellets_industry_steel_scrap_hbi_eaf_parent_share + - other_final_demand_electricity_demand + - other_final_demand_network_gas_demand + - input_other_final_demand_steam_hot_water_demand + - other_final_demand_wood_pellets_demand + - other_final_demand_coal_demand + - other_final_demand_crude_oil_demand + - other_final_demand_crude_oil_non_energetic_demand + - transport_final_demand_kerosene_demand + - input_transport_plane_gasoline_demand + - input_transport_plane_bio_ethanol_demand + - input_transport_plane_electricity_demand + - bunkers_total_useful_demand_planes_demand + - input_transport_rail_electricity_demand + - input_transport_rail_diesel_demand + - input_transport_rail_biodiesel_demand + - transport_final_demand_coal_demand + - transport_final_demand_for_rail_electricity_transport_freight_train_using_electricity_parent_share + - transport_final_demand_for_rail_electricity_transport_tram_using_electricity_parent_share + - transport_final_demand_for_rail_electricity_transport_passenger_train_using_electricity_parent_share + - transport_rail_mixer_diesel_transport_freight_train_using_diesel_mix_parent_share + - transport_rail_mixer_diesel_transport_passenger_train_using_diesel_mix_parent_share + - number_of_cars + - number_of_vans + - number_of_busses + - number_of_trucks + - input_transport_road_human_powered_bicycle_demand + - transport_road_mixer_gasoline_transport_car_using_gasoline_mix_parent_share + - transport_road_mixer_gasoline_transport_van_using_gasoline_mix_parent_share + - transport_road_mixer_gasoline_transport_bus_using_gasoline_mix_parent_share + - transport_road_mixer_gasoline_transport_truck_using_gasoline_mix_parent_share + - transport_road_mixer_gasoline_transport_motorcycle_using_gasoline_mix_parent_share + - transport_road_mixer_diesel_transport_car_using_diesel_mix_parent_share + - transport_road_mixer_diesel_transport_van_using_diesel_mix_parent_share + - transport_road_mixer_diesel_transport_bus_using_diesel_mix_parent_share + - transport_road_mixer_diesel_transport_truck_using_diesel_mix_parent_share + - transport_final_demand_for_road_electricity_transport_car_using_electricity_parent_share + - transport_final_demand_for_road_electricity_transport_van_using_electricity_parent_share + - transport_final_demand_for_road_electricity_transport_bus_using_electricity_parent_share + - transport_final_demand_for_road_electricity_transport_motorcycle_using_electricity_parent_share + - transport_final_demand_for_road_electricity_transport_bicycle_using_electricity_parent_share + - transport_final_demand_for_road_electricity_transport_truck_using_electricity_parent_share + - transport_road_mixer_compressed_network_gas_transport_bus_using_compressed_natural_gas_parent_share + - transport_road_mixer_compressed_network_gas_transport_car_using_compressed_natural_gas_parent_share + - transport_road_mixer_compressed_network_gas_transport_van_using_compressed_natural_gas_parent_share + - transport_road_mixer_compressed_network_gas_transport_truck_using_compressed_natural_gas_parent_share + - input_transport_road_car_hydrogen_share + - transport_final_demand_for_road_hydrogen_transport_van_using_hydrogen_parent_share + - transport_final_demand_for_road_hydrogen_transport_bus_using_hydrogen_parent_share + - transport_final_demand_for_road_hydrogen_transport_truck_using_hydrogen_parent_share + - transport_road_mixer_lng_transport_bus_using_lng_mix_parent_share + - transport_road_mixer_lng_transport_truck_using_lng_mix_parent_share + - transport_final_demand_for_road_lpg_transport_car_using_lpg_parent_share + - transport_final_demand_for_road_lpg_transport_van_using_lpg_parent_share + - input_transport_ship_biodiesel_demand + - transport_final_demand_for_shipping_lng_demand + - transport_final_demand_for_shipping_bio_lng_demand + - input_transport_ship_bio_ethanol_demand + - transport_final_demand_heavy_fuel_oil_demand + - input_transport_ship_electricity_demand + - bunkers_total_useful_demand_ships_demand + message: + "Deze waarde komt uit de dataset van 2019. Er is een partiële update gedaan van 2019 naar 2022, hier zijn niet alle datapunten geüpdated, maar een subset van meest significante datapunten." + +- fields: + - present_number_of_buildings + message: + " TNO verrijkte BAG dataset https://energy.nl/publications/verrijkte-bag-energetische-vraagstukken/" + +- fields: + - input_buildings_electricity_demand + message: + "Som publieke en commerciële dienstverlening minnus ICT en elektriciteitsverbruik voor mobiliteit. Link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c" + +- fields: + - buildings_final_demand_network_gas_demand + message: + "Som publieke en commerciële dienstverlening. Link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c" + +- fields: + - input_buildings_final_demand_steam_hot_water_demand + message: + "Factor ontwikkeling Verbruik stadswarmte woningen gekozen tussen 2019-2022, link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - buildings_final_demand_wood_pellets_demand + - buildings_final_demand_coal_demand + - input_buildings_final_demand_crude_oil_demand + - buildings_final_demand_solar_thermal_demand + message: + "2019 data" + +- fields: + - input_buildings_solar_pv_demand + message: + "Klimaatmonitor. Zonnestroom [TJ] totaal minus op woningen en velden. Zie: https://klimaatmonitor.databank.nl/Jive?workspace_guid=750cf598-f509-4ede-94cc-911de14cc6d8 " + +- fields: + - input_energy_heat_burner_ht_waste_mix_production + message: + "Klimaatmonitor. Doorgeleverde warmte afvalverbranding (AVI, fossiele en biogene oorsprong) [TJ]. https://klimaatmonitor.databank.nl/Jive?workspace_guid=7695619b-7fec-47b4-8d0f-91d976212b65" + +- fields: + - input_energy_power_wind_turbine_inland_production + message: + "Klimaatmonitor. Wind op land hern. elektriciteit genormaliseerd [TJ]. Zie: https://klimaatmonitor.databank.nl/Jive?workspace_guid=d362e1d3-875a-4ab7-a603-d1070a17f720" + +- fields: + - input_energy_power_solar_pv_solar_radiation_production + message: + "Klimaatmonitor. Zonnestroom [TJ] totaal vermenigvuldigd met vermogen geregistreerd veld-/wateropstelling gedeeld door totaal vermogen geregistreerde zonnepanelen. Zie: https://klimaatmonitor.databank.nl/Jive?workspace_guid=750cf598-f509-4ede-94cc-911de14cc6d8 " + +- fields: + - input_energy_power_supercritical_waste_mix_production + message: + "Klimaatmonitor. Opgewekte elektriciteit afvalverbranding (AVI, fossiele en biogene oorsprong_ Omzetting GWh naar TJ. https://klimaatmonitor.databank.nl/Jive?workspace_guid=bceee915-5f83-465a-8b31-ad966b1f1bde" + +- fields: + - households_final_demand_for_space_heating_electricity_households_space_heater_electricity_parent_share + message: + "Gecorrigeerd om verdeling totale elektriciteit naar warmtetechnologiën op 100 te houden" + +- fields: + - households_final_demand_for_space_heating_electricity_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share + message: + "2019 met factor 4 verhoogd om op 0.8% van woningen uit te komen, net als op de klimaatmonitor. Som van elektrisch verwarmd met laag aardgasgebruik en elektrisch verwarmd met hoog aardgasverbruik." + +- fields: + - households_final_demand_electricity_demand + message: + "Elektriciteitsverbruik woningen, link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - households_final_demand_network_gas_demand + message: + "Aardgasverbruik woningen (niet-temperatuur gecorrigeerd), link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - input_households_final_demand_steam_hot_water_demand + message: + "Verbruik stadswarmte woningen (niet-temperatuur gecorrigeerd), link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - households_final_demand_wood_pellets_demand + message: + "Som van Houtskool hern. warmte [TJ] en Houtkachels woningen hern. warmte [TJ], link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - input_households_solar_pv_demand + message: + "Klimaatmonitor. Zonnestroom [TJ] totaal vermenigvuldigd met vermogen geregistreerd woningen gedeeld door totaal vermogen geregistreerde zonnepanelen. Zie: https://klimaatmonitor.databank.nl/Jive?workspace_guid=750cf598-f509-4ede-94cc-911de14cc6d8 " + +- fields: + - number_of_inhabitants + message: + "Verkregen door categorie Aantal inwoners op de Klimaatmonitor https://klimaatmonitor.databank.nl/Jive?workspace_guid=cda59f29-47ce-4bd8-8f79-d880a7c18fdd" + +- fields: + - present_number_of_apartments_before_1945 + - present_number_of_apartments_1945_1964 + - present_number_of_apartments_1965_1984 + - present_number_of_apartments_1985_2004 + - present_number_of_apartments_2005_present + - present_number_of_detached_houses_before_1945 + - present_number_of_detached_houses_1945_1964 + - present_number_of_detached_houses_1965_1984 + - present_number_of_detached_houses_1985_2004 + - present_number_of_detached_houses_2005_present + - present_number_of_semi_detached_houses_before_1945 + - present_number_of_semi_detached_houses_1945_1964 + - present_number_of_semi_detached_houses_1965_1984 + - present_number_of_semi_detached_houses_1985_2004 + - present_number_of_semi_detached_houses_2005_present + - present_number_of_terraced_houses_before_1945 + - present_number_of_terraced_houses_1945_1964 + - present_number_of_terraced_houses_1965_1984 + - present_number_of_terraced_houses_1985_2004 + - present_number_of_terraced_houses_2005_present + message: + "Verkregen aan de hand van de PBL referentieverbruik dataset door de gemeentebestanden van Noord-Holland te downloaden via https://www.pbl.nl/publicaties/referentieverbruik-warmte-woningen" + +- fields: + - input_industry_ict_electricity_demand + message: + "Klimaatmonitor. Elektriciteitsverbruik Informatie en communicatie (SBI J). Wordt afgetrokken van elektriciteitsvraag gebouwen (utiliteiten) om dubbeltellingen te voorkomen. Link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=da054832-1fc8-4bac-b20b-bdef58eab748" + +- fields: + - input_industry_chemical_other_electricity_demand + - input_industry_food_electricity_demand + - input_industry_metal_other_electricity_demand + - input_industry_paper_electricity_demand + message: + "Verkregen doot totale elektriciteitsvraag van de industrie (SBI C) minnus Tata steel verbruik, kunstmest en raffinaderijen te verdelen over voedsel, papier, overige metalen, overig chemie en overige industrie. Deze verdeling is gemaakt o.b.v. % uitstoot op emissieregistratie (ER). Voorbeeld: 38% van uitstoot op ER is van voedsel, 38% van aardgas gaat naar de voedselsector." + +- fields: + - input_industry_chemical_other_network_gas_demand + - input_industry_food_network_gas_demand + - input_industry_metal_other_network_gas_demand + - input_industry_paper_network_gas_demand + message: + "Verkregen doot totale aardgasvraag van de industrie (SBI C) minnus Tata steel verbruik, kunstmest en raffinaderijen te verdelen over voedsel, papier, overige metalen, overig chemie en overige industrie. Deze verdeling is gemaakt o.b.v. % uitstoot op emissieregistratie (ER). Voorbeeld: 38% van uitstoot op ER is van voedsel, 38% van aardgas gaat naar de voedselsector." + +- fields: + - input_industry_chemical_fertilizers_electricity_demand + - input_industry_chemical_fertilizers_network_gas_demand + message: + "Nagenoeg geen grootschalige kunstmestproductie in Noord-Holland. Volgens emissieregistratie bevindt 0.4% van de uitstoot uit de kunstmestproductie zich in Noord-Holland. Energiedata niet bekend. " + +- fields: + - input_industry_other_electricity_demand + message: + "Verkregen doot totale elektriciteitsvraag van de industrie elektriciteit (SBI C, SBI B, SBI E, SBI F) minnus Tata steel verbruik, kunstmest en raffinaderijen te verdelen over voedsel, papier, overige metalen, overig chemie en overige industrie. Deze verdeling is gemaakt o.b.v. % uitstoot op emissieregistratie (ER). Voorbeeld: 38% van uitstoot op ER is van voedsel, 38% van aardgas gaat naar de voedselsector." + +- fields: + - input_industry_other_network_gas_demand + message: + "Verkregen doot totale gasvraag van de industrie elektriciteit (SBI C, SBI B, SBI E, SBI F) minnus Tata steel verbruik, kunstmest en raffinaderijen te verdelen over voedsel, papier, overige metalen, overig chemie en overige industrie. Deze verdeling is gemaakt o.b.v. % uitstoot op emissieregistratie (ER). Voorbeeld: 38% van uitstoot op ER is van voedsel, 38% van aardgas gaat naar de voedselsector." + +- fields: + - input_industry_chemical_refineries_electricity_demand + - input_industry_chemical_refineries_network_gas_demand + message: + "Nagenoeg geen grootschalige raffinage in Noord-Holland, zoals in Zuid-Holland. Volgens emissieregistratie bevindt 0.4% van de uitstoot uit de raffinage zich in Noord-Holland. Energiedata niet bekend, op 0 gehouden, net als in 2019 dataset" + +- fields: + - input_industry_metal_steel_production + message: + "https://worldsteel.org/publications/bookshop/world-steel-in-figures-2024/" + +- fields: + - input_industry_metal_steel_coal_demand + - input_industry_metal_steel_cokes_demand + - input_industry_metal_steel_coal_gas_demand + - input_industry_metal_steel_electricity_demand + - input_industry_metal_steel_network_gas_demand + - input_industry_metal_steel_steam_hot_water_demand + - input_industry_metal_steel_crude_oil_demand + - input_industry_metal_steel_wood_pellets_demand + - input_energy_cokesoven_transformation_coal_input_demand + - input_energy_cokesoven_transformation_cokes_output_conversion + - input_energy_cokesoven_transformation_coal_gas_output_conversion + - input_energy_cokesoven_transformation_loss_output_conversion + - input_energy_blastfurnace_transformation_coal_input_demand + - input_energy_blastfurnace_transformation_cokes_input_demand + - input_energy_blastfurnace_transformation_coal_gas_output_conversion + - input_energy_blastfurnace_transformation_loss_output_conversion + - input_energy_power_combined_cycle_coal_gas_coal_gas_input_demand + - input_energy_chp_coal_gas_coal_gas_input_demand + - input_energy_power_combined_cycle_coal_gas_electricity_output_conversion + - input_energy_power_combined_cycle_coal_gas_loss_output_conversion + - input_energy_chp_coal_gas_electricity_output_conversion + - input_energy_chp_coal_gas_steam_hot_water_output_conversion + - input_energy_chp_coal_gas_loss_output_conversion + message: + "Data komt van de Eurostat Energiebalans, 99.6% van staalsector staat in Velsen, Noord-Holland. Link: https://ec.europa.eu/eurostat/databrowser/bookmark/f2ea61c2-55e2-4e33-a4d8-6872faa17f27?lang=en" + +- fields: + - input_transport_road_gasoline_demand + - input_transport_road_diesel_demand + - transport_final_demand_lpg_demand + - input_transport_road_bio_ethanol_demand + - input_transport_road_biodiesel_demand + - transport_final_demand_for_road_compressed_network_gas_demand + - transport_final_demand_hydrogen_demand + - transport_final_demand_for_road_lng_demand + - transport_final_demand_for_road_bio_lng_demand + message: + "Nu verdeling in 2019 gebruikt t.o.v. totale energievraag wegverkeer + mobiele werktuigen in 2022, link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - input_transport_road_electricity_demand + message: + "O.b.v. van de groeifactor van BEV = x3, link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + +- fields: + - input_transport_ship_diesel_demand + message: + "Som van Energieverbruik visserij (diesel en stookolie) [TJ] en Energieverbruik binnen- en recreatievaart (diesel en benzine) [TJ], link naar de Klimaatmonitor: https://klimaatmonitor.databank.nl/Jive?workspace_guid=bc1a0b72-44e3-47db-9994-e3b198f8665c " + diff --git a/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022/data.csv b/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022/data.csv new file mode 100644 index 00000000..74877de6 --- /dev/null +++ b/db/migrate/20240909071009_pv27_noord_holland_create_dataset_2022/data.csv @@ -0,0 +1,2 @@ +geo_id,name,country,analysis_year,agriculture_final_demand_electricity_demand,agriculture_final_demand_network_gas_demand,input_agriculture_final_demand_steam_hot_water_demand,agriculture_final_demand_wood_pellets_demand,input_agriculture_final_demand_crude_oil_demand,agriculture_final_demand_hydrogen_demand,input_percentage_of_central_mt_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_central_ht_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_local_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_diesel_agriculture_final_demand_crude_oil,input_percentage_of_biodiesel_agriculture_final_demand_crude_oil,input_percentage_of_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_bio_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_lpg_agriculture_final_demand_crude_oil,input_percentage_of_bio_oil_agriculture_final_demand_crude_oil,input_percentage_of_crude_oil_agriculture_final_demand_crude_oil,agriculture_chp_engine_network_gas_dispatchable_demand,agriculture_chp_engine_biogas_demand,agriculture_chp_wood_pellets_demand,analysis_year,file_carriers_natural_gas_co2_conversion_per_mj,file_carriers_crude_oil_co2_conversion_per_mj,file_carriers_coal_co2_conversion_per_mj,file_carriers_lignite_co2_conversion_per_mj,file_carriers_non_biogenic_waste_co2_conversion_per_mj,file_carriers_propane_co2_conversion_per_mj,file_carriers_diesel_co2_conversion_per_mj,file_carriers_gasoline_co2_conversion_per_mj,file_carriers_heavy_fuel_oil_co2_conversion_per_mj,file_carriers_kerosene_co2_conversion_per_mj,file_carriers_lng_co2_conversion_per_mj,file_carriers_lpg_co2_conversion_per_mj,file_carriers_imported_electricity_co2_conversion_per_mj,file_carriers_imported_heat_co2_conversion_per_mj,file_carriers_imported_hydrogen_co2_conversion_per_mj,file_carriers_imported_ammonia_co2_conversion_per_mj,co2_emission_1990,co2_emission_1990_aviation_bunkers,co2_emission_1990_marine_bunkers,energetic_emissions_other_ghg_households,energetic_emissions_other_ghg_buildings,energetic_emissions_other_ghg_transport,energetic_emissions_other_ghg_agriculture,energetic_emissions_other_ghg_industry,energetic_emissions_other_ghg_energy,non_energetic_emissions_co2_chemical_industry,non_energetic_emissions_co2_waste_management,non_energetic_emissions_co2_other_industry,non_energetic_emissions_co2_agriculture_manure,non_energetic_emissions_co2_agriculture_soil_cultivation,indirect_emissions_co2,non_energetic_emissions_other_ghg_chemical_industry,non_energetic_emissions_other_ghg_waste_management,non_energetic_emissions_other_ghg_other_industry,non_energetic_emissions_other_ghg_agriculture_manure,non_energetic_emissions_other_ghg_agriculture_soil_cultivation,non_energetic_emissions_other_ghg_agriculture_fermentation,non_energetic_emissions_other_ghg_agriculture_other,total_land_area,areable_land,offshore_suitable_for_wind,coast_line,lv_net_total_costs_present,mv_net_total_costs_present,hv_net_total_costs_present,lv_mv_trafo_total_costs_present,mv_hv_trafo_total_costs_present,offshore_net_costs_present,interconnection_net_costs_present,annual_infrastructure_cost_gas,lv_net_spare_capacity,mv_net_spare_capacity,hv_net_spare_capacity,lv_mv_trafo_spare_capacity,mv_hv_trafo_spare_capacity,interconnector_capacity,lv_net_capacity_per_step,lv_net_costs_per_capacity_step,mv_net_capacity_per_step,mv_net_costs_per_capacity_step,hv_net_capacity_per_step,hv_net_costs_per_capacity_step,lv_mv_trafo_capacity_per_step,lv_mv_trafo_costs_per_capacity_step,mv_hv_trafo_capacity_per_step,mv_hv_trafo_costs_per_capacity_step,heat_length_of_distribution_pipelines_in_meter_per_residence_object_first_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_second_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_third_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fourth_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fifth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_first_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_second_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_third_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fourth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fifth_bracket,buildings_final_demand_electricity_buildings_final_demand_for_lighting_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_space_heating_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_appliances_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_cooling_electricity_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_appliances_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_space_heating_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_cooling_network_gas_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_space_heating_wood_pellets_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_appliances_wood_pellets_parent_share,buildings_final_demand_coal_buildings_final_demand_for_space_heating_coal_parent_share,buildings_final_demand_coal_buildings_final_demand_for_appliances_coal_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_space_heating_crude_oil_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_appliances_crude_oil_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_heatpump_air_water_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_network_gas_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_collective_heatpump_water_water_ts_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_efficient_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_standard_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_led_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_airconditioning_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_collective_heatpump_water_water_ts_electricity_parent_share,present_number_of_buildings,buildings_roof_surface_available_for_pv,typical_useful_demand_for_space_heating_buildings_present,typical_useful_demand_for_space_heating_buildings_future,input_buildings_electricity_demand,buildings_final_demand_network_gas_demand,input_buildings_final_demand_steam_hot_water_demand,buildings_final_demand_wood_pellets_demand,buildings_final_demand_coal_demand,input_buildings_final_demand_crude_oil_demand,buildings_final_demand_solar_thermal_demand,input_percentage_of_lt_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_ht_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_diesel_buildings_final_demand_crude_oil,input_percentage_of_biodiesel_buildings_final_demand_crude_oil,input_percentage_of_kerosene_buildings_final_demand_crude_oil,input_percentage_of_bio_kerosene_buildings_final_demand_crude_oil,input_percentage_of_lpg_buildings_final_demand_crude_oil,input_percentage_of_bio_oil_buildings_final_demand_crude_oil,input_percentage_of_crude_oil_buildings_final_demand_crude_oil,input_buildings_solar_pv_demand,energy_greengas_gasification_dry_biomass_energy_greengas_production_child_share,energy_greengas_gasification_wet_biomass_energy_greengas_production_child_share,energy_greengas_upgrade_biogas_energy_greengas_production_child_share,energy_distribution_biogenic_waste_energy_distribution_waste_mix_child_share,energy_distribution_non_biogenic_waste_energy_distribution_waste_mix_child_share,energy_production_dry_biomass_max_demand,energy_production_wet_biomass_max_demand,energy_production_oily_biomass_max_demand,input_energy_power_supercritical_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_power_combined_cycle_coal_electricity_output_conversion,input_energy_power_combined_cycle_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_electricity_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,input_industry_chp_ultra_supercritical_coal_electricity_output_conversion,input_industry_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_lignite_electricity_output_conversion,input_energy_chp_ultra_supercritical_lignite_steam_hot_water_output_conversion,input_energy_power_turbine_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_ccs_network_gas_electricity_output_conversion,input_energy_power_ultra_supercritical_network_gas_electricity_output_conversion,input_energy_power_engine_network_gas_electricity_output_conversion,input_energy_chp_combined_cycle_network_gas_electricity_output_conversion,input_energy_chp_combined_cycle_network_gas_steam_hot_water_output_conversion,input_energy_chp_local_engine_network_gas_electricity_output_conversion,input_energy_chp_local_engine_network_gas_steam_hot_water_output_conversion,input_industry_chp_engine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_engine_gas_power_fuelmix_steam_hot_water_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_electricity_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_steam_hot_water_output_conversion,input_industry_chp_turbine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_turbine_gas_power_fuelmix_steam_hot_water_output_conversion,input_industry_chp_combined_cycle_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_combined_cycle_gas_power_fuelmix_steam_hot_water_output_conversion,input_energy_power_ultra_supercritical_crude_oil_electricity_output_conversion,input_energy_power_engine_diesel_electricity_output_conversion,input_energy_power_supercritical_waste_mix_electricity_output_conversion,input_energy_power_supercritical_ccs_waste_mix_electricity_output_conversion,input_energy_power_nuclear_gen2_uranium_oxide_electricity_output_conversion,input_energy_power_nuclear_gen3_uranium_oxide_electricity_output_conversion,input_energy_chp_local_wood_pellets_electricity_output_conversion,input_energy_chp_local_wood_pellets_steam_hot_water_output_conversion,input_industry_chp_wood_pellets_electricity_output_conversion,input_industry_chp_wood_pellets_steam_hot_water_output_conversion,input_agriculture_chp_wood_pellets_electricity_output_conversion,input_agriculture_chp_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_local_engine_biogas_electricity_output_conversion,input_energy_chp_local_engine_biogas_steam_hot_water_output_conversion,input_agriculture_chp_engine_biogas_electricity_output_conversion,input_agriculture_chp_engine_biogas_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_electricity_output_conversion,input_energy_chp_supercritical_waste_mix_steam_hot_water_output_conversion,input_industry_chp_turbine_hydrogen_electricity_output_conversion,input_industry_chp_turbine_hydrogen_steam_hot_water_output_conversion,input_energy_heat_burner_wood_pellets_steam_hot_water_output_conversion,input_energy_heat_burner_coal_steam_hot_water_output_conversion,input_energy_heat_burner_hydrogen_steam_hot_water_output_conversion,input_energy_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_burner_network_gas_steam_hot_water_output_conversion,input_energy_heat_burner_waste_mix_steam_hot_water_output_conversion,input_energy_heat_boiler_electricity_steam_hot_water_output_conversion,input_industry_heat_burner_lignite_steam_hot_water_output_conversion,input_industry_heat_burner_coal_steam_hot_water_output_conversion,input_industry_heat_burner_crude_oil_steam_hot_water_output_conversion,input_industry_heat_burner_hydrogen_steam_hot_water_output_conversion,energy_power_sector_own_use_electricity_demand,energy_power_hv_network_loss_demand,energy_distribution_greengas_demand,energy_regasification_lng_energy_national_gas_network_natural_gas_demand,energy_distribution_network_gas_loss_demand,input_energy_heat_distribution_ht_loss_share,input_energy_heat_distribution_mt_loss_share,input_energy_heat_distribution_lt_loss_share,input_energy_power_ultra_supercritical_coal_production,input_energy_power_supercritical_coal_production,input_energy_power_combined_cycle_coal_production,input_energy_power_ultra_supercritical_cofiring_coal_production,input_energy_power_combined_cycle_ccs_coal_production,input_energy_power_ultra_supercritical_ccs_coal_production,input_energy_chp_ultra_supercritical_ht_coal_production,input_energy_chp_ultra_supercritical_mt_coal_production,input_energy_chp_ultra_supercritical_cofiring_ht_coal_production,input_energy_chp_ultra_supercritical_cofiring_mt_coal_production,input_energy_power_ultra_supercritical_lignite_production,input_energy_chp_ultra_supercritical_ht_lignite_production,input_energy_chp_ultra_supercritical_mt_lignite_production,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_production,input_energy_power_ultra_supercritical_network_gas_production,input_energy_power_turbine_network_gas_production,input_energy_power_engine_network_gas_production,input_energy_power_combined_cycle_network_gas_production,input_energy_power_combined_cycle_ccs_network_gas_production,input_energy_chp_combined_cycle_ht_network_gas_production,input_energy_chp_combined_cycle_mt_network_gas_production,input_energy_chp_local_engine_ht_network_gas_production,input_energy_chp_local_engine_mt_network_gas_production,input_energy_power_nuclear_gen2_uranium_oxide_production,input_energy_power_nuclear_gen3_uranium_oxide_production,input_energy_power_ultra_supercritical_crude_oil_production,input_energy_power_engine_diesel_production,energy_extraction_coal_demand,energy_extraction_lignite_demand,energy_extraction_crude_oil_demand,energy_extraction_natural_gas_demand,energy_extraction_uranium_oxide_demand,energy_power_combined_cycle_network_gas_full_load_hours,energy_power_ultra_supercritical_network_gas_full_load_hours,energy_power_turbine_network_gas_full_load_hours,energy_power_engine_network_gas_full_load_hours,energy_power_supercritical_coal_full_load_hours,energy_power_combined_cycle_coal_gas_full_load_hours,energy_power_ultra_supercritical_ccs_coal_full_load_hours,energy_power_ultra_supercritical_coal_full_load_hours,energy_power_ultra_supercritical_cofiring_coal_full_load_hours,energy_power_ultra_supercritical_lignite_full_load_hours,energy_power_ultra_supercritical_oxyfuel_ccs_lignite_full_load_hours,energy_power_engine_diesel_full_load_hours,energy_power_ultra_supercritical_crude_oil_full_load_hours,energy_power_nuclear_gen2_uranium_oxide_full_load_hours,energy_power_nuclear_gen3_uranium_oxide_full_load_hours,energy_power_wind_turbine_inland_full_load_hours,energy_power_wind_turbine_coastal_full_load_hours,input_energy_power_wind_turbine_offshore_full_load_hours,input_solar_panels_roofs_and_parks_full_load_hours,energy_power_geothermal_full_load_hours,energy_power_hydro_mountain_full_load_hours,energy_power_hydro_river_full_load_hours,energy_power_supercritical_waste_mix_full_load_hours,energy_power_supercritical_ccs_waste_mix_full_load_hours,flh_solar_pv_solar_radiation_max,energy_chp_coal_gas_full_load_hours,industry_chp_turbine_gas_power_fuelmix_full_load_hours,industry_chp_combined_cycle_gas_power_fuelmix_full_load_hours,industry_chp_engine_gas_power_fuelmix_full_load_hours,agriculture_chp_engine_network_gas_dispatchable_full_load_hours,input_energy_chp_local_engine_network_gas_full_load_hours,input_energy_chp_combined_cycle_network_gas_full_load_hours,input_energy_chp_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_chp_ultra_supercritical_coal_full_load_hours,input_energy_chp_ultra_supercritical_lignite_full_load_hours,industry_chp_ultra_supercritical_coal_full_load_hours,input_energy_chp_local_wood_pellets_full_load_hours,industry_chp_wood_pellets_full_load_hours,agriculture_chp_wood_pellets_full_load_hours,input_energy_chp_local_engine_biogas_full_load_hours,agriculture_chp_engine_biogas_full_load_hours,input_energy_chp_supercritical_waste_mix_full_load_hours,industry_chp_turbine_hydrogen_full_load_hours,input_energy_heat_burner_coal_full_load_hours,industry_heat_burner_coal_full_load_hours,industry_heat_burner_crude_oil_full_load_hours,input_energy_heat_burner_crude_oil_full_load_hours,input_energy_heat_burner_network_gas_full_load_hours,industry_heat_burner_lignite_full_load_hours,input_energy_heat_burner_wood_pellets_full_load_hours,input_energy_heat_solar_solar_thermal_full_load_hours,input_energy_heat_burner_waste_mix_full_load_hours,input_energy_heat_heatpump_water_water_electricity_full_load_hours,industry_heat_burner_hydrogen_full_load_hours,aquathermal_potential_for_surface_water,aquathermal_potential_for_waste_water,aquathermal_potential_for_drink_water,input_energy_heat_burner_ht_wood_pellets_production,input_energy_heat_burner_mt_wood_pellets_production,input_energy_heat_burner_ht_coal_production,input_energy_heat_burner_mt_coal_production,input_energy_heat_burner_ht_crude_oil_production,input_energy_heat_burner_mt_crude_oil_production,input_energy_heat_heatpump_water_water_ht_electricity_production,input_energy_heat_heatpump_water_water_mt_electricity_production,input_energy_heat_heatpump_water_water_lt_electricity_production,input_energy_heat_boiler_ht_electricity_production,input_energy_heat_boiler_mt_electricity_production,input_energy_heat_boiler_lt_electricity_production,input_energy_heat_well_deep_ht_geothermal_production,input_energy_heat_well_deep_mt_geothermal_production,input_energy_heat_well_shallow_heatpump_mt_geothermal_production,input_energy_heat_well_shallow_lt_geothermal_production,input_energy_heat_burner_ht_hydrogen_production,input_energy_heat_burner_mt_hydrogen_production,input_energy_heat_burner_lt_hydrogen_production,input_energy_heat_burner_ht_network_gas_production,input_energy_heat_burner_mt_network_gas_production,input_energy_heat_solar_ht_solar_thermal_production,input_energy_heat_solar_mt_solar_thermal_production,input_energy_heat_solar_lt_solar_thermal_production,input_energy_heat_burner_ht_waste_mix_production,input_energy_heat_burner_mt_waste_mix_production,energy_heat_import_ht_steam_hot_water_demand,energy_heat_import_mt_steam_hot_water_demand,energy_heat_import_lt_steam_hot_water_demand,input_energy_power_wind_turbine_inland_production,input_energy_power_wind_turbine_coastal_production,input_energy_power_wind_turbine_offshore_production,input_energy_power_solar_pv_solar_radiation_production,input_energy_power_solar_csp_solar_radiation_production,input_energy_power_supercritical_waste_mix_production,input_energy_chp_supercritical_ht_waste_mix_production,input_energy_chp_supercritical_mt_waste_mix_production,input_energy_power_supercritical_ccs_waste_mix_production,input_energy_chp_local_ht_wood_pellets_production,input_energy_chp_local_mt_wood_pellets_production,input_energy_chp_local_engine_ht_biogas_production,input_energy_chp_local_engine_mt_biogas_production,input_energy_power_hydro_river_production,input_energy_power_hydro_mountain_production,input_energy_power_geothermal_production,households_final_demand_electricity_households_final_demand_for_cooking_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_cooling_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_hot_water_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_lighting_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_space_heating_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_appliances_electricity_parent_share,households_final_demand_network_gas_households_final_demand_for_cooking_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_hot_water_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_space_heating_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_cooling_network_gas_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_hot_water_steam_hot_water_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_space_heating_steam_hot_water_parent_share,households_final_demand_wood_pellets_households_final_demand_for_hot_water_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_space_heating_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_cooking_wood_pellets_parent_share,households_final_demand_crude_oil_households_final_demand_for_space_heating_crude_oil_parent_share,households_final_demand_crude_oil_households_final_demand_for_hot_water_crude_oil_parent_share,households_final_demand_coal_households_final_demand_for_space_heating_coal_parent_share,households_final_demand_coal_households_final_demand_for_hot_water_coal_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_combined_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_halogen_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_induction_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_resistive_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_incandescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_efficient_fluorescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_led_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_clothes_dryer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_computer_media_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_dishwasher_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_fridge_freezer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_other_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_television_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_vacuum_cleaner_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_washing_machine_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_airconditioning_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_air_water_electricity_parent_share,households_final_demand_electricity_demand,households_final_demand_network_gas_demand,input_households_final_demand_steam_hot_water_demand,households_final_demand_wood_pellets_demand,households_final_demand_coal_demand,input_households_final_demand_crude_oil_demand,households_final_demand_solar_thermal_demand,input_percentage_of_lt_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_ht_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_diesel_households_final_demand_crude_oil,input_percentage_of_biodiesel_households_final_demand_crude_oil,input_percentage_of_kerosene_households_final_demand_crude_oil,input_percentage_of_bio_kerosene_households_final_demand_crude_oil,input_percentage_of_lpg_households_final_demand_crude_oil,input_percentage_of_bio_oil_households_final_demand_crude_oil,input_percentage_of_crude_oil_households_final_demand_crude_oil,input_households_solar_pv_demand,number_of_inhabitants,residences_roof_surface_available_for_pv,present_number_of_apartments_before_1945,present_number_of_apartments_1945_1964,present_number_of_apartments_1965_1984,present_number_of_apartments_1985_2004,present_number_of_apartments_2005_present,present_number_of_detached_houses_before_1945,present_number_of_detached_houses_1945_1964,present_number_of_detached_houses_1965_1984,present_number_of_detached_houses_1985_2004,present_number_of_detached_houses_2005_present,present_number_of_semi_detached_houses_before_1945,present_number_of_semi_detached_houses_1945_1964,present_number_of_semi_detached_houses_1965_1984,present_number_of_semi_detached_houses_1985_2004,present_number_of_semi_detached_houses_2005_present,present_number_of_terraced_houses_before_1945,present_number_of_terraced_houses_1945_1964,present_number_of_terraced_houses_1965_1984,present_number_of_terraced_houses_1985_2004,present_number_of_terraced_houses_2005_present,typical_useful_demand_for_space_heating_apartments_before_1945,typical_useful_demand_for_space_heating_apartments_1945_1964,typical_useful_demand_for_space_heating_apartments_1965_1984,typical_useful_demand_for_space_heating_apartments_1985_2004,typical_useful_demand_for_space_heating_apartments_2005_present,typical_useful_demand_for_space_heating_apartments_future,typical_useful_demand_for_space_heating_detached_houses_before_1945,typical_useful_demand_for_space_heating_detached_houses_1945_1964,typical_useful_demand_for_space_heating_detached_houses_1965_1984,typical_useful_demand_for_space_heating_detached_houses_1985_2004,typical_useful_demand_for_space_heating_detached_houses_2005_present,typical_useful_demand_for_space_heating_detached_houses_future,typical_useful_demand_for_space_heating_semi_detached_houses_before_1945,typical_useful_demand_for_space_heating_semi_detached_houses_1945_1964,typical_useful_demand_for_space_heating_semi_detached_houses_1965_1984,typical_useful_demand_for_space_heating_semi_detached_houses_1985_2004,typical_useful_demand_for_space_heating_semi_detached_houses_2005_present,typical_useful_demand_for_space_heating_semi_detached_houses_future,typical_useful_demand_for_space_heating_terraced_houses_before_1945,typical_useful_demand_for_space_heating_terraced_houses_1945_1964,typical_useful_demand_for_space_heating_terraced_houses_1965_1984,typical_useful_demand_for_space_heating_terraced_houses_1985_2004,typical_useful_demand_for_space_heating_terraced_houses_2005_present,typical_useful_demand_for_space_heating_terraced_houses_future,present_share_of_apartments_before_1945_in_useful_demand_for_space_heating,present_share_of_apartments_1945_1964_in_useful_demand_for_space_heating,present_share_of_apartments_1965_1984_in_useful_demand_for_space_heating,present_share_of_apartments_1985_2004_in_useful_demand_for_space_heating,present_share_of_apartments_2005_present_in_useful_demand_for_space_heating,present_share_of_detached_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_terraced_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_terraced_houses_2005_present_in_useful_demand_for_space_heating,input_industry_ict_electricity_demand,input_industry_metal_aluminium_production,input_industry_aluminium_electrolysis_current_electricity_share,input_industry_aluminium_smeltoven_electricity_share,input_industry_metal_aluminium_electricity_demand,input_industry_metal_aluminium_network_gas_demand,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_electrolysis_current_electricity_parent_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_smeltoven_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_electrolysis_current_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_smeltoven_electricity_parent_share,input_industry_chemical_other_electricity_demand,input_industry_chemical_other_network_gas_demand,input_industry_chemical_other_steam_hot_water_demand,input_industry_chemical_other_wood_pellets_demand,input_industry_chemical_other_crude_oil_demand,input_industry_chemical_other_coal_demand,input_industry_chemical_other_network_gas_non_energetic_demand,input_industry_chemical_other_wood_pellets_non_energetic_demand,input_industry_chemical_other_crude_oil_non_energetic_demand,input_industry_chemical_other_coal_non_energetic_demand,input_industry_chemical_fertilizers_electricity_demand,input_industry_chemical_fertilizers_network_gas_demand,input_industry_chemical_fertilizers_steam_hot_water_demand,input_industry_chemical_fertilizers_wood_pellets_demand,input_industry_chemical_fertilizers_crude_oil_demand,input_industry_chemical_fertilizers_coal_demand,input_industry_chemical_fertilizers_network_gas_non_energetic_demand,input_industry_chemical_fertilizers_wood_pellets_non_energetic_demand,input_industry_chemical_fertilizers_crude_oil_non_energetic_demand,input_industry_chemical_fertilizers_coal_non_energetic_demand,input_industry_chemical_fertilizers_hydrogen_non_energetic_demand,input_industry_food_electricity_demand,input_industry_food_network_gas_demand,input_industry_food_steam_hot_water_demand,input_industry_food_wood_pellets_demand,input_industry_food_crude_oil_demand,input_industry_food_coal_demand,industry_final_demand_for_other_food_electricity_industry_useful_demand_for_other_food_electricity_parent_share,industry_final_demand_for_other_food_electricity_industry_other_food_heater_electricity_parent_share,industry_chp_combined_cycle_gas_power_fuelmix_demand,industry_chp_engine_gas_power_fuelmix_demand,industry_chp_turbine_gas_power_fuelmix_demand,industry_chp_ultra_supercritical_coal_demand,industry_chp_wood_pellets_demand,industry_chp_turbine_hydrogen_demand,industry_heat_burner_lignite_demand,industry_heat_burner_coal_demand,industry_heat_well_geothermal_demand,industry_heat_burner_crude_oil_demand,industry_heat_burner_hydrogen_demand,input_share_mixer_gas_fuel_bio_oil,input_share_mixer_gas_fuel_oil,input_share_mixer_gas_fuel_network_gas,input_percentage_of_diesel_industry_final_demand_crude_oil,input_percentage_of_biodiesel_industry_final_demand_crude_oil,input_percentage_of_kerosene_industry_final_demand_crude_oil,input_percentage_of_bio_kerosene_industry_final_demand_crude_oil,input_percentage_of_lpg_industry_final_demand_crude_oil,input_percentage_of_bio_oil_industry_final_demand_crude_oil,input_percentage_of_crude_oil_industry_final_demand_crude_oil,input_industry_metal_other_electricity_demand,input_industry_metal_other_network_gas_demand,input_industry_metal_other_steam_hot_water_demand,input_industry_metal_other_crude_oil_demand,input_industry_metal_other_coal_demand,input_industry_other_electricity_demand,input_industry_other_network_gas_demand,input_industry_other_steam_hot_water_demand,input_industry_other_wood_pellets_demand,input_industry_other_crude_oil_demand,input_industry_other_coal_demand,input_industry_other_cokes_demand,input_industry_other_network_gas_non_energetic_demand,input_industry_other_wood_pellets_non_energetic_demand,input_industry_other_crude_oil_non_energetic_demand,input_industry_other_coal_non_energetic_demand,input_industry_other_cokes_non_energetic_demand,input_industry_paper_electricity_demand,input_industry_paper_network_gas_demand,input_industry_paper_steam_hot_water_demand,input_industry_paper_wood_pellets_demand,input_industry_paper_crude_oil_demand,input_industry_paper_coal_demand,industry_final_demand_for_other_paper_electricity_industry_useful_demand_for_other_paper_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_other_paper_heater_electricity_parent_share,industry_useful_demand_for_chemical_refineries_crude_oil_non_energetic_demand,input_industry_chemical_refineries_wood_pellets_non_energetic_demand,input_industry_chemical_refineries_network_gas_non_energetic_demand,input_industry_chemical_refineries_coal_non_energetic_demand,input_industry_chemical_refineries_electricity_demand,input_industry_chemical_refineries_network_gas_demand,input_industry_chemical_refineries_steam_hot_water_demand,input_industry_chemical_refineries_wood_pellets_demand,input_industry_chemical_refineries_coal_demand,input_industry_chemical_refineries_crude_oil_demand,input_industry_refinery_transformation_crude_oil_other_oil_demand,input_industry_refinery_transformation_crude_oil_gasoline_demand,input_industry_refinery_transformation_crude_oil_heavy_fuel_oil_demand,input_industry_refinery_transformation_crude_oil_kerosene_demand,input_industry_refinery_transformation_crude_oil_lpg_demand,input_industry_refinery_transformation_crude_oil_refinery_gas_demand,input_industry_refinery_transformation_crude_oil_diesel_demand,energy_distribution_crude_oil_loss_demand,input_industry_metal_steel_production,input_industry_steel_blastfurnace_bof_share,input_industry_steel_scrap_hbi_eaf_share,input_industry_metal_steel_coal_demand,input_industry_metal_steel_cokes_demand,input_industry_metal_steel_coal_gas_demand,input_industry_metal_steel_electricity_demand,input_industry_metal_steel_network_gas_demand,input_industry_metal_steel_steam_hot_water_demand,input_industry_metal_steel_crude_oil_demand,input_industry_metal_steel_wood_pellets_demand,input_energy_cokesoven_transformation_coal_input_demand,input_energy_cokesoven_transformation_cokes_output_conversion,input_energy_cokesoven_transformation_coal_gas_output_conversion,input_energy_cokesoven_transformation_loss_output_conversion,input_energy_blastfurnace_transformation_coal_input_demand,input_energy_blastfurnace_transformation_cokes_input_demand,input_energy_blastfurnace_transformation_coal_gas_output_conversion,input_energy_blastfurnace_transformation_loss_output_conversion,input_energy_power_combined_cycle_coal_gas_coal_gas_input_demand,input_energy_chp_coal_gas_coal_gas_input_demand,input_energy_power_combined_cycle_coal_gas_electricity_output_conversion,input_energy_power_combined_cycle_coal_gas_loss_output_conversion,input_energy_chp_coal_gas_electricity_output_conversion,input_energy_chp_coal_gas_steam_hot_water_output_conversion,input_energy_chp_coal_gas_loss_output_conversion,industry_final_demand_for_metal_steel_coal_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_coal_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_scrap_hbi_eaf_parent_share,other_final_demand_electricity_demand,other_final_demand_network_gas_demand,input_other_final_demand_steam_hot_water_demand,other_final_demand_wood_pellets_demand,other_final_demand_coal_demand,other_final_demand_crude_oil_demand,other_final_demand_crude_oil_non_energetic_demand,transport_final_demand_kerosene_demand,input_transport_plane_gasoline_demand,input_transport_plane_bio_ethanol_demand,input_transport_plane_electricity_demand,bunkers_total_useful_demand_planes_demand,input_transport_rail_electricity_demand,input_transport_rail_diesel_demand,input_transport_rail_biodiesel_demand,transport_final_demand_coal_demand,transport_final_demand_for_rail_electricity_transport_freight_train_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_tram_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_passenger_train_using_electricity_parent_share,transport_rail_mixer_diesel_transport_freight_train_using_diesel_mix_parent_share,transport_rail_mixer_diesel_transport_passenger_train_using_diesel_mix_parent_share,number_of_cars,number_of_vans,number_of_busses,number_of_trucks,input_transport_road_human_powered_bicycle_demand,input_transport_road_gasoline_demand,input_transport_road_diesel_demand,transport_final_demand_lpg_demand,input_transport_road_electricity_demand,input_transport_road_bio_ethanol_demand,input_transport_road_biodiesel_demand,transport_final_demand_for_road_compressed_network_gas_demand,transport_final_demand_hydrogen_demand,transport_final_demand_for_road_lng_demand,transport_final_demand_for_road_bio_lng_demand,transport_road_mixer_gasoline_transport_car_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_van_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_bus_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_truck_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_motorcycle_using_gasoline_mix_parent_share,transport_road_mixer_diesel_transport_car_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_van_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_bus_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_truck_using_diesel_mix_parent_share,transport_final_demand_for_road_electricity_transport_car_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_van_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bus_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_motorcycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bicycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_truck_using_electricity_parent_share,transport_road_mixer_compressed_network_gas_transport_bus_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_car_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_van_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_truck_using_compressed_natural_gas_parent_share,input_transport_road_car_hydrogen_share,transport_final_demand_for_road_hydrogen_transport_van_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_bus_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_truck_using_hydrogen_parent_share,transport_road_mixer_lng_transport_bus_using_lng_mix_parent_share,transport_road_mixer_lng_transport_truck_using_lng_mix_parent_share,transport_final_demand_for_road_lpg_transport_car_using_lpg_parent_share,transport_final_demand_for_road_lpg_transport_van_using_lpg_parent_share,input_transport_ship_diesel_demand,input_transport_ship_biodiesel_demand,transport_final_demand_for_shipping_lng_demand,transport_final_demand_for_shipping_bio_lng_demand,input_transport_ship_bio_ethanol_demand,transport_final_demand_heavy_fuel_oil_demand,input_transport_ship_electricity_demand,bunkers_total_useful_demand_ships_demand +PV27_2022,Noord Holland ,nl2019,2022,3392.916297,1555.926422,6100.147194,0,0,0,0,0,1,0,0,0,0,0,0,1,10047.14979,23.89718231,0,2019,0.0565,0.0733,0.0945,0.1012,0.1052,0.06448,0.0743,0.072,0.0774,0.0715,0.0565,0.0667,0.102778,0.03597,0.078,0.096774194,22.269921,216.4162,1642.94093,0.060857,0.01084,0.715282,0.096951,0.021997,0.113641,0.019511,0,0.097513,0.003517,0.001465,0.070455,0.002319,0.286901,0.403779,0.152934,0.360012,0.460791,0,2643.08,1333.6,30060,148.693,152524569.1,131075801.6,77024907.42,54336877.76,45757370.74,0,0,0,0.25,0.25,0.25,0.25,0.25,60000,0.02,18320,0.2,138000,0.2,72800,0.02,4000,0.2,50000,3.780714,4.327733,4.792371,5.311148,6.753985,2.888789,3.686207,4.340421,5.023373,6.283025,0.356447,0.032287,0.486212,0.125054,0.001659,0.998341,0,1,0,0,1,0,1,0,0,1,1,0,0,0,0.012889,0.955206,0.031905,0.978823,0,0.021177,164811,37.977528,250.6417926,190,16624.56167,16460.18385,2367.417887,1215,0,0,0,0,0,1,0,0,0,0,0,0,1,2492.114486,0,0,1,0.58,0.42,7958.051322,10746.76816,1729.848052,36,46,36.1,42,45.3,37.3,40,30.5,40,15,43,14,40,15,35,15,34,60,49,40,48,43.3,30.5,40,50,43,47,42,53.5,24.75,35,43.3,30.5,45,38,25, null,36.93,36.93,18.3,47,18.3,47,65,44,41,40,42,39,20.45,19.95,33.445,41.472,80,72,109.593,92.4,91.5,72,99.5,72,72,92.4,100,344.9484,4126.556972,730.133345,0, null,24.28114278,24.28114278,24.28114278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2498.064223,8000,2498.064223,1126,3182.511233,1789,4000,3182.511233,5400,8000,7500,4000,8000,8044.749086,8000,2069.33,2644,3733.54,867,8000,2004.917417,8000,8000,4100,1361.356345,5320,1843.333333,1843.333333,1843.333333,3920,5265,5265,5350,5350,5350,5350,6000,6000,6500,8500,4200,4390,8300,6000,6000,6000,6000,6000,6000,6000,899.2,6000,6000,7900,0,0,0,1602,0,0,0,0,0,1431,0,0,0,0,0,2084,0,0,0,0,0,0,0,0,0,0,0,1515,0,0,0,0,6451,0,0,661.7814452,0,4867.2,0,0,0,0,0,187.0401065,0,0,0,0,0.034247,0.011493,0.032963,0.104645,0.072882,0.74377,0.020498,0.15188,0.827622,0,0.155058,0.844942,0,0.979086,0.020914,0,1,0,1,0.963886,0.035793,0.000321,0.641857,0.238596,0.04524,0.074307,0.71374,0.188931,0.097329,0.791874,0.187673,0.020453,0.098361,0.131148,0.081967,0.295082,0.114754,0.131148,0.065574,0.081966,0.722722,0.020224,0.257054,11462.4,36460.8,2441,1598,0,0,0,0,0,1,0,0,0,0,0,0,1,2818.104069,2909827,23.71468,197868,76615,144007,119332,101797,26760,9474,13743,17902,9485,51026,27958,49634,38187,17488,73071,45845,104508,83389,30709,435.4249513,219.7097136,190.5093547,151.4059964,116.4486049,65,298.7973403,274.097823,217.2475664,149.3815857,116.5511962,55,292.1789404,239.6066212,201.7251078,158.9616011,117.2786248,55,266.4598432,215.3592653,186.7749365,151.5793923,114.8871761,55,0.190410141,0.047457613,0.078252303,0.061294603,0.058744297,0.039596605,0.013818945,0.01917054,0.025048345,0.010590624,0.049194197,0.023506666,0.04562389,0.029130012,0.015486017,0.085365836,0.033930821,0.090154167,0.062646141,0.020578237,11440.296,0.000975,0.8,0.2,45.8562,3.965,0.981459,0.018541,0.8,0.2,2363.01443,1766.603147,0,0,0,0,0,0,0,0,5.4,46.6,0,0,0,0,138.8,0,0,0,0,4988.58602,3729.495534,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,437.4297002,327.0249539,0,0,0,5783.422184,4389.414279,0,0,0,0,0,0,0,0,0,0,1440.503837,1076.928934,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.1,1,0,224.582,3077.858,27892.032,8164.815,9059.79,1110.119,670.602,0,76422.381,0.680623468,0.199666011,0.11971052,36719.487,47101.922,0.406239556,0.593760444,16865.477,6495.596,0.381993465,0.618006535,0.447862675,0.064036002,0.488101323,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,166290.19,1803.73,1,0,0,0.137104,0.053624,0.809272,0.106573,0.893427,1213805,126312,2510,7873,2010970075,24444.73147,23692.84975,560.3924323,1389.609166,1694.02907,1558.97093,5.290821371,0.735532829,0,0,0.959636,0.008839,0,0,0.031525,0.223304,0.091701,0.05666,0.628335,0.479652,0.19181,0.267066,0.035813,0.025659,0,1,0,0,0,0.178571,0,0.821429,0,0,1,35.741499,-34.741499,1152,0,0,0,0,0,0,491955.99 \ No newline at end of file diff --git a/db/schema.rb b/db/schema.rb index 02b26337..b63ccd20 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,9 @@ # # It's strongly recommended that you check this file into your version control system. + ActiveRecord::Schema[7.0].define(version: 2024_10_14_162335) do + create_table "commits", id: :integer, charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t| t.integer "source_id" t.integer "user_id"