ghislainv/forestatrisk

Histogram of probability values

ghislainv opened this issue · 1 comments

Would be faster to use GDAL functions, eg. gdalinfo -hist

This issue has been fixed. Now the histogram is computed using the GetHistogram() function from the GDAL/OGR Python API (see: http://www.gdal.org/python/osgeo.gdal.Band-class.html#GetHistogram).