15 | | Preferably the averages would be around 0 metres, but in practice it tends to be around 4 - 8 metres for UK data and varying for UTM data. |
| 15 | {{{ |
| 16 | Temp folder created at:/tmp/grassdb-24688-115643 |
| 17 | Calculation performed:GB13_10_2014_156_lidar_ASTER_bng.dem-ASTER_tiles.dem |
| 18 | The maps were compared in:WGS84LL |
| 19 | GB13_10_2014_156_lidar_ASTER_bng.dem was imported in:UKBNG |
| 20 | ASTER_tiles.dem sum :1420384.824150 |
| 21 | |
| 22 | GB13_10_2014_156_lidar_ASTER_bng.dem sum :1444242.484528 |
| 23 | |
| 24 | Comparison sum :-23857.657357 |
| 25 | |
| 26 | Difference statistics: |
| 27 | Min: -69.939673828125 |
| 28 | Max: 32.3908696899414 |
| 29 | Sum: -23857.6575275853 |
| 30 | Mean: -1.8243983732955 |
| 31 | Median: -0.985404 |
| 32 | Absolute mean: 5.99935342521819 |
| 33 | Std deviation: 8.54745020068044 |
| 34 | Total cells: 39672 |
| 35 | Non-null cells: 13077 |
| 36 | |
| 37 | |
| 38 | Unmasked statistics: |
| 39 | Min: -69.939673828125 |
| 40 | Max: 32.3908696899414 |
| 41 | Sum: -24706.5998933041 |
| 42 | Mean: -0.641529909984007 |
| 43 | Median: 5.49316e-07 |
| 44 | Absolute mean: 2.21956360209108 |
| 45 | Std deviation: 5.18281446074588 |
| 46 | Total cells: 39672 |
| 47 | Non-null cells: 38512 |
| 48 | }}} |
| 49 | |
| 50 | Preferably the mean (non-absolute) for the lidar area would be around 0 metres, but in practice it tends to be around 2 to 4 metres for UK data and varying for UTM data. |
| 63 | |
| 64 | {{{ |
| 65 | --output OUTPUT output the resultant comparison DEM for inspection in |
| 66 | another program. |
| 67 | }}} |
| 68 | |
| 69 | Use this to inspect the created dem and comparison dem in envi, you can confirm figures from these. |
| 70 | |
| 71 | {{{ |
| 72 | --histogram HISTOGRAM |
| 73 | Create a histogram and output it as a png at specified |
| 74 | location. Include file extension. |
| 75 | --png PNG Create a PNG of the difference dem at the specified |
| 76 | location. Include file extension. |
| 77 | }}} |
| 78 | |
| 79 | The histogram option provides a better visualisation of the mean data. PNG can be used to provide quick looks at a heatmap of the data for comparison. |
| 80 | |
| 81 | |
| 82 | === Batch processing === |
| 83 | {{{ |
| 84 | --csv Output as csv format for batch processing. |
| 85 | --script Use with csv to indicate return rather than print |
| 86 | }}} |
| 87 | |
| 88 | Use these two for batch processing, can be useful for creating profiles of whole years worth of data. These would be helpful if we wanted to see our overall accuracy over the year. |