shp:读取Shapefile 源码
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_fe
用户评论