Build cop profiles
Snakemake rule script to calculate the heat pump coefficient of performance with atlite
build_cop_profiles(pop_map, cutout, temperature, output_path)
Build COP time profiles with atlite and write outputs to output_path as hf5
Parameters:
Name | Type | Description | Default |
---|---|---|---|
pop_map
|
DataFrame
|
the population map (node resolution) |
required |
cutout
|
cutout
|
the atlite cutout (weather data) |
required |
temperature
|
DataFrame
|
the temperature data (node resolution) |
required |
output_path
|
PathLike
|
the path to write the output to as hdf5 |
required |