File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
57SpatialGraphs.jl introduces the ` AbstractSpatialGraph ` . ` AbstractSpatialGraphs `
68are 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
810out of the box.
911
1012` AbstractSpatialGraph ` s themselves contain an ` AbstractGraph ` in addition to
Original file line number Diff line number Diff 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
4949to 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,
154154where 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
You can’t perform that action at this time.
0 commit comments