SAGA 9.6.1 | Tool Library Documentation

Construct Points from Table


Description

Construct a points layer from coordinates as provided by a table's attributes.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OutputPointsshapes, outputPOINTS--
OptionsXtable fieldX--
Ytable fieldY--
Ztable fieldZ--
Coordinate System DefinitiontextCRS_STRINGSupported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326").-

Command Line


Usage: saga_cmd shapes_points 0 [-TABLE ] [-X ] [-Y ] [-Z ] [-POINTS ] [-CRS_STRING ]
  -TABLE:     	Table
	table, input
  -X:         	X
	table field
  -Y:         	Y
	table field
  -Z:         	Z
	table field
  -POINTS:    	Points
	shapes, output
  -CRS_STRING:	Coordinate System Definition
	text