Changes between Version 55 and Version 56 of Cookbook gdal


Ignore:
Timestamp:
Jan 31, 2010 7:23:56 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook gdal

    v55 v56  
    213213--------------------------- 
    214214 
    215 After sending a mail to the R-Sig-Geo list, the answer is as follows (by Roger Bivand) 
     215After sending a mail to the R-Sig-Geo list, the answer is as follows (by Roger Bivand and we thank him !) 
    216216 
    217217If you mean the Windows binary rgdal package, then the answer is in 
     
    232232 
    233233Installing FWTools is a convenient way to get started (but will be limited to 
    234 the - extensive - range of drivers built into the binary package): 
    235  
    236 url:[http://fwtools.maptools.org/] 
    237 url:[http://fwtools.maptools.org/windows-main.html] [[BR]] 
    238 '' fwtools installations for windows are provided as a self contained installation executable. Just run it and follow the steps to install.[[BR]][[BR]] 
    239 The installation will setup entries to launch an ffwtools shell and openev under an fwtools program group in the start / all programs menu.[[BR]] 
    240 the openev entry launch the openev application.  the fwtools shell launchs a dos shell  with the environment pre-initialized to use all the fwtools commands.[[BR]][[BR]] 
    241 to use fwtools commands from other command shells just call the setfw.bat script in the fwtools install directory to setup the environment appropriately. by default the openev and fwtools shell icons on the desktop will start in the fwtools install directory but they can be safely changes to start in any user writable directory by editing the icon properties. '' 
    242 [[BR]][[BR]] 
    243  
    244 Setting the FWTools bin/ directory in the PATH environmental variable is 
    245 essential, (GDAL_DATA is set internally to the copy included in the rgdal 
    246 package). [[BR]] 
    247  
    248 '' cedric OK c'est dans panneau de configuration/systeme/variables d'environnement/path, on ajoute C:\Program Files\FWTools2.4.6\bin 
    249  '' [[BR]] 
    250  
    251 The R Windows binary rgdal package can built against an FWTools Windows binary, 
    252 using VC++. 
    253  
    254 '' Cédric j'installe le plugins eclipse cdt à l'aide du gestionnaire d'extensions d'éclipse http://download.eclipse.org/tools/cdt/releases/galileo '' 
    255 http://www.microsoft.com/express/Downloads/#2008-Visual-CPP 
     234the - extensive - range of drivers built into the binary package): cedric => however we are using Qgis and OSGeo4W tool so working with FWtools does not interest us 
     235url:[http://fwtools.maptools.org/][[BR]] 
     236 
     237url:[http://www.microsoft.com/express/Downloads/#2008-Visual-CPP] 
     238 
     239To understand the script from the readme file (below), one has to be familiar with visual C++ 
     240The following pages are helpfull 
     241url:[http://trac.osgeo.org/gdal/wiki/BuildingWithMinGW] for building with mingwin[[BR]] 
     242url:[http://trac.osgeo.org/gdal/wiki/MakeFileProjects] for building with windows[[BR]] 
     243url:[http://vterrain.org/Distrib/gdal.html] to build against vc++[[BR]] 
     244 
     245Here is the Readme windows file from rgdal 
    256246{{{ 
    257247################################################# 
     
    399389 
    400390R CMD INSTALL --library [path-to-[R]/library-of-choice] rgdal_[version#].tar.gz 
    401  
    402  
    403  
    404  
    405 }}} 
    406 url[http://trac.osgeo.org/gdal/wiki/BuildingWithMinGW] for building with mingwin[[BR]] 
    407 url[http://trac.osgeo.org/gdal/wiki/MakeFileProjects] for building with windows[[BR]] 
    408 url[http://vterrain.org/Distrib/gdal.html] to build against vc++[[BR]] 
     391}}} 
     392 
    409393...url[http://download.osgeo.org/fdo/3.4.1/binaries/] 
    410394