SpatiaLite 2.3.0          Source code

version history

libspatialite

the main core of the Spatial DBMS engine; an internal copy of SQLite is included, so this library implements a complete DBMS engine with no need for external components.



License: MPL v1.1
This ZIP archive contains all C code combined into a single source file (the amalgamation).
This is the recommended way of acquiring the SpatiaLite source code for Windows.
An internal copy of SQLite's amalgamation source is included as well, so this package allows you to build a complete DBMS engine.
libspatialite-amalgamation-2.3.0.zip
1,436 KB
A tarball containing all C code combined into a single source file (the amalgamation).
This is the recommended way of acquiring the SpatiaLite source code for all Unix and Unix-like platforms. And this too includes the SQLite's amalgamation source.
libspatialite-amalgamation-2.3.0.tar.gz
1,414 KB
A tarball containing all C code in the traditional form (i.e. not amalgamated).
Their use is not recommended. The SpatiaLite developer do not use them. You should not use them either. Anyway, this too includes the SQLite amalgamation source.
The scope of this package is to produce the SpatiaLite amalgamation simply invoking make [aclocal, autoconf, libtoolize and automake are required]
libspatialite-2.3.0.tar.gz
1,118 KB
Please, read very carefully this short note before attempting to build

spatialite-tools

a set of useful CLI tools
[Command Line Interface]

License: GPL v3      logo
  • spatialite: a complete CLI front-end
    more or less equivalent to the well known sqlite3 front-end, but supporting Spatial SQL, SHP import/export and any other SpatiaLite extension
  • spatialite_network: a tool supporting the creation of networks used by the routing algorithm
  • spatialite_tool: a tool supporting import/export of shapefiles
  • shp_doctor: a diagnostic tool to check anomalous shapefiles
  • exif_loader: an import tool for EXIF or EXIF-GPS pictures
spatialite-tools-2.3.0.zip
410 KB
spatialite-tools-2.3.0.tar.gz
389 KB
Please, read very carefully this short note before attempting to build

spatialite-gui

an user friendly GUI tool
[Graphical User Interface]

License: GPL v3      logo
building from source requires:
  • libspatialite 2.3.0
  • wxWidgets 2.8.10
no ./configure is supplied; use the Makefile corresponding to your platform
spatialite-gui-2.3.0.zip
623 KB
spatialite-gui-2.3.0.tar.gz
613 KB

back