Skip to content

Commit 4db7f42

Browse files
author
Vincent Landau
committed
add intro to example
1 parent 10b9ec1 commit 4db7f42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/examples.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Habitat Corridor Mapping
44

5+
In this example, we'll map a habitat corridor in cnetral Maryland. We'll use
6+
SpatialGraphs.jl to convert the landscape into a graph, then calculate cost
7+
distances, and finally convert the result back into a raster to display a
8+
least cost corridor in space.
9+
510
First, install the necessary packages and import them:
611

712
```julia

0 commit comments

Comments
 (0)