How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
Query locations for elevation data from the NASA Shuttle Radar Topography Mission
A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.
The main features of smileychris/django-countries are: Geolocation, Geospatial Tools, Fields.
Open-source alternatives to smileychris/django-countries include: geopy/geopy — geopy is a Python geocoding library and geolocation client used to convert human-readable addresses into geographic… caioariede/django-location-field — django-location-field ==. adriankumpf/srtm — Query locations for elevation data from the NASA Shuttle Radar Topography Mission. and3rson/django-searchable-select — A better and faster multiple selection widget with suggestions for Django. appliedsec/pygeoip — DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases. airbusgeo/godal — golang wrapper for github.com/OSGEO/gdal.