eltorocorp / h3ron

rust and python library for the H3 geospatial indexing system including ndarray integration for raster data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h3ron

ci

Rust library for the H3 geospatial indexing system including python bindings.

h3ronpy Python extension PyPI version

Python extension for the H3 geospatial indexing system exposing some functionalities of the h3ron* rust crates to the python language and integrating with the numpy, pandas, geopandas, rasterio and gdal libraries.

Rust crates

This repository consists of multiple crates:

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

Documentation

High-level rust API for H3.

Documentation

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

Documentation

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

About

rust and python library for the H3 geospatial indexing system including ndarray integration for raster data

License:MIT License


Languages

Language:Rust 91.2%Language:Python 8.8%