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 |
---|---|---|---|
pop_map
|
DataFrame
|
DataFrame with the population map |
required |
cutout
|
Cutout
|
atlite cutout object with the weather data |
required |
outp_path
|
PathLike
|
Path to the output file |
required |