h3
Package — GeospatialPython 3.7+Advanced
Uber's hexagonal hierarchical spatial index
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (C extension)
- Install
pip install h3
Learn by Difficulty
Quick Example
python
# Install: pip install h3 import h3 # Basic h3 usage print(f"Using h3") # See documentation for detailed examples
h3 is a third-party package. Uber's hexagonal hierarchical spatial index. Install with: pip install h3
Try in PlaygroundTags
packagegeospatialmappinggis