From 0eea0bae45b8fab07efa951cda3e304131055c55 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Sun, 8 Dec 2024 17:47:32 -0800 Subject: [PATCH] h3: update to h3 v4.2.0 --- extensions/h3/description.yml | 4 ++-- extensions/h3/docs/function_descriptions.csv | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/extensions/h3/description.yml b/extensions/h3/description.yml index 48c2c4b..10169ad 100644 --- a/extensions/h3/description.yml +++ b/extensions/h3/description.yml @@ -1,7 +1,7 @@ extension: name: h3 description: Hierarchical hexagonal indexing for geospatial data - version: 1.1.1 + version: 1.1.3 language: C++ build: cmake license: Apache-2.0 @@ -10,7 +10,7 @@ extension: repo: github: isaacbrodsky/h3-duckdb - ref: ae79503e65ece4d06b9c66d9aa5c6b9afc0cf242 + ref: 8b1cf401ba2101bfd6560862015a022b05824d60 docs: hello_world: | diff --git a/extensions/h3/docs/function_descriptions.csv b/extensions/h3/docs/function_descriptions.csv index 03c1dee..0c83669 100644 --- a/extensions/h3/docs/function_descriptions.csv +++ b/extensions/h3/docs/function_descriptions.csv @@ -57,3 +57,6 @@ h3_great_circle_distance,Compute the great circle distance between two points (h h3_cells_to_multi_polygon_wkt,Convert a set of cells to multipolygon WKT,"","" h3_polygon_wkt_to_cells,Convert polygon WKT to a set of cells,"","" h3_polygon_wkt_to_cells_string,Convert polygon WKT to a set of cells (returns VARCHAR),"","" +h3_polygon_wkt_to_cells_experimental,Convert polygon WKT to a set of cells, new algorithm"","" +h3_polygon_wkt_to_cells_experimental_string,Convert polygon WKT to a set of cells, new algorithm (returns VARCHAR),"","" +