Changes between Version 38 and Version 39 of frmts_wtkraster.html


Ignore:
Timestamp:
Apr 20, 2011, 10:11:13 AM (13 years ago)
Author:
jorgearevalo
Comment:

Clarification about prerequisites added. Note about benefits of using GDAL 1.8.x added too.

Legend:

Unmodified
Added
Removed
Modified
  • frmts_wtkraster.html

    v38 v39  
    1313  * Reading of non-regular blocked rasters.
    1414  * Create and modify raster on PostGIS database.
     15
     16'''Please, use GDAL 1.8.0. The driver packed with previous GDAL versions was buggy and unstable, and it won't work with the last versions of PostGIS Raster (since it was included in PostGIS trunk).'''
     17
     18Take into account that:
     19  * GDAL doesn't require PostgreSQL/PostGIS installed in your machine for working. Even if you want to use GDAL PostGIS Raster driver. But in case you want to use that driver, '''install GDAL 1.8.0.'''
     20  * PostGIS 2.0 DOES require GDAL if you want to use PostGIS Raster extension.
     21
     22So, if you're using GDAL and PostGIS in the same machine, please install GDAL 1.8.0.
    1523
    1624== '''1.1 - Credits''' ==
     
    3240== '''2.1 - Installing prerequisites''' ==
    3341
    34 These requisites are for setting up an enviroment with PostgreSQL/PostGIS with raster support.
     42You don't need special requisites in your machine for using GDAL driver, apart from GDAL library itself. Anyway, you might want to set an enviroment with PostgreSQL/PostGIS/PostGIS Raster support. In that case, you'll need:
    3543 
    3644 * [http://www.postgresql.org/ PostgreSQL] version 8.3 or higher