1

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?

enter image description here

2
  • 3
    The .shx file is fixed-width (with length (100 + 8 * nrecs)) and required. See gis.stackexchange.com/questions/348557/… Commented Apr 10, 2021 at 19:45
  • 1
    If the singleton points share common attributes, you could convert them to mulitpoints, which would reduce the record count, and therefore the size of both the .shx and .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). Commented Apr 10, 2021 at 22:35

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.