Is your feature request related to a problem? Please describe.
When rendering COGs based on dynamically computed min/max, tiles at the same zoom level might have been rendered using different min/max values.
Describe the solution you'd like
Re-render tiles created with the old min/max
Describe alternatives you've considered
Could wait to render all the tiles until have computed min/max for all 16 of them, but I'm worried about performance implications.
Is your feature request related to a problem? Please describe. When rendering COGs based on dynamically computed min/max, tiles at the same zoom level might have been rendered using different min/max values.
Describe the solution you'd like
Describe alternatives you've considered
Additional context