gtkfi / ArcSDM

Spatial Data Modeler 6 for ArcGIS Pro
32 stars 18 forks source link

Calculate weights crashes in arcgis pro with filesystem workspace #130

Closed trotor closed 4 years ago

trotor commented 4 years ago

image

artolaiho commented 4 years ago

ArcGIS Pro 2.5 cannot add CONTRAST field to dBase database on Python code calculateweights.py. This python code works if CONTRAST field is not used. There is no problem on ArcGIS Desktop 10.6.1 with dBase or ArcGIS Pro with file geodatabase. I reported this to Esri.

artolaiho commented 4 years ago

I continued tests. Seems that if dBase field name is same as alias name (no case sensitive), for example: when field name is CONTRAST and alias name is Contrast, ArcGIS Pro 2.5 crashes. When I added underscore to end of alias name (Contrast_), Pro worked succesfully.

artolaiho commented 4 years ago

A corrected version can be found in the Arto-dev branch.