Hi there, I've been testing zonal_stats on a large raster containing decimal values. zonal_stats wants to allocate a large array with type float64 - which is unnecessary as my input raster is float32. Would it be possible to set this dtype throughout the calculation as to avoid overuse of memory?
Hi there, I've been testing zonal_stats on a large raster containing decimal values. zonal_stats wants to allocate a large array with type float64 - which is unnecessary as my input raster is float32. Would it be possible to set this dtype throughout the calculation as to avoid overuse of memory?