We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b9ec1 commit 4db7f42Copy full SHA for 4db7f42
docs/src/examples.md
@@ -2,6 +2,11 @@
2
3
## Habitat Corridor Mapping
4
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
+
10
First, install the necessary packages and import them:
11
12
```julia
0 commit comments