我有一个包含61个shapefile的Shapefile list_shp_Tanzania
列表,每个shapefile包含多个多边形。我想从这个shapefile列表中创建一个Spatial Polygons列表。这是shapefile中多边形的结构。
.. .. ..$ :Formal class 'Polygons' [package "sp"] with 5 slots
.. .. .. .. ..@ Polygons :List of 1
.. .. .. .. .. ..$ :Formal class 'Polygon' [package "sp"] with 5 slots
.. .. .. .. .. .. .. ..@ labpt : num [1:2] 39 -11
.. .. .. .. .. .. .. ..@ area : num 2.65e-05
.. .. .. .. .. .. .. ..@ hole : logi FALSE
.. .. .. .. .. .. .. ..@ ringDir: int 1
.. .. .. .. .. .. .. ..@ coords : num [1:67, 1:2] 39 39 39 39 39 ..
有人能帮帮我吗?