1SHPINFO(1) shapelib SHPINFO(1)
2
3
4
6 shpinfo - Displays basic information for a given shapefile
7
9 shpinfo shapefile
10
12 Displays basic information for a given shapefile, like shapefile type,
13 number of objects and its extents.
14
16 shapefile
17 The name of an existing shapefile.
18
20 shpinfo testpolygon
21
22
23
24 Info for testpolygon
25 Polygon(5), 1 Records in file
26 File Bounds: ( 100000, 6000000)
27 ( 250000, 7000000)
28
29
30
32 shpinfo is part of shapelib, maintained by Frank Warmerdam. This guide
33 was created by Eduardo Patoo Kanegae and converted to manpage by Johan
34 Van de Wauw.
35
37 dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpadd(1),
38 shpcat(1), shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shp‐
39 fix(1), shpproj(1), shprewind(1), shptest(1)
40
41
42
43 August 2018 SHPINFO(1)