-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
69 lines (65 loc) · 2.17 KB
/
Project.toml
File metadata and controls
69 lines (65 loc) · 2.17 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
name = "ARCEMEAnalysis"
uuid = "563f603e-cf7b-4a8e-a33e-18ac0a6a317f"
version = "0.1.0-DEV"
authors = ["Melanie Weynants <mweynants@bgc-jena.mpg.de>", "Fabian Gans <fgans@bgc-jena.mpg.de>"]
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
DiskArrayEngine = "2d4b2e14-ccd6-4284-b8b0-2378ace7c126"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Minio = "4281f0d9-7ae0-406e-9172-b7277c1efa20"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpectralIndices = "df0093a1-273d-40bc-819a-796ec3476907"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
ZipArchives = "49080126-0e18-4c2a-b176-c102e4b3760c"
[compat]
ArchGDAL = "0.10.11"
CSV = "0.10.15"
Colors = "0.13.1"
CondaPkg = "0.2.34"
DataStructures = "0.18.22, 0.19"
Dates = "1.11.0"
Dierckx = "0.5.4"
DimensionalData = "0.29.24"
DiskArrayEngine = "0.3.0"
GeoMakie = "0.7.16"
GeoJSON = "0.8.4"
HTTP = "1.10.19"
JSON = "1.4.0"
Makie = "0.24.9"
Minio = "0.2.2"
OnlineStats = "1.7.3"
Preferences = "1.5.1"
ProgressMeter = "1.11.0"
Proj = "1.9.0"
PythonCall = "0.9.31"
Reexport = "1.2.2"
SpectralIndices = "0.2.15"
Statistics = "1.11.1"
StringViews = "1.3.7"
YAXArrays = "0.7.1"
Zarr = "0.9.5"
ZipArchives = "2.6.0"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]