Changes between Version 2 and Version 3 of AlsprocDevelopment
- Timestamp:
- Aug 16, 2013, 3:47:28 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AlsprocDevelopment
v2 v3 2 2 3 3 == Structure == 4 5 Alsproc is built around the proprietary alspro.dll, forcing it to take the form of a winelib program, something which isn't quite native to either Windows or Linux. Some complications arise out of this, such as barring the use of gdb. A python program wraps around alsproc to handle broader more context-specific logic, doing things like reading in .cfg files and computing the correct arguments to pass. 4 6 5 7 == Subversion == … … 42 44 * Analysis and refinement of accuracy of individual points (ongoing) 43 45 * Geotagging las files (partially done) 46 * adding log and config files as VLRs to las files 44 47 * Better verification of proj4 strings 45 48 * Better verbose mode, current verbose mode is more like debug mode 46 * Better mechanism for passing values into alsproc 49 * Better mechanism for passing values into alsproc, with checks for required arguments 47 50 * More reliable detection of test flightlines or verification of current methods 48 51 * scn_info is very slow for what it does, it should be able to skip unneeded data