Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/JuliaEarth/GeoStatsTutorials

GeoStats.jl tutorials
https://github.com/JuliaEarth/GeoStatsTutorials

examples geostatistics tutorials

Last synced: about 2 months ago
JSON representation

GeoStats.jl tutorials

Lists

README

        

# GeoStatsTutorials

Tutorials in the form of [Pluto](https://github.com/fonsp/Pluto.jl) notebooks
for the [GeoStats.jl](https://github.com/juliohm/GeoStats.jl) framework.





# Instructions

To run the notebooks locally, install Pluto:

```julia
julia> import Pkg
julia> Pkg.add("Pluto")
```

launch it:

```julia
julia> import Pluto
julia> Pluto.run()
```

and open any notebook in the `notebooks` directory.

## Contributing

Contributions are very welcome, please submit a pull request or open an issue
with a tutorial that you feel is missing.