Changes between Version 69 and Version 70 of WKTRaster/Documentation01


Ignore:
Timestamp:
Dec 11, 2009, 6:19:25 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v69 v70  
    388388'''3.1.3 - Storing in-db raster or registering out-db raster?'''
    389389
    390 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.
     390One 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 actual raster file), not the values associated with the pixels. Registering is done via the loader’s –R option.
    391391{{{
    392392>gdal2wktraster.py –r c:/imagesets/landsat/image01.tif –t landsat -R