Only setting "--config", "GDAL_GTIFF_SRS_SOURCE", "EPSG"
didn't changed the waring or the error.
but by manually setting the source crs the conversion was successful.
I added a tone of logging to further investigate the error.
Now one problem remains, what if the error also happens with other epsg not 3857??
@cmosig
Hmm need to think about this. It feels wrong to do hardcode it like this. I have not understood in detail what is going on with this missing CRS, have to look into it.
fix for #74
Only setting
"--config", "GDAL_GTIFF_SRS_SOURCE", "EPSG"
didn't changed the waring or the error. but by manually setting the source crs the conversion was successful. I added a tone of logging to further investigate the error.Now one problem remains, what if the error also happens with other epsg not 3857?? @cmosig