Re: [gdal-dev] wrong with clipping a tif file with a polygon

2023-05-30 Thread Ahmet Temiz
oukokuuta 2023 15.57 > *Vastaanottaja:* Norman Vine > *Kopio:* gdal-dev > *Aihe:* Re: [gdal-dev] wrong with clipping a tif file with a polygon > > > > Thank you , > > > > I already worked on that code. But clipping was not succesful. output.tif &g

Re: [gdal-dev] wrong with clipping a tif file with a polygon

2023-05-30 Thread Rahkonen Jukka
: [gdal-dev] wrong with clipping a tif file with a polygon Thank you , I already worked on that code. But clipping was not succesful. output.tif is blank on qgis. On Tue, May 30, 2023 at 3:24 PM Norman Vine mailto:n...@meganet.net>> wrote: perhaps this will help https://stackoverflow.com/que

Re: [gdal-dev] wrong with clipping a tif file with a polygon

2023-05-30 Thread Ahmet Temiz
Thank you , I already worked on that code. But clipping was not succesful. output.tif is blank on qgis. On Tue, May 30, 2023 at 3:24 PM Norman Vine wrote: > perhaps this will help > > https://stackoverflow.com/questions/70664043/clip-raster-with-polygon-with-gdal-c > > > On May 30, 2023, at 8:1

Re: [gdal-dev] wrong with clipping a tif file with a polygon

2023-05-30 Thread Norman Vine via gdal-dev
perhaps this will help https://stackoverflow.com/questions/70664043/clip-raster-with-polygon-with-gdal-c > On May 30, 2023, at 8:12 AM, Ahmet Temiz wrote: > > Hi, > I am trying to clip a tif file with a polygon. But resulting output.tif file > shows nothing. > > Where am I doing wrong ? > > "

[gdal-dev] wrong with clipping a tif file with a polygon

2023-05-30 Thread Ahmet Temiz
Hi, I am trying to clip a tif file with a polygon. But resulting output.tif file shows nothing. Where am I doing wrong ? " #include #include #include #include #include #include // for string class using namespace std; int main() { const char *inputPath = "input.tif"; const char *outpu