Skip to content

Commit

Permalink
h3: update to h3 v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky authored and carlopi committed Dec 9, 2024
1 parent 5a063e6 commit 0eea0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/h3/description.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,7 +10,7 @@ extension:

repo:
github: isaacbrodsky/h3-duckdb
ref: ae79503e65ece4d06b9c66d9aa5c6b9afc0cf242
ref: 8b1cf401ba2101bfd6560862015a022b05824d60

docs:
hello_world: |
Expand Down
3 changes: 3 additions & 0 deletions extensions/h3/docs/function_descriptions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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),"",""

0 comments on commit 0eea0ba

Please sign in to comment.