File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# SpatialGraphs.jl
2
2
3
- SpatialGraphs.jl introduces the ` AbstractSpatialGraph ` . ` AbstractSpatialGraphs `
3
+ SpatialGraphs.jl introduces the ` AbstractSpatialGraph ` . An ` AbstractSptialGraph ` is an ` AbstractGraph `
4
4
are a subtype of ` Graphs.AbstractGraph ` , and can be weighted or directed.
5
- SpatialGraphs.jl is useful for turning spatial data into graphs. This can be
6
- useful for landscape connectivity analysis , hydrology, and other spatial
7
- network processes. AbstractSpatialGraphs are AbstractGraphs , so methods from
8
- Graphs.jl work right out of the box. Go to [ Graph Types] (@ref graph_types)
5
+ SpatialGraphs.jl turns spatial data into graphs, which enables users to leverage the vast
6
+ functionality of Graphs.jl to analyze landscape connectivity, hydrology, and other spatial
7
+ network processes. This package implements the Graphs.jl interface , so methods
8
+ from Graphs.jl work right out of the box. Go to [ Graph Types] (@ref graph_types)
9
9
for more details on the graph types implemented in this package.
10
10
11
11
### Table of Contents
You can’t perform that action at this time.
0 commit comments