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
Fix replace_ref_system function when input is tif and output is rst #38
Modified the replace_ref_system function in vulnerability_map.py, allocation_tool.py, and model_evaluation.py to handle scenarios where the output data format is rst and the input format is tif. The revised version copies the projection from the tif WKT and corrects the projection system name in the rdc file.
Modified the
replace_ref_system
function invulnerability_map.py
,allocation_tool.py
, andmodel_evaluation.py
to handle scenarios where the output data format isrst
and the input format istif
. The revised version copies the projection from thetif
WKT and corrects the projection system name in therdc
file.