Skip to content

Universal Kriging and heatmap speed flow of river section #216

Answered by ChironeX1976
ChironeX1976 asked this question in Q&A
Discussion options

You must be logged in to vote

I have been studying the tutorials on this website (and others).
I succeeded in producing a plot of the speed in a cross section of a river based on krigging.
It is still wrong in certain points.
How can i force the method to get a value in a certain point?
Should i take another krigging method?
Please, help. It's for the fish in there :-)
ugly heatmap, before krigging:

nicer heatmap, after krigging:

my new code:

import plotly.graph_objs as go
from plotly.subplots import make_subplots
import numpy as np
import gstools as gs
from matplotlib import pyplot as plt
# data preparation: x y z values are a cross section of the speed of riverflow
riverbed = np.array([[0.15, 0.], [0.3, -0.2], [0.5, 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ChironeX1976
Comment options

Answer selected by LSchueler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant