So, I'm trying to add yet another dataset (non-public data), like this:
- Got a bunch of .asc files.
- Converted them to .tif.
- Renamed them to follow the SRTM naming conventions, ending up with names like
N5220000E580000.tif etc
- Added a config.yaml with the proper
filename_epsg and filename_tile_size.
Unfortunately I only get errors in the end:
{
"error": "Server error, please retry request.",
"status": "SERVER_ERROR"
}
The other datasets on the server can be queried alright, only the new one throws this error, and I don't see what's wrong.
What is the best way to debug this? Is there a logfile somewhere that has further details? (Did not find any in the docker container.)
So, I'm trying to add yet another dataset (non-public data), like this:
N5220000E580000.tifetcfilename_epsgandfilename_tile_size.Unfortunately I only get errors in the end:
The other datasets on the server can be queried alright, only the new one throws this error, and I don't see what's wrong.
What is the best way to debug this? Is there a logfile somewhere that has further details? (Did not find any in the docker container.)