2 مستودعات
Converting human-readable addresses or landmarks into geographic coordinates.
Distinguishing note: Shortlist candidates focus on network/IP resolution; this is geographic address resolution.
Explore 2 awesome GitHub repositories matching data & databases · Geocoding Services. Refine with filters or upvote what's useful.
geopy is a Python geocoding library and geolocation client used to convert human-readable addresses into geographic coordinates and resolve coordinates back into street addresses using various third-party web services. The library provides a consistent provider-based interface that abstracts multiple external geocoding services, allowing for interchangeable backends. It includes built-in request rate limiting and asynchronous client interfaces to manage API call frequency and execute concurrent lookups without halting execution. Beyond geocoding, the project includes geospatial utilities for
Converts human-readable addresses or landmarks into latitude and longitude coordinates using various web services.
Nominatim is a self-hosted geospatial search engine and geocoding server that utilizes OpenStreetMap data. It provides a complete infrastructure for forward geocoding, converting addresses or place names into geographic coordinates, and reverse geocoding, translating coordinates into human-readable physical addresses. The project features a dedicated data importer that parses raw map data into a PostgreSQL geospatial database. It distinguishes itself through a configurable import pipeline that uses style files to filter map features and an importance-based ranking system to prioritize search
Converts addresses or place names into geographic coordinates using OpenStreetMap data.