Changes between Version 1 and Version 2 of frmts_wtkraster.html

Show
Ignore:
Timestamp:
09/20/09 07:19:56 (4 years ago)
Author:
jorgearevalo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frmts_wtkraster.html

    v1 v2  
    66WKT Raster is the project that provides '''raster support on PostGIS'''.  
    77 
    8 The driver only supports reading of regularly blocked in-db rasters. There are other functionalities under development: 
     8This driver was developed during the [http://socghop.appspot.com/ Google Summer of Code] 2009. The driver only supports reading of regularly blocked in-db rasters. There are other functionalities under development: 
    99  * Reading of non-regular blocked rasters. 
    1010  * Out-db raster support. 
     
    2828== '''2.1 - Requirements''' == 
    2929 
     30For using GDAL WKT Raster driver, you will first need to install: 
     31 
     32 * [http://www.postgresql.org/ PostgreSQL] version 8.3 or higher 
     33 * [http://trac.osgeo.org/proj Proj4 library] version 4.4 or higher 
     34 * [http://trac.osgeo.org/geos GEOS library] version 3.2.0 or higher 
     35 * [http://postgis.refractions.net/ PostGIS] version 1.4.0 or higher 
     36 * [http://trac.osgeo.org/postgis/wiki/WKTRaster WKTRaster PostGIS extension] v 0.1.6SVN or higher 
     37 * [http://www.gis4free.org/gdal_wktraster GDAL library]. A ''fork'' version of GDAL 1.70SVN developed during the Google Summer of Code 2009. The driver will be added to GDAL v1.7.0. 
     38 
    3039== '''2.2 - Installed precompiled binaries''' == 
     40 
     41For the moment, there is no precompiled binaries. You can find precompiled binaries for the whole GDAL library [http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries here]. The driver will be part of the library for 1.7.0 version. 
    3142 
    3243== '''2.3 - Compiling and installing from sources''' == 
     
    3546 
    3647=== '''2.3.2 - Compiling on Windows''' === 
     48 
     49The GDAL library with the WKT Raster driver hasn't been compiled yet on Windows. 
    3750 
    3851= '''3 - Using GDAL WKT Raster driver''' =