File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ version = "0.0.1"
5
5
6
6
[deps ]
7
7
ArchGDAL = " c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
8
+ GeoData = " 9b6fcbb8-86d6-11e9-1ce7-23a6bb139a78"
8
9
LightGraphs = " 093fc24a-ae57-5d10-9952-331d41423f4d"
9
10
SimpleWeightedGraphs = " 47aef6b3-ad0c-573a-a1e2-d07658019622"
10
11
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
11
12
12
13
[compat ]
13
14
ArchGDAL = " 0.6"
15
+ GeoData = " 0.4.6"
14
16
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ An AbstractSpatialGraph must contain the following attributes/element:
11
11
abstract type AbstractSpatialGraph{T} <: AbstractGraph{T} end
12
12
13
13
"""
14
- AbstractRsterGraph {T}
14
+ AbstractRasterGraph {T}
15
15
16
16
An abstract type representing a spatially referenced graph, with graph vertices corresponding to pixels in a raster.
17
17
You can’t perform that action at this time.
0 commit comments