GispoCoding / eis_toolkit

Python library for mineral prospectivity mapping
https://eis-he.eu/
European Union Public License 1.2
26 stars 8 forks source link

Add proximity computation tool #430

Closed nmaarnio closed 1 month ago

nmaarnio commented 2 months ago

A tool similar to distance_computation is wanted that processes the result raster further. This tool would start with running distance computation but further process the resulting raster so that it would have high values close to the geometries of interest. The values would also (have to) be scaled and a maximum distance defined (the distance at which pixels will be 0).

Name could be proximity_computation or proximity_to (distance_computation could be renamed to distance_to too).

Inputs:

nmaarnio commented 1 month ago

Closing as this tool has been implemented