readStratumPolygonFrom2.7: Read a the StratumPolygon from a project.xml file from StoX...

readStratumPolygonFrom2.7R Documentation

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

Description

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

Usage

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).


StoXProject/RstoxBase documentation built on July 14, 2024, 9:39 a.m.