shp:读取Shapefile

时间:2024-03-06 02:55:09
【文件属性】:

文件名称:shp:读取Shapefile

文件大小:573KB

文件格式:ZIP

更新时间:2024-03-06 02:55:09

C

shp shp的目标是提供对ESRI shapefile元数据,属性和几何的低级访问。 它使用了出色的 C库。 安装 您可以使用以下命令从安装开发版本: # install.packages("remotes") remotes :: install_github( " paleolimbot/shp " ) 例子 这是一个基本示例,向您展示如何解决常见问题: library( shp ) shp_meta(shp_example( " mexico/cities.shp " )) # > # A tibble: 1 x 11 # > path shp_type n_features xmin ymin zmin mmin xmax ymax zmax mmax # > <d


网友评论