h2gis icon indicating copy to clipboard operation
h2gis copied to clipboard

ST_WorldFileImageRead

Open ebocher opened this issue 9 years ago • 1 comments

ST_WorldFileImageRead is used to read an image with its world file (ESRI representation).

The function will have the following signature

ST_WorldFileImageRead( 'filePath')

ST_WorldFileImageRead( 'filePath', 'tableName')

Usages

CALL ST_WorldFileImageRead( '/tmp/toto.png') ;
CALL ST_WorldFileImageRead( '/tmp/toto.tiff', 'rasterTable') ;

ebocher avatar Oct 14 '15 06:10 ebocher

The ST_WorldFileImageRead syntax must be improve to support import or read file from the disk. eg : ST_WorldFileImageRead( '/tmp/toto.png', false) ; true = image imported false = image read from the disk

ebocher avatar Oct 14 '15 07:10 ebocher