Currently an additional bash script is used in order to calculate spatial indices of spatialite files . We could move the calculation inside the C++ part to avoid situations where one forgets to call the script and therefore has spatialite files without indices.
Maybe we can also start calculating the indices for the tables that are finished after the first pass while the software still is running (and creating other layers/spatialite files).
Currently an additional bash script is used in order to calculate spatial indices of spatialite files . We could move the calculation inside the C++ part to avoid situations where one forgets to call the script and therefore has spatialite files without indices.
Maybe we can also start calculating the indices for the tables that are finished after the first pass while the software still is running (and creating other layers/spatialite files).