spatialite_tool(1) | spatialite_tool(1) |
spatialite_tool - CLI tool for Shapefile import/export
spatialite_tool
[-h | -i | -e] [-dbf pathname] [-shp
pathname] [-d pathname] [-t table_name]
[-g col_name] [-c charset_name] [-s
SRID] [--type [POINT | LINESTRING | POLYGON | MULTIPOINT] ]
[-2] [-k]
spatialite_tool is an utility CLI tool for Shapefile import / export.
spatialite_tool -i -dbf abc.dbf -d db.sqlite -t tbl -c CP1252
spatialite_tool -i -shp abc -d db.sqlite -t tbl -c CP1252 [-s 4326] [-g geom]
spatialite_tool -i -shp abc -d db.sqlite -t tbl -c CP1252 [-s 4326] [-2] [-k]
spatialite_tool -e -shp abc -d db.sqlite -t tbl -g geom -c CP1252 [--type POINT]
07 February 2021 |