[gdal-dev] Fillnodata doesn't work correctly with -si parameter

2018-10-17 Thread gis_wild
Hi all, I try to fill no data values close to the edge of my single-band raster. If I set -si parameter values in all the output raster is 0. I tried to use -nomask parameter as well - it didn't help. So, what is a proper way to create a new raster file with a filling of no data values close

[gdal-dev] Fillnodata doesn't work correctly with -si parameter

2018-10-17 Thread gis_wild
Hi all, I try to fill no data values close to the edge of my single-band raster. If I set -si parameter values in all the output raster is 0. I tried to use -nomask parameter as well - it didn't help. So, what is a proper way to create a new raster file with a filling of no data values close

[gdal-dev] Recalculate pixel value based on stats

2018-08-03 Thread gis_wild
I want to recalculate pixel values of raster based on raster stats. In terms of gdal, I want to use gdal_calc together with gdal_stats. Is it possible to somehow pass an output of gdal_stats into gdal_calc? In particular, I need to recalculate pixel value based on standard deviation value -- Se