I have a shapefile containing over one million road segments, and I’d like to run Axial analysis using this plugin and generate all the corresponding metrics. However, due to the limited computing power of my laptop, the software crashes every time I attempt to process the file.
I'm wondering if it’s possible to deploy this tool on AutoDL, a cloud platform with GPU resources, to handle the computation. The issue is that AutoDL doesn’t support QGIS GUI—it only supports running Python code.
Is there any way to run the Space Syntax Toolkit or at least the core axial analysis functionality in a headless (non-GUI) environment like AutoDL? Or do you have any suggestions for handling large-scale Axial analysis more efficiently?