Geospatial Data Science (2) :Geospatial Data in Python

Geospatial Data Science(2):Geospatial Data in Python

PART 1: 检查数据

1.1 Imports

import geopandas as gpd # for geospatial data handling
import osmnx # for handling data from OpenStreetMap (osm) with the help of networkX (nx)
import contextily as cx # for plotting
import matplotlib.pyplot as plt # for plotting
osmnx

猜你喜欢

转载自blog.csdn.net/weixin_44026026/article/details/129123597