Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 5d80c43

Browse files
committed
Update README.md
1 parent 20f166b commit 5d80c43

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

README.md

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
1-
# PointPatterns
1+
# PointPatterns.jl
22

3-
[![Build Status](https://travis-ci.com/juliohm/PointPatterns.jl.svg?branch=master)](https://travis-ci.com/juliohm/PointPatterns.jl)
4-
[![Codecov](https://codecov.io/gh/juliohm/PointPatterns.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliohm/PointPatterns.jl)
3+
[![][travis-img]][travis-url] [![][codecov-img]][codecov-url]
4+
5+
Many tools have been developed in spatial statistics to
6+
extract useful information from (marked) point clouds.
7+
This package provides methods for spatial point pattern
8+
analysis and synthesis including summary statistics and
9+
sampling algorithms.
10+
11+
## Installation
12+
13+
Get the latest stable release with Julia's package manager:
14+
15+
```julia
16+
] add PointPatterns
17+
```
18+
19+
## Usage
20+
21+
This package is part of the [GeoStats.jl](https://github.com/juliohm/GeoStats.jl) framework.
22+
23+
For examples of usage, please check the main documentation.
24+
25+
## Asking for help
26+
27+
If you have any questions, please contact our community on the [gitter channel](https://gitter.im/JuliaEarth/GeoStats.jl).
28+
29+
[travis-img]: https://travis-ci.org/juliohm/PointPatterns.jl.svg?branch=master
30+
[travis-url]: https://travis-ci.org/juliohm/PointPatterns.jl
31+
32+
[codecov-img]: https://codecov.io/gh/juliohm/PointPatterns.jl/branch/master/graph/badge.svg
33+
[codecov-url]: https://codecov.io/gh/juliohm/PointPatterns.jl

0 commit comments

Comments
 (0)