Factual / geo

Clojure library for working with geohashes, polygons, and other world geometry
Eclipse Public License 1.0
301 stars 17 forks source link

Support for H3 version 4+ #76

Open dcj opened 2 years ago

dcj commented 2 years ago

Update geo to support for H3

The H3 library introduced breaking changes in version 4.0.0, so applications developed against earlier versions need to be updated before they can use the new library version. Most of the changes relate to function naming, and some relate to the behavior of the functions.

https://h3geo.org/docs/next/library/migrating-3.x/

willcohen commented 6 months ago

Hi all. I've got a deps.edn branch with updated deps (https://github.com/willcohen/geo/commits/update-deps/), though none of the functions have been renamed internally here yet. I don't have any repo permissions on the Factual branch anymore, so I might fork off any make a release under a new maven group name, that both updates these deps and finally settles the cljs stuff.

Edit -- I merged this with my earlier deps branch (https://github.com/willcohen/geo/commits/deps/). I might add this to the now very old WIP clojurescript branch and get everything updated.