Skip to content

Commit 18e0b13

Browse files
author
Vincent Landau
committed
Merge branch 'main' of github.com:Circuitscape/SpatialGraphs.jl into main
2 parents c018192 + a9ff93a commit 18e0b13

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# SpatialGraphs.jl
22

3+
_Types and constructors for spatially referenced graphs._
4+
35
| **Documentation** | **Build Status**|
46
|:-----------------------------------------------------:|:------------------------------------:|
57
[![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)
68

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.
1112

12-
`AbstractSpatialGraph`s themselves contain an `AbstractGraph` in addition to
13+
An `AbstractSpatialGraph` is a composite type that contains an `AbstractGraph` in addition to
1314
metadata that details the spatial location of each vertex in the
1415
graph. At this time, only raster-based graph types have been developed (and
1516
vertex locations are stored in a `Rasters.Raster`), but there are plans to

0 commit comments

Comments
 (0)