8 | | || classify_las_files.sh || bash || Runs classify_las on a set of LAS files using a specified classification algorithm || |
9 | | || check_ascii_lidar.sh || bash || Checks the ASCII LiDAR files in the delivery for erroneous data || |
10 | | || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || |
11 | | || las2txt.sh || bash || Convert a directory of LAS files or a single LAS file into ascii format || |
12 | | || las_merge.sh|| bash || Merges sets of LAS files of the form ***_000.LAS, ***_001.LAS... etc. together || |
13 | | || lidar2dem.sh || bash || Generates an azgcorr-format ASCII DEM from old Optech lidar point cloud files || |
14 | | || make_lidar_delivery.sh || bash || Create a LiDAR delivery folder || |
15 | | || make_lidardem_or_intensity.sh || bash || Create a lidar dem or intensity image from ascii lidar files || |
16 | | || LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending || |
17 | | || lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering || |
18 | | || classify_las || Binary (C) || LiDAR classification || |
19 | | || lag || Binary (C) || LiDAR file viewer || |
20 | | || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || |
| 8 | || check_ascii_lidar.sh || bash || Checks the ASCII LiDAR files in the delivery for erroneous data || |
| 9 | || classify_las || Binary (C) || LiDAR classification || |
| 10 | || classify_las_files.sh || bash || Runs classify_las on a set of LAS files using a specified classification algorithm || |
| 11 | || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || |
| 12 | || lag || Binary (C) || LiDAR file viewer || |
| 13 | || las2txt.sh || bash || Convert a directory of LAS files or a single LAS file into ascii format || |
| 14 | || las_merge.sh|| bash || Merges sets of LAS files of the form ***_000.LAS, ***_001.LAS... etc. together || |
| 15 | || LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending || |
| 16 | || lidar2dem.sh || bash || Generates an azgcorr-format ASCII DEM from old Optech lidar point cloud files || |
| 17 | || lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering || |
| 18 | || make_lidar_delivery.sh || bash || Create a LiDAR delivery folder || |
| 19 | || make_lidardem_or_intensity.sh || bash || Create a lidar dem or intensity image from ascii lidar files || |
| 20 | || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || |
| 21 | |
68 | | || demheaderconvert.sh || bash || Converts dems from grass format header to az header || |
69 | | || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header || |
70 | | || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || |
71 | | || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || |
72 | | || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || |
73 | | || auto_grass_vector_tiff_conversion_driver.sh || Python || uses grass to produce tiff images of vectors || |
74 | | || az_log_cleaner || Python || Removes normal output from az logs to leave only important messages || |
75 | | || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || |
76 | | || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || |
77 | | || demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers || |
78 | | || doc2pdf.py || Python || Converts .doc or .odt files to PDF format || |
79 | | || fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames || |
80 | | || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || |
81 | | || generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators || |
82 | | || hdf_output.py || Python || Lists contents of an HDF file to the terminal || |
83 | | || hdf_to_bil || Python || converts hdf files to bil files || |
84 | | || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || |
85 | | || ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it || |
86 | | || times4grafnav.py || Python || Searches E/H headers and gets start/stop times for importing into Grafnav to show on trajectory || |
| 69 | || auto_grass_vector_tiff_conversion_driver.sh || Python || uses grass to produce tiff images of vectors || |
| 70 | || az_log_cleaner || Python || Removes normal output from az logs to leave only important messages || |
| 71 | || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || |
| 72 | || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || |
| 73 | || demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers || |
| 74 | || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header || |
| 75 | || demheaderconvert.sh || bash || Converts dems from grass format header to az header || |
| 76 | || doc2pdf.py || Python || Converts .doc or .odt files to PDF format || |
| 77 | || fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames || |
| 78 | || generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators || |
| 79 | || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || |
| 80 | || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || |
| 81 | || hdf_output.py || Python || Lists contents of an HDF file to the terminal || |
| 82 | || hdf_to_bil || Python || converts hdf files to bil files || |
| 83 | || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || |
| 84 | || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || |
| 85 | || ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it || |
| 86 | || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || |
| 87 | || teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) || |
| 88 | || times4grafnav.py || Python || Searches E/H headers and gets start/stop times for importing into Grafnav to show on trajectory || |