Changes between Version 79 and Version 80 of Cookbook gdal


Ignore:
Timestamp:
Jun 9, 2010 9:00:17 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook gdal

    v79 v80  
    187187Message d'avis : 
    188188le package 'sp' a été compilé avec la version R 2.10.1  
    189 > readOGR(dsn="PG:host=localhost dbname=eda2.0 user=postgres password=postgres port=5433",layer="ccm21.riversegments") 
     189> readOGR(dsn="PG:host=localhost dbname=eda2.0 user=postgres password=postgres port=5433",layer="ccm21.riversegments_bretagne") 
    190190Erreur dans ogrInfo(dsn = dsn, layer = layer, input_field_name_encoding = input_field_name_encoding) :  
    191191  Cannot open file 
     
    326326url:[http://www.eoinmurphy.org/blog/2008/07/09/setting-up-mingw-and-msys/] [[BR]] 
    327327 
    328 Below is adapter from Roger Bivand  
     328Below is adapted from Roger Bivand  
    329329{{{ 
    330330## Cedric notes for building gdal against OSGeo4W 
     
    413413I do think that you have to start R from within an OSGEO4W console or environment, which has set up the PATH for the executables. I don't think that you need to modify configure.win, just make sure that the package build process is being run from within OSGEO4W. I think that running everything within your target environment is the key. 
    414414}}} 
    415  
     415{{{ 
     416ogrDrivers() 
     417source(system.file("OSGeo4W_test", package="rgdal"), echo=TRUE) 
     418readOGR(dsn="PG:host=localhost dbname=eda2.0 user=postgres password=postgres port=5433",layer="ccm21.riversegments_bretagne") 
     419}}} 
    416420 
    417421...url[http://download.osgeo.org/fdo/3.4.1/binaries/]