Changes between Version 1 and Version 2 of WKTRaster/ThirdPartySupport


Ignore:
Timestamp:
Nov 25, 2011, 7:47:19 AM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/ThirdPartySupport

    v1 v2  
    44This page intent to provide directions on how to read raster stored in PostGIS. PostGIS Raster supports many configurations that other raster formats do not support. PostGIS Raster supports:
    55
     6
     7Determining the right overview
     8
     9Reading one raster row
     10
     11Reading a table as one raster
     12
     131) Reading PostGIS Raster relying solely on GDAL
     14
     152) Reading PostGIS Raster relying on the raster_column table and GDAL
     16
     173) Reading PostGIS Raster relying on the raster_column table, the raster_overview table and GDAL
     18
     194) Reading PostGIS Raster relying on the raster_column table, the raster_overview table and ST_AsBinary()
     20
     215) Reading PostGIS Raster relying on the raster_column table, the raster_overview table and ST_AsJPEG()
    622