Re: [R-sig-Geo] plotIC

2011-01-16 Thread Jim Lemon
On 01/17/2011 07:17 AM, Conceição Ribeiro wrote: -- Mensagem encaminhada -- De: Data: 16 de janeiro de 2011 18:03 Assunto: Fwd: plotIC Para: cribeiro6...@gmail.com You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think t

[R-sig-Geo] gstsls help

2011-01-16 Thread Jennings Byrd
All, I'm new to the R language and the packages therein. What I wanted to know is if there are any way to obtain additional diagnostic info such as log likelihood or r square in the gstsls function in the spdep package. I have searched the documentation and have largely come up empty handed.

[R-sig-Geo] Restricting an interpolation

2011-01-16 Thread Sadz A
Hi, I have gis point data of plant volumes, I wish to interpolate from these points to give me a shape file/raster of volumes across my study area (I was thinking of using spatial analyst tools (kriging interpolation) in ArcGIS. In addition to the point data I have probability of plant occur

[R-sig-Geo] plotIC

2011-01-16 Thread Conceição Ribeiro
-- Mensagem encaminhada -- De: Data: 16 de janeiro de 2011 18:03 Assunto: Fwd: plotIC Para: cribeiro6...@gmail.com You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think that your messages are being rejected in error, con

Re: [R-sig-Geo] reading into R IPCC data files

2011-01-16 Thread Barry Rowlingson
On Sun, Jan 16, 2011 at 5:35 PM, Thomas Adams wrote: >  Barry, > > WRT your last line — I could not agree more; the same thought came to me as > well! The counter-argument of course is that these guys are hardcore programmers who don't have time to put a wussy presentation layer on top of the da

Re: [R-sig-Geo] reading into R IPCC data files

2011-01-16 Thread Thomas Adams
Barry, WRT your last line — I could not agree more; the same thought came to me as well! Tom On 1/16/11 11:04 AM, Barry Rowlingson wrote: On Sun, Jan 16, 2011 at 3:28 PM, Thomas Adams wrote: Marco, I just took a look at the data; unfortunately, it's not in a very usable format without r

Re: [R-sig-Geo] reading into R IPCC data files

2011-01-16 Thread Barry Rowlingson
On Sun, Jan 16, 2011 at 3:28 PM, Thomas Adams wrote: > > > Marco, > > I just took a look at the data; unfortunately, it's not in a very usable > format without reformatting it for > importing the data into either R or a GIS, such as GRASS GIS. I'm sure an > experienced R programmer could > write a

Re: [R-sig-Geo] from gps-coordinates to euclidean coordinates

2011-01-16 Thread Barry Rowlingson
On Sat, Jan 15, 2011 at 8:34 PM, Quets Jan wrote: > > Hi all, > > is there an R function which can transform gps-coordinates to euclidean > coordinates, > > given that, > > a) the earth's curvature can be neglected (eg. all points lie withing 10km > from each other) Neglecting earth's curvatur

Re: [R-sig-Geo] reading into R IPCC data files

2011-01-16 Thread Thomas Adams
Marco, I just took a look at the data; unfortunately, it's not in a very usable format without reformatting it for importing the data into either R or a GIS, such as GRASS GIS. I'm sure an experienced R programmer could write a clever R script to do what you want. Personally, I would write a

Re: [R-sig-Geo] converting points to grid

2011-01-16 Thread Tom Gottfried
Leons, Maybe that's what you mean: grid <- as(as(points, "SpatialPixelsDataFrame"), "SpatialGridDataFrame") Tom P.S.: please post to the list instead of just writing me. Am 16.01.2011 14:05, schrieb Leons Mwenda: Hi Tom, Have you come across on the way of converting SpatialPointDataFrame to

Re: [R-sig-Geo] from gps-coordinates to euclidean coordinates

2011-01-16 Thread Tom Gottfried
Hi Jan, spTransform in the package rgdal can do the job. You can reproject your GPS-coordinates (probably WGS84) into e.g. UTM and then substract the coordinates from one of your points from all to get relative coordinates. Tom ___ R-sig-Geo mailin

Re: [R-sig-Geo] from gps-coordinates to euclidean coordinates

2011-01-16 Thread Quets Jan
that sounds like an easy and good enough approximation, thanks -Original Message- From: ldec...@comcast.net [mailto:ldec...@comcast.net] Sent: Sun 1/16/2011 12:44 PM To: Quets Jan Cc: r-sig-geo@r-project.org Subject: Re: [R-sig-Geo] from gps-coordinates to euclidean coordinates i just

Re: [R-sig-Geo] from gps-coordinates to euclidean coordinates

2011-01-16 Thread ldecola
i just use R to compute NORTH in terms of 10^7 meters/degree and EAST as the same factor multiplied by cos(mean latitude). you can select the a 'pretty' version of min(LON, LAT) for your (0, 0). Lee De Cola, PhD, MCP. DATA to Insight ldec...@comcast.net Reston, Virginia 571 315 0577 mobile