-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Project.toml
59 lines (55 loc) · 1.86 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "Tyler"
uuid = "e170d443-b9d6-418a-9ee8-061e966341ef"
authors = ["SimonDanisch <[email protected]>", "Lazaro Alonso <[email protected]>", "Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>"]
version = "0.2.0"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
MapTiles = "fea52e5a-b371-463b-85f5-81770daa2737"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PointClouds = "3cc211ed-1f43-4d33-a894-629186066e97"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
ThreadSafeDicts = "4239201d-c60e-5e0a-9702-85d713665ba7"
TileProviders = "263fe934-28e1-4ae9-998a-c2629c5fede6"
[compat]
ArchGDAL = "0.10"
Colors = "0.12, 0.13"
Downloads = "1"
Extents = "0.1.2"
FileIO = "1"
GeoFormatTypes = "0.4"
GeoInterface = "1"
GeometryBasics = "0.4, 0.5"
GeometryOps = "0.1"
HTTP = "1"
ImageIO = "0.6"
LRUCache = "1"
LinearAlgebra = "1"
Makie = "0.21.6"
MapTiles = "1"
OrderedCollections = "1"
PointClouds = "0.3"
Proj = "1"
Scratch = "1"
Statistics = "1"
ThreadSafeDicts = "0.1"
TileProviders = "0.1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]