Skip to content

shapefile kriging

2 messages · Leynnard Rey Matillano, Paul Hiemstra

#
On 10/04/2011 07:48 AM, Leynnard Rey Matillano wrote:
Hi,

Kriging is never done on a txt file or a csv file, but on an R object.
For gstat this is a SpatialPointsDataFrame and for geoR this is another
type of object. CVS files, txt files (what is the difference?) and
shapefiles can all be read into SpatialPointsDataFrame's. For reading
shapefiles, see the rgdal package.

Paul