A package (Digital Forestry Toolbox) throws: error: regexp: the input string is invalid UTF-8.
Particularly when running dft_tutorial_2, I get an error:
error: regexp: the input string is invalid UTF-8
error: called from
LASread at line 2005 column 50
dft_tutorial_2 at line 36 column 4
which points to error in line:
pc = LASread('zh_2014_a.las');
I don’t understand, where the problem lies. Same code works okay in Matlab.