README 968 B

123456789101112131415161718
  1. spatialite-tools is a collection of open source Command Line Interface
  2. (CLI) tools supporting SpatiaLite:
  3. * spatialite: a complete CLI front-end, more or less equivalent to the
  4. well known sqlite3 front-end, but fully supporting SpatiaLite
  5. * spatialite_tool: a tool supporting import/export of Shapefiles and
  6. DBF-files
  7. * shp_doctor: a diagnostic tool to check anomalous shapefiles
  8. * exif_loader: an import tool for EXIF or EXIF-GPS (JPEG) pictures
  9. * spatialite_osm_raw: a tool importing OSM files (raw format tables,
  10. strictly corresponding to XML input)
  11. * spatialite_osm_filter: a tool allowing to re-export spatially
  12. selected OSM files form a raw-format DB
  13. * spatialite_osm_map: a tool importing map layers from an OSM file
  14. * spatialite_osm_net: a tool creating a road network from an OSM file
  15. * spatialite_network: a tool creating a VirtualNetwork (supporting
  16. shortest path / routing SQL queries)
  17. * spatialite_gml: a tool importing GML files