uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.9k stars 464 forks source link

GIS system integration #327

Open geoHeil opened 4 years ago

geoHeil commented 4 years ago

https://github.com/uber/h3/wiki/Roadmap lists Integration with GIS systems, such as QGIS. [HelpWanted]

has there been any progress so far? Are there any suggestions?

I myself currently load the shapefile of a country and manually generate hexagons, their centroids and WKT line strings as needed, but this is not very nice to use.

I have seen https://github.com/ThomasG77/30DayMapChallenge/blob/master/day4_hexagons/data/h3-processing.py but this also does not seem to be fully integrated.

nrabinowitz commented 4 years ago

We're not aware of a well-supported QGIS package for H3, but we'd love to see one! For QGIS specifically, it would probably depend on the h3-py package, and development on this might want to wait until the Cython work is complete and released, as this will greatly simplify packaging.

geoHeil commented 4 years ago

FYI: https://github.com/conda-forge/h3-py-feedstock/ is already out there to support easy packaging via conda

thomasgwatson commented 1 year ago

Curious about this question at the end of 2022, does anyone have updates?