Bocher Erwan

Results 160 comments of Bocher Erwan

No because we must also write st_geometryfromfile ;-)

ST_WorldFileImageWrite will have the following signature ``` sql ST_WorldFileImageWrite(RASTER, '/tmp/toto.png') ``` Usages ``` sql SELECT ST_WorldFileImageWrite(the_raster, '/tmp/toto.png') from myRasterTable limit 1; ``` ``` sql SELECT ST_WorldFileImageWrite(the_raster,concat( concat( '/tmp/toto_', pkValue), '.png'))...

Note : The TIFF format will be integrated in JAVA 9 http://openjdk.java.net/jeps/262

+1 We can help you to write the documentation.

Add a unit test ? SELECT FILE_WRITE(ST_IMAGEFROMRASTER(data, 'png'), '/tmp/test.png') FROM test @nicolas-f

A good day https://github.com/h2database/h2database/pull/945

By default all write driver delete the output file Try CALL shpwrite('/tmp/data.shp', 'data'); CALL shpwrite('/tmp/data.shp', 'data'); This behaviour must be changed to return an error when the file already exist

Done here #1120