Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jan 24, 2024
1 parent bccd687 commit 56ae2cb
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# GeoStatsFunctions
# GeoStatsFunctions.jl

[![Build Status](https://github.com/juliohm/GeoStatsFunctions.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/juliohm/GeoStatsFunctions.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/juliohm/GeoStatsFunctions.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/juliohm/GeoStatsFunctions.jl)
[![][build-img]][build-url] [![][codecov-img]][codecov-url]

Geostatistical functions for the [GeoStats.jl](https://github.com/JuliaEarth/GeoStats.jl) framework.

## Usage

This package is part of the [GeoStats.jl](https://github.com/JuliaEarth/GeoStats.jl) framework.

For examples of usage, please check the main documentation.

## Asking for help

If you have any questions, please [contact our community](https://juliaearth.github.io/GeoStats.jl/stable/about/community.html).

[build-img]: https://img.shields.io/github/actions/workflow/status/JuliaEarth/GeoStatsFunctions.jl/CI.yml?branch=master&style=flat-square
[build-url]: https://github.com/JuliaEarth/GeoStatsFunctions.jl/actions

[codecov-img]: https://img.shields.io/codecov/c/github/JuliaEarth/GeoStatsFunctions.jl?style=flat-square
[codecov-url]: https://codecov.io/gh/JuliaEarth/GeoStatsFunctions.jl

0 comments on commit 56ae2cb

Please sign in to comment.