similar to: rgdal package load problem

Displaying 20 results from an estimated 800 matches similar to: "rgdal package load problem"

2011 Oct 18
1
problem with project command in rgdal
Hi I'm trying to analyse some data and need to set the geographic coordinate system before I can do the analysis. I've been trying to use the project command in rgdal but keep getting an error message saying: Error in project(locationsMatrix, PROJECTION.OUT) : latitude or longitude exceeded limits ( PROJECTION.OUT <- "+proj=aea +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=132
2009 Oct 30
3
Help with RGDAL
Hello, We (two mac users) have been attempting to install rgdal from "http://www.kyngchaos.com/software:frameworks", given that it is not available as a binary on the CRAN (binaries) of the "Package Installer". I have also tried to solve this problem by looking on the net for an old question, and though I have found it, the answers do not help very much because our porgraming
2011 Jun 23
1
Help: how to install "rgdal package" on Ubuntu desktop?
Dear groups: I have tried to install rgdal in my Ubuntu, but it is not as straight as installing "sp". It demand the pre-installed GDAL and proj.4. I searched the source code in http://trac.osgeo.org/proj/ and http://trac.osgeo.org/gdal/wiki/DownloadSource. but don't know how to compile them. Who will give me a hint? Thanks a lot. Ethan Chang Centers for Disease Control &
2012 May 19
3
converting csv to image file
Hello everyone, I want to get a 1km by lkm grid raster image using my csv data. If I call latitude=a, longitude=b and preciptation=c. a<-(1,2,3,4,5) b<-(6,7,8,9,10) c<-(10,20, 30,40, 50) Then I found an example in r help which goes like pts = read.table("file.csv",......) library(sp) library(rgdal) proj4string(pts)=CRS("+init=epsg:4326") # set it to lat-long pts =
2016 Feb 13
2
Hi Guyz !
I run R on a Fedora 23 64bit , I encounter this problem *WARNING: no proj_defs.dat in PROJ.4 shared files Linking to sp version: 1.2-2 * when trying to load library("rgdal", lib.loc="~/R/x86_64-redhat-linux-gnu-library/3.2") and also ogr . can any one help me in fixing this issue please Thanks in advance Irenge B. Jules MSC student @ Liverpool University email :
2008 Sep 18
2
graphing netCDF files
Hello I'm working with a large hydrological data set stored in a netCDF format. The file stores x and y coordinates in the UTM projected coordinate system, yet when I use image to graphically display the z variable, the image is distorted in the sense that it does not plot the map in the correct spatial organization. I'm wondering if I need to define the projection of the netCDF file
2012 Jun 20
2
Conditioned Latin Hypercube Sampling within determined distance
Hi all, I am a begginer in R and I have been trying to use the Conditioned Latin Hypercube to choose sample points only in areas close to roads due to the difficult thorough access in the study area. I could use a code to create the points throughout the area, but I need to create a code to make the R only comes up with points close to this road. I've been using the packages
2006 Sep 29
1
Loading rgdal library
I am trying to load the rgdal library in Mac OS X 10.4.7 (pismo g3 500 mhz). I already loaded sp and compiled rgdal successfully, such that rgdal shows up in the package manager GUI. But when I try to load rgdal, I get the following error message: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Users/rhead/Library/R/library/rgdal/
2009 Jun 24
1
rgdal package -- Error in installing package
R-help, I'm trying to install the rgdal package under Ubuntu but I get the following warning: > install.packages("rgdal") Warning in install.packages("rgdal", configure.args = "--with-gdal-modules=/usr/local/lib") : argument 'lib' is missing: using '/home/luisridaocruz/R/x86_64-pc-linux-gnu-library/2.8' which causes the error: >
2008 Nov 24
1
rgdal and spgrass6
Hi, i'm trying to install the packages rgdal and spgrass6 by "install.packages" but i receive always this message: ERROR: configuration failed for package 'rgdal' ** Removing '/home/thyberio/R/i486-pc-linux-gnu-library/2.7/rgdal' ** Restoring previous '/home/thyberio/R/i486-pc-linux-gnu-library/2.7/rgdal' The downloaded packages are in
2011 May 28
1
Installing package rgdal
Dear R-helpers, I am trying to install the package "rgdal" using the command install.packages("rgdal") in R. I get the following error "Error: proj_api.h not found. If the PROJ.4 library is installed in a non-standard location, use --configure-args='--with-proj-include=/opt/local/include' for example, replacing /opt/local/* with appropriate values for your
2010 Sep 30
2
Installing sp and rgdal libraries
Hi, I am still a bit of a beginner with R but I had it all working spgrass6, RMySQL, sp, etc... Then I wanted to install spatstat, this required updating R, all was going fine until I tried to connect to grass gis using spgrass6 library, it wouldn't let be install the package due to a dependency with rgdal. rgdal will not install as the sp package is 1:0.9-56-2 and sp requires a higher
2010 Oct 17
1
rgdal package (Matteo Toro)
>Hi everybody, > >I'm trying to install the "rgdal" package in R, but it seems not possible... > >i'm typing > >> install.packages("rgdal") >Warning in install.packages("rgdal") : > argument 'lib' is missing: using '/home/toro/R/i486-pc-linux-gnu-library/2. >9' >--- Please select a CRAN mirror for use in
2016 Oct 05
0
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
On 05/10/16 12:39, Dirk Eddelbuettel wrote: > > On 5 October 2016 at 12:16, Rolf Turner wrote: > | > | On 05/10/16 12:07, Michael Rutter wrote: > | > | > Typo on my part. Try r-cran-rgdal. > | > | Thanks. OK, I have now done > | > | sudo apt-get install r-cran-rgdal > | > | successfully. > > Very good. > > Now do > > IP <-
2018 Feb 16
0
error in loading rgdal package
Hi Lily, lily li <chocold12 at gmail.com> writes: > Hi R users, > > Could you help me to see this problem? I could now load "rgdal" even though > I downloaded the compressed folder. Thanks for your help. > > Loading required package: sp > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object >
2016 Oct 04
2
[FORGED] Re: Problem installing rgdal on a laptop running Ubuntu 16.04.1
On 5 October 2016 at 12:16, Rolf Turner wrote: | | On 05/10/16 12:07, Michael Rutter wrote: | | > Typo on my part. Try r-cran-rgdal. | | Thanks. OK, I have now done | | sudo apt-get install r-cran-rgdal | | successfully. Very good. Now do IP <- installed.packages() and convince yourself that you have rgdal. You could even do library(rgdal) | But sad to say, it
2015 Jan 16
1
Error installing 'rgdal' on Centos 7
Good morning Martyn. Thank you for your email. Some details for the problem. This is the message of the console in R: ------------------ > install.packages("rgdal") Installing package into ?/home/aliendist/R/x86_64-redhat-linux-gnu-library/3.1? (as ?lib? is unspecified) probando la URL 'http://cran.rstudio.com/src/contrib/rgdal_0.9-1.tar.gz' Content type
2015 Jan 15
0
[R-sig-Geo] Error installing 'rgdal' on Centos 7
Please do not cross-post. Please do provide sufficient information to help diagnose your problem (here the output of the ./configure run during installation). Almost certainly you are trying to install from source when one or more external dependency is not satisfied. Did you read: http://cran.r-project.org/bin/linux/redhat/README and note that R-rgdal is *not* provided as a binary? Did you
2004 Aug 19
2
rgdal under windows?
Hi, Has anyone had any joy getting the rgdal package to compile under windows? I've been trying with MinGW using Duncan Murdoch's Rtools but to no avail. After unpacking the tarball I put it here: D:\rw1091\src\library\rgdal>ls DESCRIPTION R configure inst man INDEX cleanup configure.in install.R src And then tried:
2006 Sep 07
1
rgdal on a Mac
I am trying to install the rgdal package on my Mac OS X 3.9. I downloaded and installed the GDAL libraries from Fink and then tried to install rgdal and got the following message. I tried to determine if the GDAL libraries were in my path but I'm not sure how to do that. Any ideas? Thanks. trying URL 'http://www.biometrics.mtu.edu/CRAN/src/contrib/rgdal_0.4-10.tar.gz'