Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions community_extensions/extensions/airport.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repo:
github: query-farm/airport
ref: 8ed5226602c5106894b5b9575462b0ccc3dcca19

extension_star_count: 293
extension_star_count_pretty: 293
extension_star_count: 296
extension_star_count_pretty: 296
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_airport.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/geotiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ docs:
If you pass multiple bands (e.g., band := [1,2,3]) it returns a wide schema:
(cell_id, band1, band2, …). This is optimized for fast CTAS/UPDATE patterns
when building “wide” raster tables inside DuckDB.
extension_star_count: 1
extension_star_count_pretty: 1
extension_star_count: 2
extension_star_count_pretty: 2
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_geotiff.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/h3.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ docs:
extended_description: |
The H3 extension adds support for the [H3 hierarchical hexagonal grid system](https://h3geo.org/).

extension_star_count: 217
extension_star_count_pretty: 217
extension_star_count: 218
extension_star_count_pretty: 218
extension_download_count: 26729
extension_download_count_pretty: 26.7k
image: '/images/community_extensions/social_preview/preview_community_extension_h3.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repo:
github: query-farm/radio
ref: 766f92777d3935e9c25e113f3257b305c313e7c1

extension_star_count: 28
extension_star_count_pretty: 28
extension_star_count: 29
extension_star_count_pretty: 29
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_radio.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/rusty_quack.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ docs:
The quack extension is based on DuckDB's [Rust Extension Template](https://github.com/duckdb/extension-template-rs/), and it's a great starting point to get started building DuckDB extensions in Rust.
extension_star_count: 78
extension_star_count_pretty: 78
extension_star_count: 79
extension_star_count_pretty: 79
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_rusty_quack.png'
Expand Down