>>> from env_helper import info; info()
页面更新时间: 2023-04-15 19:32:06
运行环境:
Linux发行版本: Debian GNU/Linux 12 (bookworm)
操作系统内核: Linux-6.1.0-7-amd64-x86_64-with-glibc2.36
Python版本: 3.11.2
11.5. 其他¶
11.5.1. 地理编码¶
geopandas.geocode.geocode(strings, provider='googlev3', **kwargs)
对字符串列表进行地理编码,并在几何列表中返回包含生成点的GeoDataFrame。可用的providers include
googlev3,bing,google,yahoo,mapquest和openmapquest。
** kwargs将作为参数输出到相应的地理编码器中。
11.5.2. 参考¶
可在GeoSeries对象上选用以下Shapely 的很多方法与属性。