onstove.Biogas.recalibrate_livestock#

Biogas.recalibrate_livestock(model: onstove.OnStove, buffaloes: str, cattles: str, poultry: str, goats: str, pigs: str, sheeps: str)[source]#

Recalibrates the livestock maps and adds them to the main dataframe. It currently takes into account 6 categories of livestock (cattle, buffalo, sheep, goat, pig and poultry).

Parameters:
model: OnStove model

Instance of the OnStove model containing the main data of the study case. See onstove.OnStove.

buffaloes: str

Path to the buffalo dataset.

cattles: str

Path to the cattle dataset.

poultry: str

Path to the poultry dataset.

goats: str

Path to the goat dataset.

pigs: str

Path to the pig dataset.

sheeps: str

Path to the sheep dataset.