Changes between Version 9 and Version 10 of WKTRaster/SpecificationWorking02


Ignore:
Timestamp:
Aug 4, 2010, 9:10:34 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking02

    v9 v10  
    5252CREATE TABLE newIndbRastTable AS SELECT ST_AddBand(ST_NewRasterFromFile("c:/temp/myraster.tif"), "c:/temp/myraster.tif");
    5353
    54 and to tile it in a new table using a new easy to implement pl/PgSQL function using ST_Clip.
     54and to tile it in a new table using a new easy to implement pl/PgSQL function using ST_Clip. No more need of gdal2wktraster.py to load a raster.