I have a shp with size 673'476 KB, with shx size 192'422 KB (as shown in the picture below). This file is with points.
Is there any way that can I reduce the shx file size using QGIS?
I have a shp with size 673'476 KB, with shx size 192'422 KB (as shown in the picture below). This file is with points.
Is there any way that can I reduce the shx file size using QGIS?
.shxfile is fixed-width (with length(100 + 8 * nrecs)) and required. See https://gis.stackexchange.com/questions/348557/how-does-a-shapefile-2gb-limit-equate-to-70-million-points – Vince Apr 10 '21 at 19:45.shxand.dbf(you might get a little reduction in the.shp, or it might increase a bit, due to the cost of storing the envelope, depending on the vertex density in the multipoints). – Vince Apr 10 '21 at 22:35