BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

Add support for H3 #1602

Open fhk opened 2 years ago

fhk commented 2 years ago

When running pipelines on geodata often you want to transform the data into h3 hexagons to then unify across datasets.

Describe the solution you'd like Similar to these integrations you should be able to transform spatial data - https://h3geo.org/docs/community/bindings/

Also here is an example POSTGIS usecase - https://anagraph.io/en/articles/hexagons-start-with-why/

Describe alternatives you've considered Currently Athena, BigQuery, parquet + rapids, POSTGIS ...