{"categories":[{"label":"GIS","url":"https://skillfed.io/packages/category/scientific-engineering-gis"}],"enrichment":{"capability":"h3 provides Python bindings to Uber's H3 geospatial indexing library, converting geographic coordinates into hierarchical hexagonal grid cells and performing spatial operations on them.","skillfed_tags":["geospatial","spatial-indexing","gis"],"use_cases":["Aggregate location data into hexagonal bins for heatmaps or regional analytics dashboards.","Find neighboring geographic cells or compute distances between locations using the H3 hierarchy.","Discretize GPS traces or sensor readings into a consistent spatial grid for deduplication and analysis.","Build geofencing or location-based services that need efficient spatial indexing without database overhead."],"what_it_does":"h3 is a Python binding to Uber's H3 geospatial indexing system, a C library that converts latitude/longitude coordinates into hierarchical hexagonal grid cells. It lets you discretize geographic space into a multi-resolution hexagonal hierarchy, making it straightforward to bin locations, compute spatial neighborhoods, and perform geospatial aggregations without writing C code yourself.\n\nThe package wraps the H3 core library with a Pythonic API, offering multiple input/output formats and maintaining version alignment with the underlying C library in major and minor version numbers. It has no runtime Python dependencies, installs via pre-built wheels on modern platforms, and supports Python 3.10 through 3.14. The library is actively maintained by Uber and widely used for location-based analytics, mapping, and spatial data processing.","worth_installing":"Yes. h3 is a mature, actively maintained library with zero known vulnerabilities, permissive licensing, and broad platform support via pre-built wheels. Install friction is moderate but well-managed. Use it if you need to bin geographic coordinates into a hierarchical hexagonal grid or perform spatial operations on location data."},"id":"h3","links":{"html":"https://skillfed.io/packages/h3","md":"https://skillfed.io/packages/h3.md","pypi":"https://pypi.org/project/h3/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-30","license_spdx":null,"license_treatment":"permissive","name":"h3","python_support":"supports_current","summary":"Uber's hierarchical hexagonal geospatial indexing system"},"popularity":{"monthly_downloads":12058587,"position":1347,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.5.0"}
