Changes between Version 34 and Version 35 of scriptlist


Ignore:
Timestamp:
Aug 9, 2010, 2:56:26 PM (14 years ago)
Author:
benj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • scriptlist

    v34 v35  
    66
    77|| '''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 ||
    1011|| las2txt.sh || bash || Convert a directory of LAS files or a single LAS file into ascii format ||
    1112|| las_merge.sh|| bash || Merges sets of LAS files of the form  ***_000.LAS, ***_001.LAS... etc. together ||
    1213|| 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 ||
    1616|| LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending ||
    1717|| lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering ||
     
    2323
    2424|| '''Script''' || Language || Use ||
    25 || make_delivery_folder.sh || bash || Creates a hyperspectral delivery folder ||
    2625|| getlatlong.sh || bash || Determines lat/lon for flight from Eagle/Hawk header files ||
    2726|| gettiles.sh || bash || Determines BNG grid squares for flight from Eagle/Hawk header files ||
    2827|| 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 ||
    2929|| make_mosaic.sh || bash || Script to convert GeoTIFFs into JPGs and create a mosaic image (with vectors) ||
    3030|| bounding_box.py || Python || Get the North/South/East/West extent of a number of hdr files in bng coords ||
     
    4343|| logwriter.py || Python || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines ||
    4444|| 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) ||
    4546|| 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) ||
    4747|| slice_nav.py || Python || Cuts a chunk of an AISA nav file out into a smaller nav file ||
    4848|| specim_qsub.py || Python || Submits an ARSF project for processing through the grid engine ||
     
    6767|| demheaderconvert.sh || bash || Converts dems from grass format header to az header ||
    6868|| 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 ||
    7070|| ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) ||
    7171|| 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 ||
    7374|| binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) ||
    7475|| 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 ||
    7577|| doc2pdf.py || Python || Converts .doc or .odt files to PDF format ||
    7678|| fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames ||
    7779|| gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa ||
    7880|| 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 ||
    7983|| 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 ||
    8684|| ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it ||
    8785|| 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) ||
    8888
    8989'''Libraries'''