Published April 13, 2022
| Version v3.7.2
Software
Open
h3-pg
Authors/Creators
Description
First production release for H3 v4 :tada:. As noted below, most function names have changed, but the H3 indexes have not, so while using v4 will require code changes it should be 100% backwards compatible with existing data. See the 4x migration guide for more information.
[4.0.0] - 2022-08-24- ⚠️ Update
h3core library tov4.0.0. Almost all functions have been renamed to align withh3corev4. Please take care when updating. You can see a list of changed function names in the core library documentation. - ⚠️ The PostGIS functions has been extracted into a separate extension
h3_postgis. Install usingCREATE EXTENSION h3_postgis;. - Enable link time optimization (see #75, thanks @mngr777)
- Handle non-polygons for
h3_polyfill(see #55, thanks @Lokks) - Take advantage of the new v4 error codes (fixes #71, thanks @kalenikaliaksandr)
Notes
Files
bytesandbrains/h3-pg-v4.0.0.zip
Files
(118.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:3fe21708573c9c366dd813f460f9b668
|
118.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/bytesandbrains/h3-pg/tree/v4.0.0 (URL)