energy_demand.read_write package

Submodules

energy_demand.read_write.data_loader module

energy_demand.read_write.read_data module

energy_demand.read_write.read_weather_data module

Loading weather data (temp)

energy_demand.read_write.read_weather_data.get_all_station_per_weather_yr(path_to_csvs, min_nr_of_stations=10)[source]

Get all weather years and stations

Parameters
  • path_to_csvs (path) – Path to temperature data

  • min_nr_of_stations (int,default=10) – Number of stations which are needed in a year in order that year is used

Returns

cleaned_out_dict – All years and stations which fulfill minimum number of stations criteria

Return type

dict

energy_demand.read_write.read_weather_data.read_weather_data_script_data(path_to_csv, weather_yrs_scenario)[source]

Read in weather data from script data

Parameters

path_to_csv (str) – Path

Returns

temp_data – Temperature yh per weater station

Return type

dict

energy_demand.read_write.read_weather_results module

energy_demand.read_write.write_data module