Skip to content

Commit 41203df

Browse files
author
Vincent Landau
committed
merge main
2 parents ddf103f + 388b32f commit 41203df

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# SpatialGraphs.jl
22

3-
[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.circuitscape.org/SpatialGraphs.jl/latest)
3+
| **Documentation** | **Build Status**|
4+
|:-----------------------------------------------------:|:------------------------------------:|
5+
[![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.circuitscape.org/SpatialGraphs.jl/latest) | [![Build Status](https://github.com/Circuitscape/SpatialGraphs.jl/workflows/CI/badge.svg)](https://github.com/Circuitscape/SpatialGraphs.jl/actions?query=workflow%3ACI) [![codecov](https://codecov.io/gh/Circuitscape/SpatialGraphs.jl/branch/main/graph/badge.svg?token=67OX4UPWOL)](https://codecov.io/gh/Circuitscape/SpatialGraphs.jl)
46

57
SpatialGraphs.jl introduces the `AbstractSpatialGraph`. `AbstractSpatialGraphs`
68
are a subtype of `LightGraphs.AbstractGraph`, and can be weighted or directed.
7-
AbstractSpatialGraphs are AbstractGraphs, methods from LightGraphs.jl work right
9+
AbstractSpatialGraphs are AbstractGraphs, so methods from LightGraphs.jl work right
810
out of the box.
911

1012
`AbstractSpatialGraph`s themselves contain an `AbstractGraph` in addition to

src/rastergraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ weights between pixels. Any pixel in `weight_raster` with a value not equal to
4848
`weight_raster.missingval` will be assigned a vertex in the graph (corresponding
4949
to its centroid).
5050
51-
##Arguments
51+
## Arguments
5252
`directed`: A `Bool` determining whether the graph should be directed.
5353
5454
`condition_raster`: A raster with values that can be used to determine whether
@@ -153,7 +153,7 @@ to its centroid).
153153
`vertex_raster`: A `GeoData.GeoArray` with integer values ranging from 1:n,
154154
where n is the number of unique vertices in the graph.
155155
156-
##Arguments
156+
## Arguments
157157
`directed`: A `Bool` determining whether the graph should be directed.
158158
159159
`condition_raster`: A raster with values that can be used to determine whether

0 commit comments

Comments
 (0)