Charles Le Mero
Charles Le Mero
Same issue here, I am using github pages for hosting, so the only file that will go next to the root is index.html and we cannot change that, the other...
same issue here, I have this step : RUN echo "DEBUG: This is a fresh build" && \ source scl_source enable gcc-toolset-12 &&\ chmod +x build.sh && \ ./build.sh and...
it's not actually a problem of "MEM" driver, I have the same issue when opening the dataset from a .tif file and writing to a .tif dataset. Another interesting information...
Thanks for your answer, somehow warpOptions->nBandCount = 1 made the program idle forever... I asked LLMS for a simpler version using GDALReprojectImage : ``` void GenerateUtils::testProjectionWithGDALWarp() { int nRows =...
I thought it was OK, but the issue came from somewhere else, it came from the fact that the input raster had multiple bands : I made this reproductible small...