Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
/ h3-rs Public archive

[UNMAINTAINED] Rust bindings to H3, Uber's hexagonal hierarchical geospatial indexing system

Notifications You must be signed in to change notification settings

mookerji/h3-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNMAINTAINED: This project is no longer under development. Please feel free to browse, fork, reuse these FFI bindings for other projects.

h3-rs: Rust Bindings to h3

Rust bindings to H3, a C library for hexagonal, hierarchical geospatial indexing. h3-rs interoperates between GeoJSON types defined the geo-types crate

This is experimental, in-progress software.

Installation

h3-rs is available on crates.io available for installation from source. First, checkout this repo:

$ git clone git@github.com:mookerji/h3-rs.git
$ git checkout tags/v0.1.0

Assuming that your downstream project repo and h3-rs are in the same repo, add to your Cargo.toml:

[dependencies]
h3-rs = { version = "0.1.0", path = "../h3-rs" }

h3-rs requires that you already have h3 and its headers installed on your system. Follow those instructions from h3.

License

Copyright (c) 2016-2020 Uber Technologies, Inc. Copyright (c) 2020 Bhaskar Mookerji

Distributed under the Apache License 2.0

About

[UNMAINTAINED] Rust bindings to H3, Uber's hexagonal hierarchical geospatial indexing system

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published