Changes between Version 60 and Version 61 of WKTRaster/Documentation01


Ignore:
Timestamp:
Dec 10, 2009, 11:45:01 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v60 v61  
    377377One 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.
    378378{{{
    379 >gdal2wktraster –r c:/imagesets/landsat/image01.tif –t landsat -R
     379>gdal2wktraster.py –r c:/imagesets/landsat/image01.tif –t landsat -R
    380380}}}
    381381