Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [kriging]

A statistical interpolation method, also known as Gaussian process regression, most used in geo-statistics. The goal is to map a surface given limited sample data. The process evaluates the variability of supplied data, then uses a weighted average of neighbouring points -- considering both distance and direction -- to interpolate the desired map points.

kriging
0 votes
0 answers
14 views

Interpolating Temperature Raster Stack containing NAs

I have a raster stack of approximately 50 layers. This raster stack contains day land surface temperature over a period of three years across a 500km2 area. The data is from MODIS Terra MOD11A2 v061. ...
jwell123's user avatar
1 vote
0 answers
22 views

Universal Kriging Accuracy with Strain Field

I am attempting to interpolate the normal strain results in the wall type structure (dimensions:800x500 mm) while having approximately 150 scattered known points in the whole element Sensor Layout I ...
Shalva Esakia's user avatar
1 vote
0 answers
80 views

The Accuracy of Kriging Interpolation

I am attempting to interpolate the normal strain results in the wall type structure (dimensions:800x500 mm) while having approximately 150 scattered known points in the whole element (find picture for ...
Shalva Esakia's user avatar
0 votes
0 answers
58 views

Can't fit a model to the experimental semivariogram

I'm trying to solve a problem related to geology using kriging.js. As you know, creating a prediction surface with kriging involve variogram (experimental semivariogram and its model) to estimate the ...
DosadoJr's user avatar
0 votes
0 answers
28 views

krigeST error with STIDF and STFDF object

I want to produce daily, weekly and monthly kriged mapsvar1.pred is the output I am looking for.I created STIDF object with temporal Units in the variogram model following link for temporal Units. I ...
vasudha chaturvedi's user avatar
0 votes
0 answers
21 views

How to perform regression krigin in r with dtm

I would like to perform regression kriging within R, extracting elevation values from a dtm, who can advise me on which packages to use in order to best handle the elevation information of the dtm? ...
Angelo Cusano's user avatar
0 votes
1 answer
112 views

Kriging returns the same value in R

I have a dataframe with columns COORDS_X1, COORDS_X2, y. The dataframe has 14 observations located in a small region in Spain and I want to interpolate the unobserved locations in the region. Here is ...
Álvaro Méndez Civieta's user avatar
0 votes
0 answers
62 views

Kriging Interpolation

Hi i want to plot a map of Argentina with certain reports of hail using the interpolation of Kriging but i cant in R or python. Can anybody help me? Regarding the reports, these come in the following ...
Agustin Granato's user avatar
0 votes
0 answers
32 views

Limiting or eliminating parallel processing in GSTools v1.5.1

I am running a series of processes using GSTools v1.5.1 on a large machine where I want to only use one thread. It seems that vario_estimate uses all available processes, increasing processing time ...
nrp1000's user avatar
  • 263
0 votes
0 answers
20 views

R sp.predict defining pred.coords and pred.covars

I have been trying to use sp.predict for kriging. However, I am having difficulties defining my grid for pred.coords and predict.covars. The current analysis provides results in bands that I know are ...
captain_ked's user avatar
0 votes
0 answers
207 views

Need help for Ordinary Kriging in R

I have collected a set of observations, and my goal is to perform Ordinary Kriging using the gstat package to interpolate these observations onto a regular grid. I'm encountering difficulties in ...
Jisika's user avatar
  • 417
0 votes
0 answers
92 views

Meteo station point data to raster interpolation in Python, pandas and geopandas

I'm looking for assistance to solve a spatial Kriging problem in Python (or any other solution you might suggest) that involves integrating multiple variables from the columns of the same dataframe ...
Stefano's user avatar
0 votes
0 answers
27 views

Variogram fitting issues with surface pressure data

I have the following problem. I used the fit.variogram function to fit several variogram models. The problem is that the one that fits best, is not the one that shows the best performance after ...
Miguel Angel Gonzalez Cueva's user avatar
0 votes
0 answers
44 views

How to plot wind direction with predicted data from kriging?

I used kriging to predict wind direction data, in degrees, from satellite information extracted at the location of monitoring stations. This is how I created my prediction object: (a) Creating my ...
Miguel Angel Gonzalez Cueva's user avatar
0 votes
1 answer
81 views

Angular with kriging.js, how to implement?

I have a problem with kriging.js in my Angular application. Regardless of the selected model, sigma2 and alpha values, it always generates a one-color canvas, blue or red. The data I'm using is three ...
Horsebye's user avatar

15 30 50 per page
1
2 3 4 5
13