关于 R 中的 st_cooridnates(),python 中的相同函数是什么?

问题描述

This is the dataframe I want (click here to view the image.)

> library(dplyr)
> library(sf)
> fileAdm <- "path of .shp file"
> admBndry <- fileAdm %>% read_sf()
> admcoord <- admBndry %>% st_coordinates()

如何在 python 中获取“admcoord”数据帧?

(我现在有一个 admBndry 数据框作为地理数据框格式。)

我想了解st_coordinates()函数,如图(R代码)。

我也很好奇“admcoord”中列(L1、L2、L3)的含义。

python 中是否有相同的函数方法

请帮帮我。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)