Changes between Version 34 and Version 35 of scriptlist
- Timestamp:
- Aug 9, 2010, 2:56:26 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scriptlist
v34 v35 6 6 7 7 || '''Script''' || Language || Use || 8 || make_lidar_delivery.sh || bash || Create a LiDAR delivery folder || 9 || make_lidardem_or_intensity.sh || bash || Create a lidar dem or intensity image from ascii lidar files || 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 || 10 11 || las2txt.sh || bash || Convert a directory of LAS files or a single LAS file into ascii format || 11 12 || las_merge.sh|| bash || Merges sets of LAS files of the form ***_000.LAS, ***_001.LAS... etc. together || 12 13 || lidar2dem.sh || bash || Generates an azgcorr-format ASCII DEM from old Optech lidar point cloud files || 13 || classify_las_files.sh || bash || Runs classify_las on a set of LAS files using a specified classification algorithm || 14 || check_ascii_lidar.sh || bash || Checks the ASCII LiDAR files in the delivery for erroneous data || 15 || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || 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 16 || LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending || 17 17 || lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering || … … 23 23 24 24 || '''Script''' || Language || Use || 25 || make_delivery_folder.sh || bash || Creates a hyperspectral delivery folder ||26 25 || getlatlong.sh || bash || Determines lat/lon for flight from Eagle/Hawk header files || 27 26 || gettiles.sh || bash || Determines BNG grid squares for flight from Eagle/Hawk header files || 28 27 || igm2map.sh || bash || Script to use IGM files to generate a GLT file and map level 1 data || 28 || make_delivery_folder.sh || bash || Creates a hyperspectral delivery folder || 29 29 || make_mosaic.sh || bash || Script to convert GeoTIFFs into JPGs and create a mosaic image (with vectors) || 30 30 || bounding_box.py || Python || Get the North/South/East/West extent of a number of hdr files in bng coords || … … 43 43 || logwriter.py || Python || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || 44 44 || match_dark_frames.py || Python || Checks which of a selection of Eagle/Hawk header files have compatible binning, framerate and integration time settings || 45 || mergeCFSync.py || Python || Merges a .cfg and a .sync (eagle/hawk line sct offsets) || 45 46 || process_specim_line.py || Python || Runs az suite on specified Eagle/Hawk flightline for processing || 46 || mergeCFSync.py || Python || Merges a .cfg and a .sync (eagle/hawk line sct offsets) ||47 47 || slice_nav.py || Python || Cuts a chunk of an AISA nav file out into a smaller nav file || 48 48 || specim_qsub.py || Python || Submits an ARSF project for processing through the grid engine || … … 67 67 || demheaderconvert.sh || bash || Converts dems from grass format header to az header || 68 68 || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header || 69 || demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers ||69 || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || 70 70 || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || 71 71 || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || 72 || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || 72 || auto_grass_vector_tiff_conversion_driver.sh || Python || uses grass to produce tiff images of vectors || 73 || az_log_cleaner || Python || Removes normal output from az logs to leave only important messages || 73 74 || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || 74 75 || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || 76 || demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers || 75 77 || doc2pdf.py || Python || Converts .doc or .odt files to PDF format || 76 78 || fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames || 77 79 || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || 78 80 || generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators || 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 || 79 83 || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || 80 || trmdatefinder.py || Python || Extracts date from Trimble GPS format file names ||81 || hdf_output.py || Python || Lists contents of an HDF file to the terminal ||82 || teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) ||83 || hdf_to_bil || Python || converts hdf files to bil files ||84 || auto_grass_vector_tiff_conversion_driver.sh || Python || uses grass to produce tiff images of vectors ||85 || az_log_cleaner || Python || Removes normal output from az logs to leave only important messages ||86 84 || ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it || 87 85 || times4grafnav.py || Python || Searches E/H headers and gets start/stop times for importing into Grafnav to show on trajectory || 86 || trmdatefinder.py || Python || Extracts date from Trimble GPS format file names || 87 || teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) || 88 88 89 89 '''Libraries'''