1、普通的pandas格式需要先转换为GeoDataFrame格式: cell=gpd.GeoDataFrame(cell,geometry=[Point(cell.iloc[i][[‘Lon’,‘Lat’]]) for i in range(len(cell))],crs=4326) 2、在进行json格式转化