Tagged Questions
3
votes
1answer
119 views
storing jpeg in spatialite database
How to store jpeg file in spatialite blob column so that spatialite gui and Qgis can recognise the format and show the image.
I have created in memory jpeg from raster bands using jpeglib and stored ...
0
votes
0answers
19 views
Storing Image data to spatialite [duplicate]
Possible Duplicate:
spatialite storing raster data
I want to store geotiff data to spatialite databse. I am using gdal to read metadata and reading tiles convering them to hexwkb format and ...
4
votes
1answer
377 views
How to store raster data in spatialite?
I want to cache my raster data(large geotiff files) on local database. I thought to use spatialite. I found librasterlite which provide functionality to do that.
Can anybody point to some tutorial on ...
1
vote
0answers
104 views
How to retrieve the value of a cell in RasterLite?
Just wanting to know the SQL statement needed to find out the pixel value for a location, when the raster is loaded into SpatialLite as a Raster?
I loaded the Raster using rasterlite_load -d ...
