美丽心灵公益论坛's Archiver
论坛
›
电脑技术
› Python使用OpenStreetMap地图数据
willsonlincake
发表于 2022-4-12 16:05:21
Python使用OpenStreetMap地图数据
# import osmnx
import osmnx as ox
import geopandas as gpd
# Get place boundary related to the place name as a geodataframe
area = ox.geocode_to_gdf(place_name)
页:
[1]
查看完整版本:
Python使用OpenStreetMap地图数据