1SHPSORT(1) shapelib SHPSORT(1)
2
3
4
6 shpsort - rewrite a shapefile sorted by a field or by the geometry
7
9 shpsort infile outfile field[;...] []
10
12 Rewrite a shapefile sorted by a field or by the geometry. For polygons,
13 sort by area, for lines sort by length and do nothing for all others.
14
16 infile input shapefile
17
18 outfile
19 output shapefile
20
21 field[;...]
22 one or more fields to use for ordering
23
24 [] sort order
25
27 shpsort is part of shapelib, maintained by Frank Warmerdam.
28
30 dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpcat(1),
31 shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shpfix(1), sh‐
32 pinfo(1), shpproj(1), shprewind(1), shptest(1)
33
34
35
36 March 2022 SHPSORT(1)