Hi there,
I’m trying to run the Recreation Model with the Compute Regression option, and get the following error:
AttributeError: ‘NoneType’ object has no attribute ‘ExportToWkt’
I am using the latest Mac release, and have already successfully used the Recreation Model without the option Compute Regression. All predictor shapefiles (12) are in the same coordinate system (EPSG:3763). I have also tried with just one predictor, to make sure there was no issue with one of the files, but the result is the same.
This error actually happened while checking the projection of the AOI shapefile. So it is worth double-checking that the AOI has a coordinate system defined.
Thanks @dave, I think the AOI file was also on the same coordinate system, but will check!
I will try the latest development build then (I’m also interested on the Urban models, and the official 3.7.0 release does not include them yet, at least for Mac). If it doesn’t work, I will try the official release. Will give feedback as soon as possible.
I seem to be having a similar issue with my model run. My 4 predictor variables are in the same projection (4269) along with AOI vector (4269).
Any recommendations? Is it possible that my predictor table ‘type’ columns are not correct (should be line_intersect_length vs. polygon_area_coverage)?