Open-Source-Spatial-Clean-Cooking-Tool / OnStove

This repository contain the general code for the Open Source Spatial Clean Cooking Tool OnStove
MIT License
7 stars 8 forks source link

Check if `normalize` method of `RasterLayer` should use `nodata` of 0 #381

Open camiloramirezgo opened 1 year ago

camiloramirezgo commented 1 year ago

The current behaviour is to use np.nan but this makes the MCA to exclude area where any of the rasters has np.nan values. To avoid this we can set the nodata value to 0 instead. However, this need testing to ensure that the current applications don't get affected.