Tagged Questions
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
380 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 ...