Re: [gdal-dev] GDAL C# bindings - using rasterlite and spatialite in the same database

2014-02-27 Thread Even Rouault
Le jeudi 27 février 2014 21:39:52, Marcel Gangwisch a écrit : > Dear Even, > > thank you for your answer! I think I know the real problem now. > Respectively Sandro (I think a developer of rasterlite) gave me the > correct hint. > (https://groups.google.com/forum/?hl=de#!topic/spatialite-users/g8b

Re: [gdal-dev] GDAL C# bindings - using rasterlite and spatialite in the same database

2014-02-27 Thread Marcel Gangwisch
Dear Even, thank you for your answer! I think I know the real problem now. Respectively Sandro (I think a developer of rasterlite) gave me the correct hint. (https://groups.google.com/forum/?hl=de#!topic/spatialite-users/g8b3va_zteg

Re: [gdal-dev] GDAL C# bindings - using rasterlite and spatialite in the same database

2014-02-27 Thread Even Rouault
Le mardi 25 février 2014 18:12:55, Marcel Gangwisch a écrit : > Hi *, > > I use the following command: > > rasterliteDriver.CreateCopy("RASTERLITE:GeoDatabase.db,TABLE=raster_test", > source, 1, options, null, null); > > to read every gdal raster in my rasterlite database. After reading I'm > al

[gdal-dev] GDAL C# bindings - using rasterlite and spatialite in the same database

2014-02-25 Thread Marcel Gangwisch
Hi *, I use the following command: rasterliteDriver.CreateCopy("RASTERLITE:GeoDatabase.db,TABLE=raster_test", source, 1, options, null, null); to read every gdal raster in my rasterlite database. After reading I'm also able to read another raster of vector file into the sqlite database. Eve