30 open-source projects similar to smileychris/django-countries, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Django Countries alternative.
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 better and faster multiple selection widget with suggestions for Django
DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
A CakePHP plugin to - geocode locations/ips and save the information (lat/lng) along with the records - reverse geocode data - querying geocoded data by distance (using custom finder) - display Google maps (dynamic and static) - display Leaflet maps (open-source alternative) - display static…
Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read
Money fields for Django forms and models.
django-rest-framework-gis
Native implementation of geofencing/region monitoring
React Native Module to use Android Geolocation via Google Play API
GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic geometries—points, lines, and polygons—as a first-class column type within DataFrames, enabling users to store, manipulate, and analyze vector spatial data alongside traditional tabular attributes. The library is built on top of proven geospatial components: it uses Shapely for all geometric operations, Fiona and GDAL for reading and writing standard spatial file formats, PyProj for coordinate reprojection, and an R‑tree spatial index (from Shapely) to accelerate spatial queries. Wh
React Native module bridge to convert address to geo coordinates.