Changes between Version 33 and Version 34 of Processing/ALSPP


Ignore:
Timestamp:
Aug 15, 2012, 8:36:26 AM (12 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/ALSPP

    v33 v34  
    4040   
    4141   1. If a Windows crash message appears when trying to 'Run', ensure the POS file is pointed to on the Linux filesystem and not the Windows hard drives (D:,.. etc.).
     42 
     43== ALSPP Known Bugs ==
    4244
     45Two known issues with LAS files produced using ALSPP (using Ver 2.74#8):
    4346
     47* The EPSG codes are not populated correctly (using WGS84 UTM). Under the key 3076, ProjLinearUnitsGeoKey, it should give the linear units instead it gives the projection code. The key 3072 ProjectedCSTypeGeoKey is missing, which should contain the projection code. Thus a program that tries to out projection information and follows geoTIFF specification will fail because ProjLinearUnitsGeoKey holds incorrect information and ProjectedCSTypeGeoKey doesn't exist.
     48
     49* The max/min values in the header file are incorrect so there are usually a couple of points in the file that are outside the bounding box. Some programs then exclude these points as they only read those point within the max/min values given in the header.
     50
     51These have been reported to Leica Support 08/07/2012, who have forwarded to their development team.
     52