Python 空间数据处理
Geopy测试GeoCodeing:得出具体的地址from geopy.geocoders import Nominatimngeolocator = Nominatim()nlocation = geolocator.geocode(“中国人民大学”)nprint(location.address)中国人民大学, 人民大学北路, 稻香园南社区, 海淀区, 北京市, 100872, 中国n经纬度信息
Geopy测试GeoCodeing:得出具体的地址from geopy.geocoders import Nominatimngeolocator = Nominatim()nlocation = geolocator.geocode(“中国人民大学”)nprint(location.address)中国人民大学, 人民大学北路, 稻香园南社区, 海淀区, 北京市, 100872, 中国n经纬度信息