Changes between Version 4 and Version 5 of FAQ/las2ascii
- Timestamp:
- Apr 13, 2017, 11:47:10 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ/las2ascii
v4 v5 5 5 ==== LAS to ASCII ==== 6 6 7 To export as 9 column ASCII files, as delivered by ARSF between 2011 and 2015 use the following command:7 To export as 9 column ASCII files, as delivered by NERC-ARF between 2011 and 2015 use the following command: 8 8 9 9 {{{ … … 11 11 }}} 12 12 13 If you need to export in the 8 column format used by ARSF between 2009 and 2010 use the following command instead:13 If you need to export in the 8 column format used by NERC-ARF between 2009 and 2010 use the following command instead: 14 14 15 15 {{{ … … 21 21 ==== ASCII to LAS ==== 22 22 23 To convert the 9 column ASCII files as delivered by ARSF between 2011 and 2015 to LAS format use the following command:23 To convert the 9 column ASCII files as delivered by NERC-ARF between 2011 and 2015 to LAS format use the following command: 24 24 25 25 {{{ … … 37 37 ==== Converting on the JASMIN platform ==== 38 38 39 If you are accessing ARSF data archived at [http://neodc.nerc.ac.uk/ NEODC] and have an account on [http://jasmin.ac.uk/ JASMIN] LAStools are installed and can be loaded using:39 If you are accessing NERC-ARF data archived at [http://neodc.nerc.ac.uk/ NEODC] and have an account on [http://jasmin.ac.uk/ JASMIN] LAStools are installed and can be loaded using: 40 40 41 41 {{{ 42 module load contrib/arsf/lastools /2015092542 module load contrib/arsf/lastools 43 43 }}} 44 44