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: 18 days ago
JSON representation
GeoStats.jl tutorials
- Host: GitHub
- URL: https://github.com/JuliaEarth/GeoStatsTutorials
- Owner: JuliaEarth
- Created: 2018-12-02T10:44:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T13:43:12.000Z (about 2 years ago)
- Last Synced: 2024-08-01T00:57:38.274Z (3 months ago)
- Topics: examples, geostatistics, tutorials
- Language: Julia
- Homepage: https://github.com/JuliaEarth/GeoStats.jl
- Size: 34.4 MB
- Stars: 55
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.