-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
55 lines (51 loc) · 1.68 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
name = "Geo"
uuid = "4f75c4cc-f146-4713-b1b1-9323cfc49fb1"
authors = ["Geo contributors"]
version = "0.0.1"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
CommonDataModel = "1fbeeb36-5f17-413c-809b-666fb144f157"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoInterfaceMakie = "0edc0954-3250-4c18-859d-ec71c1660c08"
GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeoParquet = "e99870d8-ce00-4fdd-aeee-e09192881159"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
WellKnownGeometry = "0f680547-7be7-4555-8820-bb198eeb646b"
ZarrDatasets = "519a4cdf-1362-424a-9ea1-b1d782dbb24b"
[compat]
ArchGDAL = "0.10.6"
CommonDataModel = "0.3.7"
DimensionalData = "0.29.6"
Extents = "0.1"
GeoDataFrames = "0.3"
GeoFormatTypes = "0.4"
GeoInterface = "1"
GeoInterfaceMakie = "0.1.8"
GeoInterfaceRecipes = "1.0.2"
GeoJSON = "0.8"
GeoParquet = "0.3.0"
GeometryOps = "0.1"
LibGEOS = "0.9.2"
NCDatasets = "0.14.6"
Proj = "1.8.0"
Rasters = "0.12, 0.13"
Reexport = "1.2"
Shapefile = "0.13"
WellKnownGeometry = "0.2"
ZarrDatasets = "0.1.2"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]