Le lundi 24 février 2014 09:35:42, Marcel Gangwisch a écrit : > Hi *, > > currently I'm using SQLite + Spatialite + GDAL to manage vector data. > I know it is also possible to use SQLite also with raster data. > Therefore I have to translate all GDAL input data to > sqlite as rasterlite. > > Does anybody know how to do that, with the help of the GDAL C# bindings?
you should be able to do that with the CreateCopy() method of the Rasterlite driver. > > - Have a nice day, Marcel > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev -- Geospatial professional services http://even.rouault.free.fr/services.html _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
