lukefi / metsi

Other
3 stars 0 forks source link

Runtime error in preprocessing XML #32

Closed Sorvalampi closed 1 year ago

Sorvalampi commented 1 year ago

Runtime error in preprocessing XML.

The error message is "'ForestStand' object has no attribute 'soil_and_peatland_category'".

All the files needed in tests in the attached zip file.

Kajaani.zip

jpy-luke commented 1 year ago

This data set triggered a previously unvisited code path for stand management operations management where there was a typo for this ForestStand property. Should be soil_peatland_category instead of soil_and_peatland_category. Fixed in main branch now.