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

Misalignment in GHS layer #352

Closed camiloramirezgo closed 1 year ago

camiloramirezgo commented 1 year ago

When calibrating the urban / rural split, we extract the GHS information into the dataframe with the raster_to_dataframe method. This is causing reading of some NaNs in the borders of the layer.

camiloramirezgo commented 1 year ago

This is apparently a problem that happens when reprojecting layers in the data processing step.