-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 1.02 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
name = "NASAPrecipitation"
uuid = "a018b980-0677-41c0-b9a4-7f34595c2b14"
keywords = ["meteorology", "climate", "precipitation", "nasa", "satellite"]
desc = "Download and analyze data from the NASA GPM/TRMM missions"
authors = ["Nathanael Wong <[email protected]>"]
version = "0.4.3"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
GeoRegions = "b001f823-fa75-4bff-bf55-6610c8f3688a"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
NetRC = "4ceb92a4-8458-42c6-ac22-7a21adf6253e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DelimitedFiles = "1"
Downloads = "1"
GeoRegions = "^5.1, 6"
NCDatasets = "0.13, ^0.14.1"
NetRC = "0.1"
Reexport = "1"
Statistics = "1"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]