Changes between Version 17 and Version 18 of frmts_wtkraster.html


Ignore:
Timestamp:
Oct 14, 2009, 1:34:20 AM (15 years ago)
Author:
jorgearevalo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frmts_wtkraster.html

    v17 v18  
    4747== '''2.3 - Compiling and installing from sources''' ==
    4848
    49 === '''2.3.1 - Compiling on GNU/Linux''' ===
     49=== '''2.3.1 - Downloading source''' ===
    5050
    51 Follow the instructions to compile the requisites [http://www.gis4free.org/blog/2009/05/30/gsoc-09-weekly-report-1-2305-2905/ here] '''(only the 5 first steps)'''. After this, you will have to get the code of the ''fork'' of GDAL version 1.7.0SVN developed for the Google Summer of Code 2009. You can export the source code with Subversion from [http://www.gis4free.org/gdal_wktraster here] by:
     51Follow the instructions to compile the requisites [http://www.gis4free.org/blog/2009/05/30/gsoc-09-weekly-report-1-2305-2905/ here] '''(only the 5 first steps)'''. After this, you can download and install GDAL library as usual. But please, take into account that the driver isn't included in stable version yet. You'll have to checkout the code from SVN:
    5252
    5353{{{
    54 >$ svn export http://www.gis4free.org/gdal_wktraster
     54>$ svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal
    5555}}}
    5656
    57 
    58 The ''fork'' version of GDAL is compiled like the official one. You can find instructions on how to build GDAL library on UNIX-like systems [http://trac.osgeo.org/gdal/wiki/BuildingOnUnix here].
    59 
    60 Once the driver is added to the official GDAL trunk, you should get the source code of GDAL from official's GDAL repository.
     57Or, if you prefer it, download one of the [http://download.osgeo.org/gdal/daily/ GDAL daily builds]
    6158
    6259
    63 === '''2.3.2 - Compiling on Windows''' ===
     60=== '''2.3.2 - Building''' ===
    6461
    65 The GDAL library with the WKT Raster driver hasn't been compiled on Windows yet.
     62You can find instructions on how to build GDAL library [http://trac.osgeo.org/gdal/wiki/BuildHints here].
    6663
    6764
     
    7875}}}
    7976
    80 '''Important:''' If you want to load raster data with out-db storage system, you'll have to apply [http://trac.osgeo.org/postgis/ticket/227 this patch] to the gdal2wktraster script. Please, take into account that this patch has not been included into the gdal2wktraster version on official WKT Raster extension. It's only a beta version.
     77'''Important:''' The out-db raster support for WKT Raster is still under development. Please, don't use this option.
    8178
    8279'''Example 1''':