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
Right now, the create_raster_zonal_stats method of the raster zonal stats module only support single bands per call. Being able to handle multiple bands might be a nice enhancement to minimize having to do multiple passes on the same raster file across the same zones.
The underlying rasterstats modules has some suggestions on how to handle this (which I'm documenting below so that it may serve as a future reference for an implementation)
Right now, the
create_raster_zonal_stats
method of the raster zonal stats module only support single bands per call. Being able to handle multiple bands might be a nice enhancement to minimize having to do multiple passes on the same raster file across the same zones.The underlying rasterstats modules has some suggestions on how to handle this (which I'm documenting below so that it may serve as a future reference for an implementation)
The text was updated successfully, but these errors were encountered: