1SHPCAT(1) shapelib SHPCAT(1)
2
3
4
6 shpcat - appends the records of a source shapefile
7
9 shpcat [-v] [-f] from_shpfile to_shpfile
10
12 Appends the content of a source shapefile into a destination shapefile.
13 Both files must be the same shapefile type.
14
16 -v verbose mode.
17
18 -f forces data conversion if data field types is not the same at
19 both files or if is there any null value into from_DBFfile.
20
21 from_shpfile
22 source shapefile.
23
24 to_shpfile
25 destination shapefile.
26
28 shpcat -v shapefile1 shapefile2
29
31 shpcat is part of shapelib, maintained by Frank Warmerdam. This guide
32 was created by Eduardo Patoo Kanegae and converted to manpage by Johan
33 Van de Wauw.
34
36 dbfadd(1), dbfcat(1), dbfcreate(1), dbfdump(1), dbfinfo(1), shpadd(1),
37 shpcentrd(1), shpcreate(1), shpdump(1), shpdxf(1), shpfix(1),
38 shpinfo(1), shpproj(1), shprewind(1), shptest(1)
39
40
41
42 July 2019 SHPCAT(1)