GeostatsPy
GeostatsPy copied to clipboard
GeostatsPy Python package for spatial data analytics and geostatistics. Mostly a reimplementation of GSLIB, Geostatistical Library (Deutsch and Journel, 1992) in Python. Geostatistics in a Python pack...
I am trying to implement the declustering function on my dataframe which consists of longitude, latitude, and sediment accumulation variables, but I am getting an out of index error. I...
it looks like geostatspy doesn't have a requirements.txt file or specify dependencies in setup.py. It is fairly easy to fix but I figured I would just post the issue in...
Good afternoon, First of all, I want to congratulate the team for their work. I am developing a research that consists in the elaboration of a three-dimensional geotechnical database and...
Howdy Dr. Pyrcz, - I added the kt3d wrapper function to perform Kriging in 3D datasets using the GSLIB executable. This kt3d function is missing from the current geostatspy. I...
Hi Michael, I'm attempting to use `geostats.gamv_3d` after `from geostatspy.geostats import *`, but I can't seem to find where `variogram_loop_3d` is defined. I see an instantiation of it in the...
I cannot pip install. When i try I get an error which I believe it is due to the fact that I am running Python 3.9.1 (from what I can...
Hi Michael, Big fan of the repo - thank you very much. I haven't worked up the code yet, but I'd like to submit a PR for loop parallelization across...
Hi Dr. Pyrcz, I'm currently doing your HW #2 and thought it might be useful to include axis arguments in locmap_st and hist_st so that one can supply ax1, ax2,...
Hi there, I am struggling with this error AttributeError: module 'geostatspy.geostats' has no attribute 'gamv_2d'. I will appreciate if anybody help me to solve this issue.
Added an implementation of KT3D that focuses on simple point kriging, as well as a jupyter notebook with some basic tests. Similar to KB2D but some of the details have...