Re: [gdal-dev] Can GDAL Access Raster File Stored as Blob in SQLite3 Database?

2014-11-06 Thread Jema Bingham
Ahah! You have to add the raster table name then to the command. The Rasterlite documentation should be updated to reflect this example as it now misleadingly does not. See below... Thank you much! Examples: - Accessing a rasterlite DB with a single raster table : $ gdalinfo rasterlited

Re: [gdal-dev] Can GDAL Access Raster File Stored as Blob in SQLite3 Database?

2014-11-06 Thread Jema Bingham
Even, I can load the file to memory and then create a virtual file via C#. However, that is expensive to do for many rasters if the data I need is for a handful of pixels or even a single pixel per image. Is there a way to link to the object on disk? Thanks for that quick reply.

Re: [gdal-dev] Handle Spaces in Rasterlite Database Path

2014-10-23 Thread Jema Bingham
Thanks. Tested it, and it works. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev