SpatiaLite 2.3.1          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.1.zip
1,539 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.1.tar.gz
1,517 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.1.tar.gz
1,148 KB
Please, read very carefully this short note before attempting to build
The current development source is available by anonymous SVN
In order to access the SVN simply type (you must accept the server certificate):
svn co https://www.gaia-gis.it/svn/libspatialite libspatialite-svn

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.1.zip
384 KB
spatialite-tools-2.3.1.tar.gz
372 KB
Please, read very carefully this short note before attempting to build
The current development source is available by anonymous SVN
In order to access the SVN simply type (you must accept the server certificate):
svn co https://www.gaia-gis.it/svn/spatialite-tools spatialite-tools-svn

librasterlite

a library supporting Raster Data Sources within a SpatiaLite DB
[and any releated CLI management tool]

License: GPL v3      logo
  • librasterlite: C API
  • rasterlite_load: a tool loading GeoTIFF tiles into the DB
  • rasterlite_pyramid: a tool generating Pyramid Level tiles
  • rasterlite_topmost: a tool generating TopMost Level Pyramid tiles
  • rasterlite_tool: a tool extracting rasters from the Data Source
  • rasterlite_grid: an tool tranforming a GRID into a GeoTIFF
librasterlite-1.0.zip
511 KB
librasterlite-1.0.tar.gz
462 KB
Please, read very carefully this short note before attempting to build
The current development source is available by anonymous SVN
In order to access the SVN simply type (you must accept the server certificate):
svn co https://www.gaia-gis.it/svn/librasterlite librasterlite-svn

spatialite-gui

an user friendly GUI tool
[Graphical User Interface]

License: GPL v3      logo
building from source requires:
  • libspatialite 2.3.1
  • librasterlite 1.0
  • wxWidgets 2.8.10
no ./configure is supplied; use the Makefile corresponding to your platform
spatialite-gui-1.2.1.zip
625 KB
spatialite-gui-1.2.1.tar.gz
615 KB

spatialite-gis

an elementary simple, minimalistic GIS tool built on the top of SpatiaLite

License: GPL v3      logo
building from source requires:
  • libspatialite 2.3.1
  • librasterlite 1.0
  • wxWidgets 2.8.10
no ./configure is supplied; use the Makefile corresponding to your platform
spatialite-gis-1.0-ALPHA-1.zip
883 KB
spatialite-gis-1.0-ALPHA-1.tar.gz
801 KB

back