When vlrs are not present in an las file, then the rangeHeaders are headerSize-(headerSize-1) which is not a valid range request it appears. I am not sure what exactly happens but I suspects that it downloads the whole file which is not ideal. I added a chec k to grab those extra headers only if they are present
When vlrs are not present in an las file, then the
rangeHeaders
areheaderSize-(headerSize-1)
which is not a valid range request it appears. I am not sure what exactly happens but I suspects that it downloads the whole file which is not ideal. I added a chec k to grab those extra headers only if they are present