lthiery / h3ron

Rust crates for the H3 geospatial indexing system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h3ron

ci dependency status

Rust library for the H3 geospatial indexing system.

Crates

This repository consists of multiple crates:

High-level rust API for H3.

Documentation | Changelog

bindgen-generated bindings for the statically linked libh3 C library.

Documentation | Changelog

Integration with the ndarray crate to generate H3 cells from raster data (using gdal, ...)

Documentation | Changelog

Graph algorithms on edges of the H3 spatial indexing system.

Documentation | Changelog

Python bindings

Python bindings for parts of the functionalities are available in the h3ronpy extension now located in an own repository. For an overview of some features complementary to libh3 please see the README of the python bindings.

Why this name?

Well, coming up with a good name for a project while avoiding naming conflicts is hard. On the other hand are animal-based names always pretty easy to remember.

How to pronounce it? I got no idea - probably like the heron bird family.

License

MIT

This repository contains some (modified) parts of the excellent pathfinding crate.

Some data in the data directory is derived from OpenStreetMap and as such is copyright by the OpenStreetMap contributors. For the OSM license see OSMs Copyright and License page.

About

Rust crates for the H3 geospatial indexing system

License:MIT License


Languages

Language:Rust 100.0%