-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
94 lines (87 loc) · 3.27 KB
/
Copy pathProject.toml
File metadata and controls
94 lines (87 loc) · 3.27 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
name = "MicroclimateMapper"
uuid = "e0e7f0f3-f3e4-4128-a017-ba7c8101b3e1"
version = "0.1.0"
authors = ["Michael Kearney and Rafael Schouten"]
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Flatten = "4c728ea3-d9ee-5c9a-9642-b6f7d7dc04fa"
FluidProperties = "d16f1b92-71d3-42f3-aafa-43e5bb0efda8"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
Geomorphometry = "714e3e49-7933-471a-9334-4a6a65a92f36"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Microclimate = "fa5d2a79-de00-40ba-a9f4-ff140fbe07ba"
ModelParameters = "4744a3fa-6c31-4707-899e-a3298e4618ad"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PointDataSources = "8cbab062-ff6a-44c2-92ab-f364c212cc46"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
RasterDataSources = "3cb90ccd-e1b6-4867-9617-4276c8b2ca36"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SolarRadiation = "d01e3663-6acb-4162-92ee-c50acb918cac"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulMoles = "999f2bd7-36bf-5ba7-9bc1-c9473aa75374"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[sources]
FluidProperties = {rev = "main", url = "https://github.com/BiophysicalEcology/FluidProperties.jl"}
Microclimate = {rev = "main", url = "https://github.com/BiophysicalEcology/Microclimate.jl"}
PointDataSources = {rev = "main", url = "https://github.com/BiophysicalEcology/PointDataSources.jl"}
RasterDataSources = {rev = "barra-soilgrids", url = "https://github.com/mrke/RasterDataSources.jl"}
Rasters = {rev = "rasterdatasources-0.8-compat", url = "https://github.com/mrke/Rasters.jl"}
SolarRadiation = {rev = "main", url = "https://github.com/BiophysicalEcology/SolarRadiation.jl"}
[extensions]
MicroclimateMapperMakieExt = "Makie"
[compat]
Aqua = "0.8"
ArchGDAL = "0.10.11"
CSV = "0.10"
CommonSolve = "0.2"
ConstructionBase = "1.6"
DataFrames = "1"
DataInterpolations = "9.0.0"
Dates = "1.11.0"
Downloads = "1.7.0"
FillArrays = "1"
Flatten = "0.4.3"
GLMakie = "0.13.10"
GeoFormatTypes = "0.4"
GeoInterface = "1"
Geomorphometry = "0.7.4"
JSON3 = "1"
Makie = "0.21, 0.22, 0.23, 0.24"
Microclimate = "0.1.0"
ModelParameters = "0.4"
NCDatasets = "0.14"
Proj = "1"
RasterDataSources = "0.8"
Rasters = "0.15"
SafeTestsets = "0.1"
Setfield = "1"
StaticArrays = "1.9.18"
Statistics = "1.11.1"
Tables = "1"
Test = "1"
URIs = "1"
Unitful = "1"
UnitfulMoles = "0.1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "CSV", "DataFrames", "SafeTestsets", "Tables", "Test"]