Updated Rasterlite (markdown)

kunitoki 2012-03-27 13:37:35 -07:00
parent 232364a2af
commit 889e64ac89

@ -3,17 +3,11 @@
<!-- Last-Modified: 2010/11/15 07:26:29 --> <!-- Last-Modified: 2010/11/15 07:26:29 -->
<!-- Author: kunitoki --> <!-- Author: kunitoki -->
```html
<h2 style="text-align: left; color: red">WARNING: experimental !</h1>
```
This plugin supports reading georaster files embedded into sqlite databases using [RasterLite](http://www.gaia-gis.it/spatialite/index.html) of the excellent Spatialite project. This plugin supports reading georaster files embedded into sqlite databases using [RasterLite](http://www.gaia-gis.it/spatialite/index.html) of the excellent Spatialite project.
The use of rasterlite allows to use jpeg / wavelets compressed rasters in sqlite files (even 4GB databases !) quite fast than plain geotiff, thanx to the use of the R-Tree and Pyramid features in sqlite. The use of rasterlite allows to use jpeg / wavelets compressed rasters in sqlite files (even 4GB databases !) quite fast than plain geotiff, thanx to the use of the R-Tree and Pyramid features in sqlite.
* Note: You must use at least the development version [2.4.0-RC2](http://www.gaia-gis.it/spatialite-2.4.0/index.html) to compile the input plugin. * Note: You must use at least the development version [1.1b] (https://www.gaia-gis.it/fossil/librasterlite/index) to compile the input plugin.
For other plugins see: [[PluginArchitecture]] For other plugins see: [[PluginArchitecture]]
@ -77,4 +71,4 @@ A Raster datasource may be created as follows:
## Further References ## Further References
* [Rasterlite How-To (2.3.1)](http://www.gaia-gis.it/spatialite-2.3.1/rasterlite-how-to.pdf) * [Rasterlite How-To](http://www.gaia-gis.it/gaia-sins/rasterlite-docs/rasterlite-how-to.pdf)