h2gis icon indicating copy to clipboard operation
h2gis copied to clipboard

ST_WorldFileImageWrite

Open ebocher opened this issue 9 years ago • 4 comments

ST_WorldFileImageWrite will have the following signature

ST_WorldFileImageWrite(RASTER, '/tmp/toto.png')

Usages

SELECT ST_WorldFileImageWrite(the_raster, '/tmp/toto.png') from myRasterTable limit 1;
SELECT ST_WorldFileImageWrite(the_raster,concat( concat( '/tmp/toto_', pkValue), '.png')) from myRasterTable;

ebocher avatar Oct 14 '15 06:10 ebocher

Done ?

ebocher avatar Jan 15 '16 12:01 ebocher

Yes, but I remember a missing projection file on world file writing.

nicolas-f avatar Jan 15 '16 13:01 nicolas-f

here https://github.com/orbisgis/h2gis/blob/raster/1.3.X/h2drivers/src/main/java/org/h2gis/drivers/worldFileImage/ST_WorldFileImageWrite.java

nicolas-f avatar Jan 15 '16 13:01 nicolas-f

Sorry I don't understand. The prj is right now supported.

ebocher avatar Jan 15 '16 15:01 ebocher