@hackage h3-hs0.2.0.1

A Haskell binding for H3

This package provides bindings to the H3 C API v4. H3 is a geospatial indexing system that partitions the world into hexagonal cells.

For users with experience with bindings for other languages, we recommend reviewing the project README, as we have included notes for using the methods provided in this package. In particular, as we bind to the C methods with few adjustments to inputs and outputs beyond data marshalling, there will be some differences for those familiar with the python (and likely other) bindings, e.g. the methods provided in this package expect the latitude and longitude to be in radians rather than degrees.