voxcity.simulator_gpu.solar.integration.caching.LandCoverAlbedo

class voxcity.simulator_gpu.solar.integration.caching.LandCoverAlbedo

Mapping of land cover classes to albedo values.

Default values are based on literature values for typical urban materials. References: - Oke, T.R. (1987) Boundary Layer Climates - Sailor, D.J. (1995) Simulated urban climate response to modifications

bareland: float = 0.2
rangeland: float = 0.25
shrub: float = 0.2
agriculture: float = 0.2
tree: float = 0.15
wetland: float = 0.12
mangrove: float = 0.12
water: float = 0.06
snow_ice: float = 0.8
developed: float = 0.2
road: float = 0.12
building_ground: float = 0.2
building_wall: float = 0.3
building_roof: float = 0.25
leaf: float = 0.15
get_land_cover_albedo(class_code: int) float

Get albedo value for a land cover class code.