isciences / exactextract

Fast and accurate raster zonal statistics
Apache License 2.0
261 stars 33 forks source link

Add support to specify a list of images to calculate statistics on to python API #157

Closed theroggy closed 2 months ago

theroggy commented 2 months ago

Be able to use the optimization that the pixel fractions only need to be calculated once for multiple images following the same grid.

dbaston commented 2 months ago

This is already supported, unless I'm misunderstanding...

https://github.com/isciences/exactextract/blob/5b372a6bc03205e1cfe8197c39c17b195f227072/python/tests/test_exact_extract.py#L363-L375

theroggy commented 2 months ago

Ah, great! Thanks!