Below, the lasvalidate output:
{
"LASvalidator": {
"version": "lasvalidate (260319) built with LAStools version 260326",
"command_line": "lasvalidate64.exe -i I:\\Amazonia3D\\amazon-3d-lidar\\ENTREGAS\\ENTREGA_01\\1_Nuvem_de_Pontos\\NP_1418193.laz -odir . -ojson -report_per_file",
"report": [
{
"file": {
"name": "NP_1418193.laz",
"path": "I:\\Amazonia3D\\amazon-3d-lidar\\ENTREGAS\\ENTREGA_01\\1_Nuvem_de_Pontos",
"LAS_version": "1.4",
"system_identifier": "Teledyne Optech Galaxy T500",
"generating_software": "MapBiomas AM | SAI",
"point_data_format": 7,
"CRS": "SIRGAS 2000 / UTM zone 20S"
},
"summary": "fail",
"details": {
"fail": [
{
"variable": "file creation day",
"note": "should be between 1-152 not 186"
}
],
"warning": [
{
"variable": "x offset",
"note": "translation fluff: decimal digits of 509965.711971368233208 do not match scale factor 0.001"
},
{
"variable": "y offset",
"note": "decimal digits of 9228871.327246062457561 do not match scale factor 0.001"
}
]
}
}
],
"total": {
"result": "fail",
"details": {
"pass": 0,
"warning": 0,
"fail": 1
}
}
}
}