1SHPTREEDUMP(1) shapelib SHPTREEDUMP(1)
2
3
4
6 shptreedump - dump an ASCII representation of a quadtree
7
9 shptreedump [-maxdepth n] [-search xmin ymin xmax ymax] [-v] [-o index‐
10 filename] [-i indexfilename] shp_file
11
13 Utility for creating and dumping an ASCII representation of a quadtree.
14
16 -maxdepth n
17 max tree depth
18
19 -search xmin ymin xmax ymax
20 limit search to box
21
22 -v verbose output
23
24 -o indexfilename
25 output index filename
26
27 -i indexfilename
28 input index filename
29
30 shp_file
31 the name of an existing shapefile.
32
34 shptreedump is part of shapelib, maintained by Frank Warmerdam.
35
37 dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpcat(1),
38 shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shpfix(1), sh‐
39 pinfo(1), shpproj(1), shprewind(1), shptest(1)
40
41
42
43 January 2023 SHPTREEDUMP(1)