readers.ilvis2#
The ILVIS2 reader read from files in the ILVIS2 format. See the product spec for more information.
Streamable Stage
This stage supports streaming operations
Example#
[
{
"type":"readers.ilvis2",
"filename":"ILVIS2_GL2009_0414_R1401_042504.TXT",
"metadata":"ILVIS2_GL2009_0414_R1401_042504.xml"
},
{
"type":"writers.las",
"filename":"outputfile.las"
}
]
Options#
- filename
File to read from [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 or EPSG string. Can’t use with ‘default_srs’. [Default: none]
- default_srs
Spatial reference to apply to the data if the input does not specify one. Can be specified as a WKT, PROJ or EPSG string. Can’t use with ‘override_srs’. [Default: none]
- mapping
Which ILVIS2 field type to map to X, Y, Z dimensions ‘LOW’, ‘CENTROID’, or ‘HIGH’ [Default: ‘CENTROID’]
- metadata
XML metadata file to coincidentally read [Optional]