-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some data i get different color image tiles apart from true color . #339
Comments
Do you see any errors in the server log? |
What's your setup? Assuming the server is running on a single VM? Where are the images (local disk, S3, ...)? |
I am running in Azure VM with 4 CPU core, RAM 16 GB and with 128 GB SSD for storage , Yes the tifs bands are in my local storage. |
Looks like one of the bands is failing or gets an unexpected offset.
That is strange. Is that behaviour consistent? And at which worker size? And does it change when you disable multiprocessing with Thinking about this part here - reading each band in its own process... terracotta/terracotta/drivers/geotiff_raster_store.py Lines 29 to 48 in 8632e1c
If one of the bands fails, the whole tile production should fail, though. And Gunicorn workers should not affect Python processes, should they? 🤔 Sorry for all the guesswork. Are you sure your file is ok, @anup39? For example, try opening it in QGIS or so and zoom in and out. |
Correct, so this could only happen if the data being read look OK but is faulty (corrupt overview, data being truncated while read), or through a race condition or cache pollution somewhere. Which would be almost impossible to debug without a reproducer... |
The text was updated successfully, but these errors were encountered: