Changes between Version 14 and Version 15 of Processing/LIDARDEMs
- Timestamp:
- Jul 15, 2010, 2:18:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/LIDARDEMs
v14 v15 46 46 3. Generate a histogram for the lidar data to determine min/max reasonable data values by running lidar_histogram.py: 47 47 {{{ 48 python lidar_histogram.py input_file48 python lidar_histogram.py merged_file 49 49 }}} 50 50 51 Note for ARSF internal use there is again a convenience script in the path - use "lidar_histogram.sh input_file"51 Note for ARSF internal use there is again a convenience script in the path - use "lidar_histogram.sh merged_file" 52 52 53 53 This generates a 5x log histogram (ie it's a histogram of the base-10 log of the lidar values binned into 10m bins, multiplied by 5 to scale). If there are a small number of low or high values in the histogram then decide on a scaling cutoff. eg: