gtkfi / ArcSDM

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

Calculate response doesn't work with Arcgis pro #90

Closed trotor closed 6 years ago

trotor commented 6 years ago

Start Time: 24 April 2018 14:54:39 Failed to execute. Parameters are not valid. ERROR 000236: Input raster does not have an attribute table WARNING 000970: The join field Value in the join table rc_appa_res is not indexed. To improve performance, we recommend that an index be created for the join field in the join table. Failed to execute (AddJoin). Failed at 24 April 2018 14:54:39 (Elapsed Time: 0.05 seconds)

trotor commented 6 years ago

LIne ~235 in current set is the problem outras = arcpy.sa.Lookup(Temp_Raster," outras.save(Output_Raster);

TODO: Make minimum viable BUG for ESRI to work on - input types have something wrong in them.

trotor commented 6 years ago

The problem is that lookup doesn't work with WEIGHT field on ArcGis pro <- The field is null after calculate response with same inputs as in ArcGis desktop... studying further.

trotor commented 6 years ago

Note2: It is just wrong inputs and failed weight table - something else is wrong here (reason for this much hassle is that I don't exactly have specifications what to use as input data and I end up using shitty inputs.)

trotor commented 6 years ago

Goes through with valid inputs and environment (not sure what yet, so not closing)

trotor commented 6 years ago

Committing fixed version - waiting input.

trotor commented 6 years ago

Expecting this to be fixed.