-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hi,
We just completed a segment analysis of NYC that took a long time. This was done with source files on PostGIS and target destination on PostGIS. It produced no errors. However, it produced an empty table in PostGIS (with the correct fields), and a temporary layer in QGIS (with the correct fields but only 6 features).
The temporary files generated by depthmapxnet (analyse-result.txt, etc) have been correctly generated with all necessary data. I can import convert these into a segment map through the ref-id. I can also calculate the final post-processing steps (which from my understanding only produce the NAIN, NACH?) in postgres or perhaps the field calculator. I've done this before using one of the equations for this, but would be good to know which ones SpaceSyntaxToolkit uses.
My question is. Is this an acceptable method to reconstitute the final layer? Or is there something else I am missing? @jorgegil any thoughts? Please help.
I will test later with smaller files to see what could be producing this issue (essentially, it looks like everything worked but the results were not inserted into either temporary layer or postgis).