diff options
author | Alexander Bruy <alexander.bruy@gmail.com> | 2012-12-20 16:24:41 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-20 16:25:06 +0100 |
commit | 7d7f9ecaf30398ef461966d6549998cbe339bb89 (patch) | |
tree | b7a3724bd7ad75d0fbd07c240aa5de769479a469 /academic/spatialite-tools/README | |
parent | 57116ae28e2bdfef68168c26657e0bd626688a9c (diff) |
academic/spatialite-tools: Added (SpatiaLite CLI utils).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/spatialite-tools/README')
-rw-r--r-- | academic/spatialite-tools/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/spatialite-tools/README b/academic/spatialite-tools/README new file mode 100644 index 000000000000..c64fbee3da64 --- /dev/null +++ b/academic/spatialite-tools/README @@ -0,0 +1,17 @@ +spatialite-tools is a collection of open source Command Line Interface +(CLI) tools supporting SpatiaLite: + * spatialite: a complete CLI front-end, more or less equivalent to the + well known sqlite3 front-end, but fully supporting SpatiaLite + * spatialite_tool: a tool supporting import/export of Shapefiles and + DBF-files + * shp_doctor: a diagnostic tool to check anomalous shapefiles + * exif_loader: an import tool for EXIF or EXIF-GPS (JPEG) pictures + * spatialite_osm_raw: a tool importing OSM files (raw format tables, + strictly corresponding to XML input) + * spatialite_osm_filter: a tool allowing to re-export spatially selected + OSM files form a raw-format DB + * spatialite_osm_map: a tool importing map layers from an OSM file + * spatialite_osm_net: a tool creating a road network from an OSM file + * spatialite_network: a tool creating a VirtualNetwork (supporting shortest + path / routing SQL queries) + * spatialite_gml: a tool importing GML files |