readers.pts¶
The PTS reader reads data from Leica Cyclone PTS files. It is not very sophisticated.
Example Pipeline¶
{
"pipeline":[
{
"type":"readers.pts",
"filename":"test.pts"
},
{
"type":"writers.text",
"filename":"outputfile.txt"
}
]
}
Options¶
- filename
- File to read. [Required]
- count
- Maximum number of points to read. [Default: unlimited]
- spatialreference
- Spatial reference to apply to the data. Overrides any SRS in the input itself. Can be specified as a WKT, proj.4 or EPSG string. [Default: none]