A group of geostatistical techniques to interpolate the value of a random field at an unobserved location from observations of its value at nearby locations.
1
vote
1answer
252 views
How do I implement 'weighted' kriging in R?
I'm trying to interpolate the values of an attribute (called "disease_rate") that i've sampled at a set of spatial points and i'd like to add 'weights' to the resulting kriging estimates.
Basically, ...
0
votes
0answers
21 views
How to spatialy interpolate forest tree height , basal area data for certain species
I have ecological sample data collected from 5 locations. I have point shapefile with 5 points where samples were collected. I have joined tabular data with the point layer by duplicating the points ...
10
votes
1answer
388 views
Minimum number of samples for kriging interpolation
I get some data with number of specimens with a request to interpolate it using kriging method.
After some investigation it appeared that kriging results (performed in ArcGIS Geostatistical Analyst ...
3
votes
1answer
196 views
Interpolating Maps - Statistical Learning Techniques vs Spatial Statistics Techniques
I have recently begun experimenting with the inteprolation of variales over a whole country.
I have good sized training set where I have several dependant variables (continuous and categorical) ...
1
vote
1answer
73 views
Interpolated map using pca axes
I have done between group pca in R. I want to make an interpolated map using the eigen values of the first three pc axes.
I want to produce a map using each of the three pc axes and finally combine ...
5
votes
2answers
335 views
Spatio-temporal block kriging with R package gstat?
In the documentation of sp I saw that the coords argument of the SpatialPolygons function only accepts 2 columns. Is it not possible to create 3-dimensional polygons? I am doing spatio-temporal ...
4
votes
1answer
303 views
book/tutorial on using rpy2 in python for kriging?
I am proficient in Python, but have no knowledge of R. Can you suggest a good tutorial in using rpy2 or any other R library to perform Block/Cokriging "Kriging"
5
votes
3answers
385 views
Kriging points in a raster in R
I wonder if there is a way to interpolate xyz points in a raster within certain bounds using R?.
In arcgis this is call interpolation with barrier. i wonder if there is something similar in r?. I ...
4
votes
1answer
716 views
How to perform Ordinary Kriging in SAGA via QGIS SEXTANTE Plug-in?
I'm trying to learn how to apply the kriging analysis in QGIS using the SEXTANTE plug-in and SAGA tools. It appears that I have my SEXTANTE and SAGA folders configured properly according to the user ...
0
votes
1answer
671 views
How to install sda4pp plugin with missing repository in QGIS
I see that the repository for the sda4pp plugin went down in 2011. Does anyone know if there is another way to download the plug-in with the repository missing?
If this plug-in is no longer ...
1
vote
0answers
100 views
How to interpolate values sampled at regular time intervals?
I want to numerically integrate a set of discrete values that keep arriving at constant time intervals. Which interpolation method do I choose? how to reduce the ringing artifacts if I use cubic ...
6
votes
1answer
1k views
How to convert point data into a gridded dataframe for histogram analysis?
I am very new at using GIS data and only modestly experienced with R. I've been reading about how to analyze spatial data using the spatial-analyst.net PDF book, so I'm not completely lost, but I ...
1
vote
0answers
260 views
Using ArcGIS to interpolate X, Y, Coordinates and ordinary kriging of point data
I have been using Geosoft's Target to interpolate X, Y coordinates then use them to create grids using ordinary kriging. I am now working with ArcGIS which I am new to and cant seem to be able to ...
1
vote
0answers
390 views
SDA4PP not found? How to do Kriging in QGIS?
I need to make kriging analysis in QGIS (v1.7.4). I found out, that it should be a part of SDA4PP plugin, but I just couldn't find it in any repository (even third party). It looks, like it just ...
1
vote
0answers
306 views
How to do Kriging using SDA4PP in QGIS?
I am trying to do kriging using SDA4PP.
I have added a delimitted text layer and wish to krige that.
When I try I get an error message from SDA4PP as follows...
This tool requires at least one ...
3
votes
1answer
1k views
How to install SDA4PP plugin for Kriging in QGIS?
I am trying to do kriging in QGIS. I have loaded the SDA4PP plug in.
Almost all of the items in the SDA4PP dropdown menu are not highlighted and are unresponsive when clicked on - including the ...
2
votes
1answer
177 views
Generic comparison for kriging in geoR and ArcGIS
I am going to do a project based on kriging. The targeted area would be as big as United States and my grid would be 10km*10km. I am wondering the differences of efficiencies for the methods ...
2
votes
2answers
275 views
How can I generate and publish raster images?
I have several hundred groups of data points (in lat/lng format). I want to generate heat maps for each group using kriging or similar interpolations and then display the generated raster images on a ...
7
votes
1answer
338 views
How to grid unevenly sampled categorical data?
I am looking for a method for gridding categorical data. I have extracted from nautical charts and field sheets a collection of points specifying the nature of the surface of the bottom of the ocean. ...
5
votes
1answer
436 views
Are special interpolation techniques required for weather data?
I've downloaded a series of weather observations from the local weather agency - it comprises around 1,000 points spread non-uniformly across Australia, with a greater density of points located near ...
1
vote
1answer
367 views
Using kriging with data in GDB
I have series of data in my GDB
I am running the program under VBA and what I want to do is using the data by the tool Kriging.
This is what I thought:
First, Kriging needs data that must be a ...