Write a shapefile of interpolated tree rings

WriteShapefile_TreeRings(L2, filename = "test.shp")

Arguments

L2

is as list of Tree ring polygons (X, Y)

filename

is a shape file(path) name written to disk.

Value

No return value, called for side effects.

Examples


#'
WriteShapefile_TreeRings (TR@L, tempfile("TreeRingShape_test",fileext = ".shp"))
#> writing: substituting ENGCRS["Undefined Cartesian SRS with unknown unit"] for missing CRS
#> Writing layer `TreeRingShape_test1ade557a2cf' to data source 
#>   `/tmp/Rtmp9dJ3Mg/TreeRingShape_test1ade557a2cf.shp' using driver `ESRI Shapefile'
#> Writing 38 features with 2 fields and geometry type Line String.
dir(tempdir())
#> [1] "TreeRingShape_test1ade557a2cf.dbf" "TreeRingShape_test1ade557a2cf.prj"
#> [3] "TreeRingShape_test1ade557a2cf.shp" "TreeRingShape_test1ade557a2cf.shx"
#> [5] "downlit"                           "file1aded5695eb"