forked from STARS-Data-Fusion/VNP43NRTAlbedo.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
60 lines (55 loc) · 1.75 KB
/
Copy pathProject.toml
File metadata and controls
60 lines (55 loc) · 1.75 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
name = "VNP43NRTAlbedo"
uuid = "ebab2807-db99-43b5-90ec-49665e98c321"
authors = ["Gregory Halverson <gregory.h.halverson@jpl.nasa.gov>"]
version = "1.0.2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"
GDAL = "add2ef01-049f-52c4-9ee2-e494f65e021a"
GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
Modland = "2a2d4310-a4da-4416-b9e4-81e65019a994"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ArchGDAL = "0.10"
CoordinateTransformations = "0.6, <1"
DataFrames = "1.7"
Dates = "1.9"
DimensionalData = "0.29"
EzXML = "1.2"
GDAL = "1.10"
GeoDataFrames = "0.3"
GeoFormatTypes = "0.4"
Glob = "1.3"
HDF5 = "0.17"
HTTP = "1.10"
IJulia = "1.27"
JSON = "0.21"
LinearAlgebra = "1.9"
Logging = "1.9"
MbedTLS = "1.0"
Modland = "0.1.1"
Plots = "1.40"
ProgressMeter = "1.10"
Rasters = "0.14"
Statistics = "1.10"
julia = "1.9"