Read a the StratumPolygon from a project.xml file from StoX <= 2.7

readStratumPolygonFrom2.7(
  projectXMLFilePath,
  remove_includeintotal = TRUE,
  StratumNameLabel = "StratumName"
)

writeStratumPolygonFrom2.7(
  projectXMLFilePath,
  stratumPolygonFilePath,
  remove_includeintotal = TRUE
)

Arguments

projectXMLFilePath

The path to the project.xml file.

remove_includeintotal

Logical: If TRUE, remove the column includeintotal column.

StratumNameLabel

The label of the column giving the stratum names.

stratumPolygonFilePath

The path to the file to write the StratumPolygon to (geojson file).