Merge pull request #2848 from JinyangWang27/master

Add geopandas
This commit is contained in:
Vinta Chen 2026-01-14 17:51:33 +08:00 committed by GitHub
commit fff6032ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -610,6 +610,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