Build temperature profiles
Functions associated with the build_temperature_profiles rule.
build_temp_profiles(pop_map, cutout, temperature_out)
Build the temperature profiles in the cutout, this converts the atlite temperature & weights the node building process by the population map
Note that atlite only supports a single time zone shift
Parameters:
Name | Type | Description | Default |
---|---|---|---|
pop_map
|
DataFrame
|
the map to the pop density grid cell data (hdf5) |
required |
cutout
|
Cutout
|
the weather data cutout (atlite cutout) |
required |
temperature_out
|
PathLike
|
the output path (hdf5) |
required |