Changes between Version 79 and Version 80 of Cookbook gdal
- Timestamp:
- Jun 9, 2010 9:00:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cookbook gdal
v79 v80 187 187 Message d'avis : 188 188 le 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") 190 190 Erreur dans ogrInfo(dsn = dsn, layer = layer, input_field_name_encoding = input_field_name_encoding) : 191 191 Cannot open file … … 326 326 url:[http://www.eoinmurphy.org/blog/2008/07/09/setting-up-mingw-and-msys/] [[BR]] 327 327 328 Below is adapte rfrom Roger Bivand328 Below is adapted from Roger Bivand 329 329 {{{ 330 330 ## Cedric notes for building gdal against OSGeo4W … … 413 413 I 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. 414 414 }}} 415 415 {{{ 416 ogrDrivers() 417 source(system.file("OSGeo4W_test", package="rgdal"), echo=TRUE) 418 readOGR(dsn="PG:host=localhost dbname=eda2.0 user=postgres password=postgres port=5433",layer="ccm21.riversegments_bretagne") 419 }}} 416 420 417 421 ...url[http://download.osgeo.org/fdo/3.4.1/binaries/]