Feature description
Consider --target-values 10,20,30
proximity outputs nearest to any of the above values.
Maybe a switch such as --separate-bands that could have output for each in its own band:
band 1: proximity solely to value 10
band 2: proximity solely to value 20
etc...
With that, you could do it in a single pipeline step. Otherwise, it gets a bit messy.
gdal raster proximity is absolutely one of the coolest new features in CLI.
Thanks!
Scott
Additional context
No response
Feature description
Consider --target-values 10,20,30
proximity outputs nearest to any of the above values.
Maybe a switch such as --separate-bands that could have output for each in its own band:
band 1: proximity solely to value 10
band 2: proximity solely to value 20
etc...
With that, you could do it in a single pipeline step. Otherwise, it gets a bit messy.
gdal raster proximity is absolutely one of the coolest new features in CLI.
Thanks!
Scott
Additional context
No response