When using pasture_io::base::IOFactory::default() to construct a reader of the appropriate type for a file, it does not correctly detect the file format, if the file extension is upper case.
This is for example inconvenient, when processing files from the ahn3 data set, obtained from here, as the file names end in .LAZ instead of .laz, as expected by the IOFactory.
When using
pasture_io::base::IOFactory::default()
to construct a reader of the appropriate type for a file, it does not correctly detect the file format, if the file extension is upper case.This is for example inconvenient, when processing files from the ahn3 data set, obtained from here, as the file names end in
.LAZ
instead of.laz
, as expected by theIOFactory
.