[gdal-dev] gdaladdo slowness for VRTs

2024-06-04 Thread Denis Rykov via gdal-dev
Hi, I spotted a slow calculation of overviews and I'm wondering what could be the reason. $ gdal_create in.tif -if 20240602_230818_SN26_RR_VISUAL_MS.vrt $ time gdaladdo -ro in.tif gdaladdo -ro in.tif 4,25s user 6,23s system 34% cpu 30,623 total But on the file of the same size and num of bands

Re: [gdal-dev] cmake error: IMPORTED_LOCATION not set for imported target "GEOTIFF::GEOTIFF"

2024-06-04 Thread Hernán De Angelis via gdal-dev
Thank you Even! That was it. Started with a fresh GDAL 3.9.0 directory and everything went fine as usual. Best! Hernán Den 2024-06-04 kl. 17:29, skrev Even Rouault: if you've reused an existing GDAL build directory that was used with a prior libgeotiff version, perhaps try rebuilding in a fr

Re: [gdal-dev] cmake error: IMPORTED_LOCATION not set for imported target "GEOTIFF::GEOTIFF"

2024-06-04 Thread Even Rouault via gdal-dev
Hi, I don't reproduce this on my Linux setup. Can you give more information on: - your operating system - CMake version - cmake command line you used to build libgeotiff - cmake command line you use to build GDAL Also, if you've reused an existing GDAL build directory that was used with a p

[gdal-dev] cmake error: IMPORTED_LOCATION not set for imported target "GEOTIFF::GEOTIFF"

2024-06-04 Thread Hernán De Angelis via gdal-dev
Hello! While building GDAL 3.9.0 with libtiff 1.7.3 I am getting this error from ccmake when generating: CMake Error in CMakeLists.txt:    IMPORTED_LOCATION not set for imported target "GEOTIFF::GEOTIFF"    configuration "Release". I am used to build GDAL from source but never seen this befor