Hi Even,
thanks for your quick reply and explanation. I would kindly ask you for more
help, since I'm just trying to adapt this code quickly while still learning
all those concepts...
If I understood you well, those are changes:
hDstDS = GDALCreate(driver, output.c_str(), resX, resY,
Hi Even,
thanks for your quick reply and explanation. I would kindly ask you for more
help, since I'm just trying to adapt this code quickly while still learning
all those concepts...
If I understood you well, those are changes:
hDstDS = GDALCreate(driver, output.c_str(), resX, resY,
Hi all,
I have the following code:
bool grImageWarper::createDstRaster(const std::string &output,
GDALDatasetH hSrcDS,
GDALDatasetH &hDstDS,
int resX,
i