Re: [gdal-dev] Resample elevation GeoTiff to 1 meter resolution.

2016-02-16 Thread Jukka Rahkonen
Ilanit Karpassi defensoft.com> writes: > Hi, > > I > need to resample any resolution GeoTiff with Z heights, to 1 meter per pixel GeoTiff.  I > need a Z value in each pixel according to the algorithm > >  If > I use GDAL_Warp, .  (using the C++ code)  it seems that it does that with 0 > value

[gdal-dev] Resample elevation GeoTiff to 1 meter resolution.

2016-02-16 Thread Ilanit Karpassi
Hi, I need to resample any resolution GeoTiff with Z heights, to 1 meter per pixel GeoTiff. I need a Z value in each pixel according to the algorithm If I use GDAL_Warp, . (using the C++ code) it seems that it does that with 0 values to all pixels. Can you give me a good advice please?