Add geopandas to geolocation section

This commit is contained in:
Jinyang Wang 2026-01-12 15:01:38 +04:00 committed by GitHub
parent 2b274538e7
commit 49a84fbcaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -608,6 +608,7 @@ _Libraries for geocoding addresses and working with latitudes and longitudes._
- [django-countries](https://github.com/SmileyChris/django-countries) - A Django app that provides a country field for models and forms.
- [geodjango](https://docs.djangoproject.com/en/dev/ref/contrib/gis/) - A world-class geographic web framework.
- [geojson](https://github.com/jazzband/geojson) - Python bindings and utilities for GeoJSON.
- [geopandas](https://github.com/geopandas/geopandas) - Python tools for geographic data (GeoSeries/GeoDataFrame) built on pandas.
- [geopy](https://github.com/geopy/geopy) - Python Geocoding Toolbox.
## HTML Manipulation