{"id":13671802,"url":"https://github.com/nmandery/h3ron","last_synced_at":"2025-04-27T18:31:46.671Z","repository":{"id":37027560,"uuid":"326652944","full_name":"nmandery/h3ron","owner":"nmandery","description":"Rust crates for the H3 geospatial indexing system","archived":true,"fork":false,"pushed_at":"2023-12-16T19:29:27.000Z","size":20301,"stargazers_count":85,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-01T13:17:42.813Z","etag":null,"topics":["dataframe","geospatial","h3","ndarray","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nmandery.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-01-04T10:50:47.000Z","updated_at":"2024-12-11T16:20:09.000Z","dependencies_parsed_at":"2023-02-11T17:00:31.974Z","dependency_job_id":"4e4509d7-d8c0-4ca7-a044-92285c5e00ba","html_url":"https://github.com/nmandery/h3ron","commit_stats":{"total_commits":474,"total_committers":5,"mean_commits":94.8,"dds":0.06118143459915615,"last_synced_commit":"9d80a2bf9fd5c4f311e64ffd40087dfb41fa55a5"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmandery%2Fh3ron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmandery%2Fh3ron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmandery%2Fh3ron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nmandery%2Fh3ron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nmandery","download_url":"https://codeload.github.com/nmandery/h3ron/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187291,"owners_count":21549615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataframe","geospatial","h3","ndarray","rust"],"created_at":"2024-08-02T09:01:19.181Z","updated_at":"2025-04-27T18:31:42.699Z","avatar_url":"https://github.com/nmandery.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# h3ron\n\n![ci](https://github.com/nmandery/h3ron/workflows/CI/badge.svg) [![dependency status](https://deps.rs/repo/github/nmandery/h3ron/status.svg)](https://deps.rs/repo/github/nmandery/h3ron)\n\n[Rust](https://rustlang.org) libraries for the [H3](https://h3geo.org) geospatial indexing system.\n\n## Maintenance status\n\nIn january 2023 the [h3o library](https://github.com/HydroniumLabs/h3o) - a port of H3 to rust - has been released. This brings many benefits including type safety, compilation to WASM and performance improvements \n(example: [issue comparing raster to h3 conversion](https://github.com/nmandery/rasterh3/issues/1)).\n\nAs a result these libraries will most certainly only receive dependency upgrades in the future. Some parts\nwill maybe be ported to h3o, like the raster to H3 conversion [already was](https://github.com/nmandery/rasterh3).\n\n## Crates\n\nThis repository consists of multiple crates:\n\n### [h3ron](./h3ron) [![Latest Version](https://img.shields.io/crates/v/h3ron.svg)](https://crates.io/crates/h3ron) [![Documentation](https://docs.rs/h3ron/badge.svg)](https://docs.rs/h3ron)\n\nHigh-level rust API for H3.\n\nThis crate builds on-top the official C library. The recently released [h3o project](https://github.com/HydroniumLabs/h3o) provides an implementation of H3 in pure rust.\n\n[Documentation](https://docs.rs/h3ron) | [Changelog](h3ron/CHANGES.md)\n\n### [h3ron-h3-sys](./h3ron-h3-sys) [![Latest Version](https://img.shields.io/crates/v/h3ron-h3-sys.svg)](https://crates.io/crates/h3ron-h3-sys) [![Documentation](https://docs.rs/h3ron-h3-sys/badge.svg)](https://docs.rs/h3ron-h3-sys)\n\nbindgen-generated bindings for the statically linked libh3 C library.\n\n[Documentation](https://docs.rs/h3ron-h3-sys) | [Changelog](h3ron-h3-sys/CHANGES.md)\n\n### [h3ron-ndarray](h3ron-ndarray) [![Latest Version](https://img.shields.io/crates/v/h3ron-ndarray.svg)](https://crates.io/crates/h3ron-ndarray) [![Documentation](https://docs.rs/h3ron-ndarray/badge.svg)](https://docs.rs/h3ron-ndarray)\n\nIntegration with the [ndarray](https://github.com/rust-ndarray/ndarray) crate to generate H3 cells from raster data (using [gdal](https://github.com/georust/gdal), ...)\n\n[Documentation](https://docs.rs/h3ron-ndarray) | [Changelog](h3ron-ndarray/CHANGES.md)\n\n### [h3ron-graph](h3ron-graph) [![Latest Version](https://img.shields.io/crates/v/h3ron-graph.svg)](https://crates.io/crates/h3ron-graph) [![Documentation](https://docs.rs/h3ron-graph/badge.svg)](https://docs.rs/h3ron-graph)\n\nGraph algorithms on edges of the H3 spatial indexing system.\n\n[Documentation](https://docs.rs/h3ron-graph) | [Changelog](h3ron-graph/CHANGES.md)\n\n### [h3ron-polars](h3ron-polars) [![Latest Version](https://img.shields.io/crates/v/h3ron-polars.svg)](https://crates.io/crates/h3ron-polars) [![Documentation](https://docs.rs/h3ron-polars/badge.svg)](https://docs.rs/h3ron-polars)\n\nIntegration of the [h3](https://h3geo.org) geospatial indexing system with [polars](https://docs.rs/polars) dataframes by providing extension traits\nto `UInt64Chunked` and `DataFrame`.\n\n## Python bindings\n\nPython bindings for parts of the functionalities are available in the `h3ronpy` extension now located in an [own repository](https://github.com/nmandery/h3ronpy).\nFor an overview of some features complementary to libh3 please see the README of the python bindings.\n\n\n## Why this name?\n\nWell, 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.\n\nHow to pronounce it? I got no idea - probably like the [heron bird family](https://en.wikipedia.org/wiki/Heron).\n\n## License\n\n[MIT](./LICENSE-MIT)\n\nSome data in the `data` directory is derived from OpenStreetMap and as such is copyright by the OpenStreetMap contributors. For\nthe OSM license see [OSMs Copyright and License page](https://www.openstreetmap.org/copyright).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmandery%2Fh3ron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnmandery%2Fh3ron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnmandery%2Fh3ron/lists"}