You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to beat the dim error. I set dim=2, but there is still error ValueError: GSTools: model dim is not 1 or 2. It's probably very silly, but I can't find where it is.
Why there is no predict method in the description of OK and UK methods? How then to predict results on new points?
sorry for the late reply. This is a compatibility issue between GSTools and PyKrige. You were using the latlon mode of the Spherical model and PyKrige doesn't check for that correctly.
check for field_dim rather than dim when using latlon models from GSTools. This is the root of the error since the earth is 3D, the model dim is 3, but the field itself has only 2 dimensions.
Hi all!
I can't figure out how to beat the dim error. I set dim=2, but there is still error ValueError: GSTools: model dim is not 1 or 2. It's probably very silly, but I can't find where it is.
Why there is no predict method in the description of OK and UK methods? How then to predict results on new points?
values.csv
example_of_error.ipynb.zip
The text was updated successfully, but these errors were encountered: