Changes between Version 9 and Version 10 of WKTRaster/SpecificationWorking02
- Timestamp:
- 08/04/10 09:10:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking02
v9 v10 52 52 CREATE TABLE newIndbRastTable AS SELECT ST_AddBand(ST_NewRasterFromFile("c:/temp/myraster.tif"), "c:/temp/myraster.tif"); 53 53 54 and to tile it in a new table using a new easy to implement pl/PgSQL function using ST_Clip. 54 and 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.