## ALS Seed Points File ##

The seed point file is in CSV format or tree attribute file, containing header rows that describe the data information. It must include at least four columns, with the order being: Tree ID, Tree X Coordinate, Tree Y Coordinate, and Tree Z Coordinate.

The table below shows a partial example of plot data:

	TreeID,TreeLocationX,TreeLocationY,TreeLocationZ	
	1,322971.5,4102497.5,47.387
	2,322549.5,4102496.5,49.42	
	3,322678.5,4102495.5,48.456	
	4,322716.5,4102494.5,34.366	
	5,322516.5,4102489.5,23.726

## TLS Seed Points File ##

The seed point file is in CSV format or tree attribute file, containing header rows that describe the data information. It must include at least five columns, with the order being: Tree ID, Tree X Coordinate, Tree Y Coordinate, Tree Z Coordinate of the Tree (DBH), and DBH.

The table below shows a partial example of plot data:

	TreeID,TreeLocationX,TreeLocationY,TreeLocationZ,DBH	
	1,-5.135,-21.219,1.303,0.244
	2,-1.693,-30.778,1.3,0.365
	3,3.249,-26.096,1.3,0.389
	4,-3.852,-28.103,1.304,0.309
	5,4.89,-30.851,1.301,0.299