voxcity.simulator_gpu.solar.integration.caching.LandCoverAlbedo =============================================================== .. py: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 .. py:attribute:: bareland :type: float :value: 0.2 .. py:attribute:: rangeland :type: float :value: 0.25 .. py:attribute:: shrub :type: float :value: 0.2 .. py:attribute:: agriculture :type: float :value: 0.2 .. py:attribute:: tree :type: float :value: 0.15 .. py:attribute:: wetland :type: float :value: 0.12 .. py:attribute:: mangrove :type: float :value: 0.12 .. py:attribute:: water :type: float :value: 0.06 .. py:attribute:: snow_ice :type: float :value: 0.8 .. py:attribute:: developed :type: float :value: 0.2 .. py:attribute:: road :type: float :value: 0.12 .. py:attribute:: building_ground :type: float :value: 0.2 .. py:attribute:: building_wall :type: float :value: 0.3 .. py:attribute:: building_roof :type: float :value: 0.25 .. py:attribute:: leaf :type: float :value: 0.15 .. py:method:: get_land_cover_albedo(class_code: int) -> float Get albedo value for a land cover class code.