SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. It provides a complete and powerful Spatial DBMS (mostly OGC-SFS compliant). It is to sqlite what postgis is to postgresql. freexl-1.0.0e: extract valid data from within an Excel spreadsheet readosm-1.0.0b: library to extract data from OSM files libspatialite-4.0.0: sqlite extented with spatial SQL capabilities libgaiagraphics-0.5: common-utility raster handling methods, used by spatialite_gui librasterlite-1.1f: store rasters coverages within spatialite, used byspatialite_gis spatialite-tools-4.0.0: CLI tools for spatialite spatialite_gis-1.0.0c: minimalistic GIS on top of spatialite and rasterlite spatialige_gui-1.6.0: GUI for spatialite ok/tweaks ajacoutot@
19 lines
956 B
Plaintext
19 lines
956 B
Plaintext
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
|