Hallo,
I write the same once more, there was a problem with link to my example .
I installed gdal 3.10.2 with gdal_translate.exe as well. I tried to translate
the file "input.tif" to the file "output.xyz".
When I did it with ... gdal_translate.exe -of XYZ "input.tif" "output.xyz", I
got the fil
Hallo,
excuse me, this is the correct link ...
https://d.rib-software.com/iTWO_civil/gdaltmp/input.tif
Best regards, Marian Hadri
Marián Hadri Developer
E-Mail marian.ha...@rib-software.com
Telefon +49(711)7873-339
[cid:blue-line_d40935b2-037b-4887-8d74-19a11bd1363f
Hallo,
I installed gdal 3.10.2 with gdal_translate.exe as well. I tried to translate
the file "input.tif" to the file "output.xyz".
When I did it with ... gdal_translate.exe -of XYZ "input.tif" "output.xyz", I
got the file output.xyz which contains
a lot of z-coordinates, like "-3.40282306073709
Hallo,
I have builded GDAL 3.10.2 version. I downloaded source code, extracted, and
then using CMake I created a project file for VS2019.
I also downloaded some additional drivers, and with one I have a problem ...
ECW. I downloaded latest version from
"www.hexagongeospatial.com" and in CMake I
Hi,
I've built new gdal.dll (3.8.3) with ECW support. After calling function
GDALClose(dataset);
there comes to crash. I changed nothing in GDAL, or ECW code,
I only call it, from my console appication. What could be a problem with it ?
I found in google, that similar problem ws there cca 15 years
Hi,
I've build GDAL version 3.8.3 in VS2019 from source files "gdal-3.8.3.tar.gz".
For creating project file "GDAL.vcxproj"
I used CMake program. I've added variables PROJ_INCLUDE_DIR =
C:\OSGeo4W\include and PROJ_LIBRARY = C:\OSGeo4W\lib\proj.lib
and everything worked fine. When I added gdal.dl
p
Hi,.
I have in my windows environment variables (not in any other place) this one:
PROJ_LIB = C:\dev\vcpkg\vcpkg\buildtrees\proj\x64-windows-rel\data
Attached I send what is in this folder.
I think it could be the cause of the problem, but I'm not an expert.
Luck and tell us if I solve anything
Hi,
I'm trying to build the GDAL dll and lib files, so GDAL can be used for linker
and includes in an other C++ project. We're needing to upgrade from GDAL 3.2.2
to 3.8.3. I try to create project file for VS 2019. In GDAL 3.2.2 was for that
purpose used "generate_vcxproj.bat", which was in root