ClarkCGA / UDef-ARP

UDef-ARP was developed by Clark Labs, in collaboration with TerraCarbon, to facilitate implementation of the Verra tool, VT0007 Unplanned Deforestation Allocation (UDef-A).
GNU General Public License v3.0
25 stars 14 forks source link

Update vulnerability_map.py #24

Closed YaoTingYao closed 3 months ago

YaoTingYao commented 3 months ago

Optimize processing for raster images by checking if max_value is None. For images with metadata, skip loading the entire array. Calculate max_value only for images without metadata.