Deadwood-ai / deadwood-api

Main FastAPI application for the deadwood backend
GNU General Public License v3.0
0 stars 0 forks source link

fix by retry with EPSG:3857 #76

Closed JesJehle closed 1 month ago

JesJehle commented 1 month ago

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

cmosig commented 1 month ago

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.