-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathProject.toml
More file actions
68 lines (62 loc) · 2.24 KB
/
Project.toml
File metadata and controls
68 lines (62 loc) · 2.24 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
61
62
63
64
65
66
67
68
name = "GeometryOps"
uuid = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
authors = ["Anshul Singhvi <anshulsinghvi@gmail.com>", "Rafael Schouten <rafaelschouten@gmail.com>", "Skylar Gering <skygering@gmail.com>", "and contributors"]
version = "0.1.39"
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
AdaptivePredicates = "35492f91-a3bd-45ad-95db-fcad7dcfedb7"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DelaunayTriangulation = "927a84f5-c5f4-47a5-9785-b46e178433df"
ExactPredicates = "429591f6-91af-11e9-00e2-59fbe8cec110"
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeometryOpsCore = "05efe853-fabf-41c8-927e-7063c8b9f013"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SortTileRecursiveTree = "746ee33f-1797-42c2-866d-db2fce69d14d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FlexiJoins = "e37f2e79-19fa-4eb7-8510-b63b51fe0a37"
LibGEOS = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Proj = "c94c279d-25a6-4763-9509-64d165bea63e"
TGGeometry = "d7e755d2-3c95-4bcf-9b3c-79ab1a78647b"
[sources]
GeometryOpsCore = {path = "GeometryOpsCore"}
[extensions]
GeometryOpsDataFramesExt = "DataFrames"
GeometryOpsFlexiJoinsExt = "FlexiJoins"
GeometryOpsLibGEOSExt = "LibGEOS"
GeometryOpsMakieExt = "Makie"
GeometryOpsProjExt = "Proj"
GeometryOpsTGGeometryExt = "TGGeometry"
[compat]
AbstractTrees = "0.4"
AdaptivePredicates = "1.2"
CoordinateTransformations = "0.5, 0.6"
DataAPI = "1"
DataFrames = "1"
DelaunayTriangulation = "1.0.4"
ExactPredicates = "2.2.8"
Extents = "0.1.5"
FlexiJoins = "0.1.30"
GeoFormatTypes = "0.4"
GeoInterface = "1.6"
GeometryOpsCore = "=0.1.10"
LibGEOS = "0.9.2"
LinearAlgebra = "1"
Proj = "1"
Random = "1"
SortTileRecursiveTree = "0.1.2"
StaticArrays = "1"
Statistics = "1"
TGGeometry = "0.1"
Tables = "1"
julia = "1.10"
[workspace]
projects = ["GeometryOpsCore", "GeometryOpsTestHelpers", "test", "docs"]