目录

上一个主题

11.3. 数据处理方法

下一个主题

12. Python下面其他开源GIS库的使用

>>> from env_helper import info; info()
页面更新时间: 2022-12-28 00:02:46
运行环境:
    Linux发行版本: Debian GNU/Linux 11 (bullseye)
    操作系统内核: Linux-5.10.0-20-amd64-x86_64-with-glibc2.31
    Python版本: 3.9.2

11.4. 其他

11.4.1. 地理编码

geopandas.geocode.geocode(strings, provider='googlev3', **kwargs)

对字符串列表进行地理编码,并在几何列表中返回包含生成点的GeoDataFrame。可用的providers includegooglev3,bing,google,yahoo,mapquest和openmapquest。 ** kwargs将作为参数输出到相应的地理编码器中。

11.4.2. 参考

可在GeoSeries对象上选用以下Shapely 的很多方法与属性。