Re: [R-sig-Geo] matching points to a raster - resolved

2009-06-08 Thread Struve, Juliane
thanks again for your time. Juliane From: milton ruser [milton.ru...@gmail.com] Sent: 06 June 2009 23:42 To: Struve, Juliane Subject: Re: [R-sig-Geo] matching points to a raster Have you tryed rename the .TXT raster to .ASC and read it using import.asc? bests mc

[R-sig-Geo] matching points to a raster

2009-06-05 Thread Struve, Juliane
Dear list, I am trying to incoporate spatial information (for example distance) into a movement model by reading an ascii -b converted raster and matching the raster with points of a movement path (for example fishmove$coord[fishmove$day==1]. Below is a section of my code to explain the problem

Re: [R-sig-Geo] matching points by their coordinates - Resolved

2009-01-21 Thread Struve, Juliane
m to be necessary. Thank you for your time and the helpful comments. Juliane From: Marcelino de la Cruz [marcelino.delac...@upm.es] Sent: 20 January 2009 09:13 To: roger.biv...@nhh.no; Struve, Juliane Cc: r-sig-geo@stat.math.ethz.ch Subject: Re: [R-si

[R-sig-Geo] matching points by their coordinates

2009-01-19 Thread Struve, Juliane
Dear list members, I would like to look for attributes (e.g. distance from the shore) of spatial points in other data sets (e.g. dist_shoreDF) after matching the points in fishlocationDF and dist_shoreDF by their coordinates. fishlocationDF$dist=dist_shoreDF$dist[match(dist_shoreDF$coordinat