You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COG generation seems to use significantly more memory than a traditional GeoTIFF when using Rasterio. I suspect this is either tied to the overlay creation, or the fact that we are often restructuring the raster blocks and have to read / write larger chunks than the final COG blocks (usually 512x512)
I noticed significant memory usage (8Gb+) when processing a single VIIRS raster this morning. This will limit the number of concurrent COG exports we can run, even on the HPC.
Just ran a more formal test and observed a VIIRS average mask COG exports using 12+ gigabytes of RAM. Similar result with and without LZW compression explicitly enabled in the **meta kwargs.
No description provided.
The text was updated successfully, but these errors were encountered: