readers.terrasolid¶
The Terrasolid Reader loads points from Terrasolid files (.bin). It supports boths Terrasolid format 1 and format 2.
Example¶
[
{
"type":"readers.terrasolid",
"filename":"autzen.bin"
},
{
"type":"writers.las",
"filename":"output.las"
}
]
Options¶
- filename
- Input file name [Required]
- count
- Maximum number of points to read. [Default: unlimited]
- override_srs
- 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]