
Export classified contour-support products
ps_export_contour_support.RdWrites the classified line layer and optional CSV summaries. GeoPackage is recommended because it preserves long field names more reliably than a shapefile. The line_type field is a portable style suggestion; the support class and reasons remain explicit attributes.
Usage
ps_export_contour_support(
x,
out_dir,
out_stub = "gw",
vector_format = c("gpkg", "shapefile"),
write_summary = TRUE,
write_thresholds = TRUE,
overwrite = TRUE
)