From 96860d9589ec8bed95339eb557019d180258aaf2 Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Wed, 8 Jan 2025 12:59:28 +0100 Subject: [PATCH] add GeoPaquet --- Project.toml | 2 ++ src/Geo.jl | 1 + 2 files changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 9964c41..a8045bb 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ 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" @@ -35,6 +36,7 @@ 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" diff --git a/src/Geo.jl b/src/Geo.jl index 5ed46f4..3ac583d 100644 --- a/src/Geo.jl +++ b/src/Geo.jl @@ -7,6 +7,7 @@ using GeoFormatTypes using GeoInterface using GeoInterfaceMakie using GeoInterfaceRecipes +using GeoParquet using GeometryOps using LibGEOS using NCDatasets