summaryrefslogtreecommitdiffstats
path: root/gis/spatialite-tools/README
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2016-06-09 08:16:50 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-10 08:02:42 +0700
commit12d285a5d7f05056325aa266fc9784ca1451aed5 (patch)
tree2538008155c4f18da883e776222e9eb70fdba473 /gis/spatialite-tools/README
parent3e357cdf7818863bd0d8e86d5c8670e3663b35a6 (diff)
downloadslackbuilds-12d285a5d7f05056325aa266fc9784ca1451aed5.tar.gz
slackbuilds-12d285a5d7f05056325aa266fc9784ca1451aed5.tar.xz
gis/spatialite-tools: Moved from academic/ category.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/spatialite-tools/README')
-rw-r--r--gis/spatialite-tools/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/gis/spatialite-tools/README b/gis/spatialite-tools/README
new file mode 100644
index 0000000000..c64fbee3da
--- /dev/null
+++ b/gis/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