Build solar thermal profiles
build_solar_thermal_profiles(pop_map, cutout, outp_path)
build per unit solar thermal time availability profiles and save them to a file
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
population_map
|
DataFrame
|
DataFrame with the population map |
required |
outp_path
|
PathLike
|
Path to the output file |
required |
Source code in workflow/scripts/build_solar_thermal_profiles.py
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |