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

Rewritten get_raster_distance method using scipy instead of GDAL #263

Closed camiloramirezgo closed 1 year ago

camiloramirezgo commented 1 year ago

This PR rewrites the get_raster_distance from the layer.VectorLayer class with the proximity option, to remove the GDAL dependency completely.