Changes between Version 58 and Version 59 of WKTRaster/Documentation01
- Timestamp:
- 12/10/09 11:42:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v58 v59 376 376 377 377 One of the major PostGIS WKT Raster features is the ability to store raster data in the database or merely register them as external files residing in the filesystem. When registering a raster, only the raster metadata are stored in the database (width, height, number of band, georeference and path to the file), not the values associated with the pixels. Registering is done via the loader’s –R option. 378 379 e.g. >gdal2wktraster –r c:/imagesets/landsat/image01.tif –t landsat -R 378 {{{ 379 >gdal2wktraster –r c:/imagesets/landsat/image01.tif –t landsat -R 380 }}} 380 381 381 382 '''Out-db raster''' is targeted at read-only applications. It has the following advantages: