GithubHelp home page GithubHelp logo

mlh-fellowship / geostats.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juliaearth/geostats.jl

3.0 2.0 0.0 160.77 MB

An extensible framework for high-performance geostatistics in Julia

Home Page: https://juliaearth.github.io/GeoStats.jl/stable

License: MIT License

Julia 100.00%

geostats.jl's Introduction


Project goals

  • Design a comprehensive framework for geostatistics (or spatial statistics) in a modern programming language.
  • Address the lack of a platform for scientific comparison of different geostatistical algorithms in the literature.
  • Exploit modern hardware aggressively, including GPUs and computer clusters.
  • Educate people outside of the field about the existence of geostatistics.

For a guided tour, please watch our JuliaCon2021 talk:

Contributing and supporting

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. We have written instructions to help you with the process.

GeoStats.jl was developed as part of academic research. It will always be open source and free of charge. If you would like to help support the project, please star the repository STARS and share it with your colleagues. If you have questions, don't hesitate to ask in our community channels:

GITTER ZULIP

Citing

If you find GeoStats.jl useful in your work, please consider citing it:

JOSS DOI

@ARTICLE{GeoStats.jl-2018,
  title={GeoStats.jl – High-performance geostatistics in Julia},
  author={Hoffimann, Júlio},
  journal={Journal of Open Source Software},
  publisher={The Open Journal},
  volume={3},
  pages={692},
  number={24},
  ISSN={2475-9066},
  DOI={10.21105/joss.00692},
  url={http://dx.doi.org/10.21105/joss.00692},
  year={2018},
  month={Apr}
}

Installation

Get the latest stable release with Julia's package manager:

] add GeoStats

Documentation

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-development version of the documentation.

Tutorials

A set of Pluto notebooks demonstrating the current functionality of the project is available in GeoStatsTutorials with an accompanying series of videos:

Below is a quick preview of the high-level API:

using GeoStats
using Plots
using CSV

# data.csv:
#    x,    y,       station,        precip
# 25.0, 25.0,     palo alto,           1.0
# 50.0, 75.0,  redwood city,           0.0
# 75.0, 50.0, mountain view,           1.0

# read spatial data (e.g. geotable)
𝒯 = georef(CSV.File("data.csv"), (:x,:y))

# define spatial domain (e.g. Cartesian grid)
𝒟 = CartesianGrid(100, 100)

# define estimation problem for precipitation
𝒫 = EstimationProblem(𝒯, 𝒟, :precip)

# choose a solver from the list of solvers
𝒮 = Kriging(
  :precip => (variogram=GaussianVariogram(range=35.),)
)

# solve the problem
sol = solve(𝒫, 𝒮)

# plot the solution
contourf(sol)

Used at



Contributors

This project would not be possible without the contributions of:


Maarten Pronk

🚇

Martijn Visser

💻

Fredrik Ekre

🚇

Durand D'souza

💻

Morten Piibeleht

📖

Tony Kelman

🚇

M. A. Siddique

💬

Anshul Singhvi

📖

Zlatan Vasović

📖

Benoit Pasquier

💻

exepulveda

💻

Renato Aranha

⚠️

Patrick Kofod Mogensen

💻

Kai Xu

💻

Paul Matlashewski

💻

Riyad Muradov

💻

Alex Miltenberger

💻

Lakshya Khatri

💻

Milan Bouchet-Valat

📖

Rafael Caixeta

💻

Sam

🚇

Nitish Gadangi

📖 🚇

Mattriks

💻

cormullion

📖

Mauro

💻

Gaurav Wasnik

💻

Atreya Majumdar

📖

Hadrien Meyer

💻

Felix Cremer

📖

Jose Storopoli

🚇

Franco Naghetini

💻

geostats.jl's People

Contributors

juliohm avatar allcontributors[bot] avatar fredrikekre avatar storopoli avatar visr avatar asinghvi17 avatar atreyamaj avatar briochemc avatar dldx avatar felixcremer avatar masiddique avatar nalimilan avatar mortenpi avatar tkelman avatar zlatanvasovic avatar github-actions[bot] avatar

Stargazers

Shreya Gupta avatar Nitish Gadangi avatar Aayush Joglekar avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.