Skip to content

fnaghetini/Variograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Variograms

Commonly, natural phenomena such as grade mineralization show spatial interdependence. In this sense, the so-called variograms can be used in order to identify the mathematical law that describes the spatial structure of a regionalized variable. This notebook aims to present an intuitive and interactive introduction to a key tool in geostatistics: the Variogram.

image

Instructions

  1. Download and install Julia ≥ v1.6.1.

  2. Open Julia REPL and install Pluto:

julia> using Pkg
julia> Pkg.add("Pluto")

NOTE: Pluto must be ≥ to v0.15

  1. Download and extract the repository folder:

image

  1. In Julia REPL, instantiate environment:
julia> using Pkg
julia> Pkg.activate("C:/downloaded/folder/local/path/.../Variograms-main")
julia> Pkg.instantiate()

NOTE: Replace all \ with / (for Windows users)

  1. Launch Pluto:
julia> using Pluto
julia> Pluto.run()
  1. Copy Variograms-main local path, paste it on "Open from file" field and, finally, add \variograms.jl to path, so you can open variograms.jl notebook:

image

  1. Wait a while for all the resources in the notebook to load. It may take a while.

References

Main references used (strongly recommended):

About

An intuitive & interactive introduction to Variograms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages