Source code for greenlang.calculations.ghg.scope_3.upstream_transportation_and_distribution

"""Upstream transportation and distribution"""

from ..base.base import BaseCalculationMethod
from .purchased_goods_and_services import (
    SpendBasedMethod as PurchasedGoodsAndServicesSpendBasedMethod,
)


[docs] class SpendBasedMethod(PurchasedGoodsAndServicesSpendBasedMethod): """Spend-based method"""
[docs] class DistanceBasedMethod(BaseCalculationMethod): """Distance based method"""
class FuelAmountMethod(BaseCalculationMethod): """Fuel amount method"""