-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (26 loc) · 781 Bytes
/
Project.toml
File metadata and controls
28 lines (26 loc) · 781 Bytes
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
name = "LandsatExplorer"
uuid = "28909d84-766e-4dab-8e3e-91fd31d78b70"
authors = ["Joshua Billson"]
version = "0.0.2"
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
[compat]
DataFrames = "1"
GeoFormatTypes = "0.4"
GeoJSON = "0.8"
HTTP = "1"
JSON = "0.21"
Match = "2"
OrderedCollections = "1"
Pipe = "1"
Tar = "1"
julia = "1"