Thank you! Very helpful.
Hi Chris. I am working with a customized .dbf file. I have ArcGIS pro 3.5.3 and there is no tool to convert a .dbf file to spatial weight matrix file as you described above. I would like to customize the swm file so there is no island. There is no "Convert_Table" option in the Spatial Statistics Toolkit. How can I do it with this newest version of the ArcGIS pro? Thank you!
Hi @deryolr ,
You can convert a .dbf (or any other ArcGIS table) to a spatial weights matrix using the Generate Spatial Weights Matrix tool. The Conceptualization of Spatial Relationships parameter has a "Convert table" option that will allow you to provide your dbf.
Making a custom SWM usually involves first making a template SWM using Generate Spatial Weights Matrix tool. You then convert it to a table using Convert Spatial Weights Matrix to Table tool, and manually edit the table. Finally, you convert it back to a SWM using Generate Spatial Weights Matrix.
Before trying to convert your dbf to a SWM, I would try to add it to a map and make sure it displays as a table layer in the Contents pane. That will verify that it is configured such that ArcGIS Pro recognizes it as a valid table.
-Eric Krause
Thank you so much!