File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SpatialGraphs.jl
2
2
3
+ _ Types and constructors for spatially referenced graphs._
4
+
3
5
| ** Documentation** | ** Build Status** |
4
6
| :-----------------------------------------------------:| :------------------------------------:|
5
7
[ ![ 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 )
6
8
7
- SpatialGraphs.jl introduces the ` AbstractSpatialGraph ` . ` AbstractSpatialGraphs `
8
- are a subtype of ` Graphs.AbstractGraph ` , and can be weighted or directed.
9
- AbstractSpatialGraphs are AbstractGraphs, so methods from Graphs.jl work right
10
- out of the box.
9
+ SpatialGraphs.jl introduces the ` AbstractSpatialGraph ` and other subtypes. The ` AbstractSpatialGraph `
10
+ is a ` Graphs.AbstractGraph ` , and can be weighted or directed. SpatialGraphs.jl extends the
11
+ Graphs interface, so methods from Graphs.jl work right out of the box.
11
12
12
- ` AbstractSpatialGraph ` s themselves contain an ` AbstractGraph ` in addition to
13
+ An ` AbstractSpatialGraph ` is a composite type that contains an ` AbstractGraph ` in addition to
13
14
metadata that details the spatial location of each vertex in the
14
15
graph. At this time, only raster-based graph types have been developed (and
15
16
vertex locations are stored in a ` Rasters.Raster ` ), but there are plans to
You can’t perform that action at this time.
0 commit comments