I have problem running my programm. i have wrote a Python programm to calculate Zonal Statistics for raster maps. Im receiving the following error:
Floating point division by zero.
and afterwards
Access violation at address 00007FFC90C687C1 in module 'AfCore.dll'. Read of address 0000000024FEB9E9.
I have tried several things and i have checked my paths and the whole code. I dont know where the error occurs from.
My Python code is in the appendix.
Thx for help