{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/11"}],"enrichment":{"capability":"Converts between Placekeys (location identifiers), geographic coordinates, and H3 indices; includes an API client for batch geocoding and dataset access.","skillfed_tags":["geocoding","location-data","geospatial"],"use_cases":["Standardize location data across multiple datasets by converting addresses or coordinates to Placekeys for consistent joins.","Batch geocode addresses through the Placekey API with automatic rate limiting and confidence scores.","Calculate distances between locations encoded as Placekeys without repeated coordinate lookups.","Access and download Placekey's free public datasets (e.g., business locations) from S3.","Validate Placekey format in data pipelines before downstream processing."],"what_it_does":"Placekey-py is a Python client for the Placekey location encoding system, which assigns unique identifiers to geographic places based on coordinates or addresses. The library provides three main functions: local conversion between Placekeys and latitude-longitude pairs or H3 indices (no network calls required), distance calculations between Placekeys, and an API client for batch geocoding through the Placekey service. The API client handles rate limiting automatically and integrates with pandas for bulk operations.\n\nThe package depends on h3, shapely, requests, ratelimit, backoff, boto3, and pandas. It's useful for teams that need a standardized location identifier across datasets or systems, or for accessing Placekey's public datasets stored in S3. The local conversion functions work offline, while the API client requires authentication and network access.","worth_installing":"Yes, if you need Placekey integration. The package is stable (no known vulnerabilities), has low install friction, and the permissive license poses no risk. However, the aging maintenance status (540 days since last release) and reliance on an external service for API features mean you should verify that the Placekey service itself meets your availability and support expectations before committing to it as a core dependency."},"id":"placekey","links":{"html":"https://skillfed.io/packages/placekey","md":"https://skillfed.io/packages/placekey.md","pypi":"https://pypi.org/project/placekey/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-02-20","license_spdx":null,"license_treatment":"permissive","name":"placekey","python_support":"supports_current","summary":"Utilities for working with Placekeys"},"popularity":{"monthly_downloads":86504,"position":13857,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.36"}
