All Projects → nmandery → h3ron

nmandery / h3ron

Licence: MIT license
Rust crates for the H3 geospatial indexing system

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to h3ron

H3.net
Port of Uber's H3 to .NET
Stars: ✭ 27 (-48.08%)
Mutual labels:  h3, geospatial
placekey-js
placekey.io
Stars: ✭ 19 (-63.46%)
Mutual labels:  h3, geospatial
h3-r
R bindings for H3, a hierarchical hexagonal geospatial indexing system
Stars: ✭ 57 (+9.62%)
Mutual labels:  h3, geospatial
H3
Hexagonal hierarchical geospatial indexing system
Stars: ✭ 3,167 (+5990.38%)
Mutual labels:  h3, geospatial
placekey-py
placekey.io
Stars: ✭ 49 (-5.77%)
Mutual labels:  h3, geospatial
earthengine-apps
A collection of Earth Engine Apps created using geemap, voila, and heroku
Stars: ✭ 20 (-61.54%)
Mutual labels:  geospatial
awesome-geospatial-list
A curated list of geospatial tools, data, tutorials, information, and more
Stars: ✭ 32 (-38.46%)
Mutual labels:  geospatial
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (+50%)
Mutual labels:  geospatial
olturf
A Turf toolbar for OpenLayers.
Stars: ✭ 30 (-42.31%)
Mutual labels:  geospatial
geos-cli
A native geometry command line library using libgeos.
Stars: ✭ 20 (-61.54%)
Mutual labels:  geospatial
deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+126.92%)
Mutual labels:  geospatial
python-resources-for-earth-sciences
A Curated List of Python Resources for Earth Sciences
Stars: ✭ 159 (+205.77%)
Mutual labels:  geospatial
totalopenstation
Total Open Station downloads and exports survey data from your total station
Stars: ✭ 51 (-1.92%)
Mutual labels:  geospatial
skeyenet
Road and Building Segmentation in Satellite Imagery
Stars: ✭ 106 (+103.85%)
Mutual labels:  geospatial
pygeopackage
A Python package to read/write spatial data to a geopackage.
Stars: ✭ 33 (-36.54%)
Mutual labels:  geospatial
Land-Cover-Classification-using-Sentinel-2-Dataset
Application of deep learning on Satellite Imagery of Sentinel-2 satellite that move around the earth from June, 2015. This image patches can be trained and classified using transfer learning techniques.
Stars: ✭ 36 (-30.77%)
Mutual labels:  geospatial
daany
Daany - .NET DAta ANalYtics .NET library with the implementation of DataFrame, Time series decompositions and Linear Algebra routines BLASS and LAPACK.
Stars: ✭ 49 (-5.77%)
Mutual labels:  dataframe
WhiteboxTools-ArcGIS
ArcGIS Python Toolbox for WhiteboxTools
Stars: ✭ 190 (+265.38%)
Mutual labels:  geospatial
NetCDF.jl
NetCDF support for the julia programming language
Stars: ✭ 102 (+96.15%)
Mutual labels:  geospatial
EOmaps
A library to create interactive maps of geographical datasets
Stars: ✭ 193 (+271.15%)
Mutual labels:  geospatial

h3ron

ci dependency status

Rust library for the H3 geospatial indexing system.

Crates

This repository consists of multiple crates:

h3ron Latest Version Documentation

High-level rust API for H3.

Documentation | Changelog

h3ron-h3-sys Latest Version Documentation

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

Documentation | Changelog

h3ron-ndarray Latest Version Documentation

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

Documentation | Changelog

h3ron-graph Latest Version Documentation

Graph algorithms on edges of the H3 spatial indexing system.

Documentation | Changelog

h3ron-polars Latest Version Documentation

Integration of the h3 geospatial indexing system with polars dataframes by providing extension traits to UInt64Chunked and DataFrame.

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].