Thank for a help.
As I undestand, I shuold pass "-ts" arguments (width and height) during
merge operation, creating new merge file, and then execute clip operation,
that appends an image to the existing file?
Width and height must be calculated beforehand according to images that will
be appende
Hello, dear developpers. I have one question. I wish to create mosaic image
by the next way. In my output folder threre are two images. the first image
is a mosaic image, and it is created by the command:
gdalwarp.exe -of GTiff -s_srs "+proj=utm +ellps=WGS84 +zone=31 +units=m"
"E:\bug\mosiac\image
Thank you. I saw it in cpl_vsi.h. However I am very interesed why when I
build gdal v1.8.1, downloaded from
http://trac.osgeo.org/gdal/wiki/DownloadSource, in debug config I see in PE
explorer __thiscall GDALJP2Box::GDALJP2Box(struct _VSILFILE *). When I do
same steps with gdal v1.9.1 - __thiscall
Hello, dear developers. I wish to build OTB v.3.14 with gdal v.1.8.1 and have
several problems (Windows 7). I could generate OTB solution through CMake,
but ,bulding projects, got one mistakes, which for me is unresolved at this
moment. As an import gdal lib I set gdal_i.lib of debug version, and
a
Excuse me for the question, I am a beginner at GDAL development and have a
problem. I develop GUI (c++) application for a reprojection, using
"gdalwarp" (special class is written based on this utility). I wish to
perform warp operation for each input images in separate threads
(...beginthreadex(...