Joseph L. Sheedy

Results 2 issues of Joseph L. Sheedy

The latest version of wrf-python on [PyPI](https://pypi.org/project/wrf-python/) is 1.3.1 though several [releases](https://github.com/NCAR/wrf-python/releases) exist since then. My installation in a clean virtualenv is failing due to lack of numpy in setup...

bug
support

ClickHouse has support for [H3 Indexes](https://clickhouse.com/docs/en/sql-reference/functions/geo/h3), but chdb 1.3.0 does not. Here's an example query which returns an H3 index (a 64-bit integer) in ClickHouse: ``` chdb.query("SELECT geoToH3(0.0, 0.0, 1)")...