Build biomass potential
build_biomass_potential_xing(biomass_potentials_path)
build potential from Xing et al. https://doi.org/10.1038/s41467-021-23282-x
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
biomass_potentials_path
|
PathLike
|
the path to the Xing SI data (xlsx). |
required |
Source code in workflow/scripts/build_biomass_potential.py
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | |
estimate_co2_intensity_xing()
Estimate the biomass Co2 intensity from the Xing paper
Returns:
| Name | Type | Description |
|---|---|---|
float |
float
|
the biomass co2 intensity in t/MWhth |
Source code in workflow/scripts/build_biomass_potential.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
read_xing_si_data(biomass_potentials_path)
read and prepare the xing SI data
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
biomass_potentials_path
|
PathLike
|
the path to the Xing SI data (xlsx). |
required |
Source code in workflow/scripts/build_biomass_potential.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | |