File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Graph Types in SpatialGraphs.jl
1
+ # [ Graph Types in SpatialGraphs.jl] ( @ id graph_types)
2
2
3
3
At this time, only raster-based graph types have been developed (and
4
4
vertex locations are stored in a ` GeoData.GeoArray ` ), but there are plans to
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ SpatialGraphs.jl introduces the `AbstractSpatialGraph`. `AbstractSpatialGraphs`
4
4
are a subtype of ` LightGraphs.AbstractGraph ` , and can be weighted or directed.
5
5
SpatialGraphs.jl is useful for turning spatial data into graphs. This can be
6
6
useful for landscape connectivity analysis, hydrology, and other spatial
7
- network processes. AbstractSpatialGraphs are AbstractGraphs, methods from
7
+ network processes. AbstractSpatialGraphs are AbstractGraphs, so methods from
8
8
LightGraphs.jl work right out of the box.
9
- Go to [ Graph Types] (@ref Graph Types in SpatialGraphs.jl ) for more details on the graph types implemented in
9
+ Go to [ Graph Types] (@ref graph_types ) for more details on the graph types implemented in
10
10
this package.
11
11
You can’t perform that action at this time.
0 commit comments