地理空间文件格式:shapefile(最常见)、GeoJSON、KML和GPKG 文件读取 # Read in the data full_data = gpd.read_file("../input/geospatial-learn-course-data/DEC_lands/DEC_lands/DEC_lands.shp") # View the first five rows of the data full_data.head() 坐标参考系由欧洲石油勘探集团(EPSG)规范引用。 这个GeoDataFrame使用的是EPSG 32630,它通常被称为“墨卡托”投影。