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
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?