-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
67 lines (65 loc) · 2.18 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
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
name = "GeoIO"
uuid = "f5a160d5-e41d-4189-8b61-d57781c419e3"
authors = ["Elias Carvalho <[email protected]> and contributors"]
version = "1.19.6"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
CommonDataModel = "1fbeeb36-5f17-413c-809b-666fb144f157"
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
GRIBDatasets = "82be9cdb-ee19-4151-bdb3-b400788d9abc"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeoParquet = "e99870d8-ce00-4fdd-aeee-e09192881159"
GeoTIFF = "c470187e-1474-4b46-a068-a417f109db17"
GeoTables = "e502b557-6362-48c1-8219-d30d308dcdb0"
GslibIO = "4610876b-9b01-57c8-9ad9-06315f1a66a5"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
PlyIO = "42171d58-473b-503a-8d5f-782019eb09ec"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ReadVTK = "dc215faf-f008-4882-a9f7-a79a826fadc3"
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TransformsBase = "28dd2a49-a57a-4bfb-84ca-1a49db9b96b8"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
VTKBase = "4004b06d-e244-455f-a6ce-a5f9919cc534"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
[compat]
ArchGDAL = "0.10"
CSV = "0.10"
Colors = "0.12, 0.13"
CommonDataModel = "0.2, 0.3"
CoordRefSystems = "0.16"
FileIO = "1.16"
Format = "1.3"
GRIBDatasets = "0.3, 0.4"
GeoFormatTypes = "0.4"
GeoInterface = "1.0"
GeoJSON = "0.8"
GeoParquet = "0.1, 0.2"
GeoTIFF = "0.3"
GeoTables = "1.24.0"
GslibIO = "1.5"
ImageIO = "0.6"
Meshes = "0.52.4"
NCDatasets = "0.13, 0.14"
PlyIO = "1.1"
PrecompileTools = "1.2"
PrettyTables = "2.2"
ReadVTK = "0.2"
Shapefile = "0.13"
StaticArrays = "1.6"
Tables = "1.7"
TransformsBase = "1.4"
Unitful = "1.20"
VTKBase = "1.0"
WriteVTK = "1.18"
julia = "1.9"