PythonNumericalDemos icon indicating copy to clipboard operation
PythonNumericalDemos copied to clipboard

Well-documented Python demonstrations for spatial data analytics, geostatistical and machine learning to support my courses.

Results 15 PythonNumericalDemos issues
Sort by recently updated
recently updated
newest added

In Interactive_Model_Fitting.ipynb , you seem to have repeated the same text before eqn (1) and eqn (2). I suspect eqn (2) should be something else.

Downloaded Anaconda 3 and did pip install geostatspy package. Opened ipykernel in Jupyter notebook and pasted code to install pymc3 in the box. The kernel then runs for a long...

Hi, @GeostatsGuy ....I have detected an issue running this notebook (by the way, it's an excellent educational resource, as the rest of notebooks in your repositories). Matplotlib graphs do not...

change the link with the following. https://github.com/GeostatsGuy/GSLIB_Windows/blob/master/Static_Compiles/SGSIM/sgsim.exe

I tried running the GeostatsPy_variogram_calculation.ipynb I cannot find the file sample_data.csv

Hey Dr.Pyrcz! I think I finally figured out how pull requests work. I hope these changes are satisfactory. Feel free to use or not use them.

# Calculate Sample Data Isotropic Variograms tmin = -9999.; tmax = 9999.; lag_dist = 100.0; lag_tol = 100.0; nlag = 7; bandh = 9999.9; azi = 0; atol = 90.0;...

adds an environment.yml file and binder badge to the readme, not fully tested so it's likely missing some dependencies.

@GeostatsGuy Do you have a list of libraries that can be called to install all the required libraries you are using in the notebooks? It will be very helpful to...