Changes between Version 123 and Version 124 of scriptlist


Ignore:
Timestamp:
Feb 9, 2012, 12:06:30 PM (12 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • scriptlist

    v123 v124  
    1515|| create_latex_lidar_readme.py || Python || Creates a LaTeX file for generating a PDF read-me for delivery || ||
    1616|| fugroviewer.exe || bash || Runs wine version of Fugroviewer || ||
     17|| getDEMbufferpy || Python || Get the buffer size around LiDAR data for use when creating a DEM for use with apl || ||
    1718|| get_first_return.sh || bash || Creates new ASCII lidar files with 1st returns only || ||
    1819|| import_ldr_txt_to_grass.sh ||  bash || Imports lidar ascii file into grass (run from within grass) || mark1 ||
     
    2526|| LASsorter || Python || sorts Las files by time, x, y, z , ascending and descending || ||
    2627|| leica_photo_processing || bash || Runs wine version of Leica's photo processor || ||
     28|| lidardem.sh || Bash || Create a DEM from LiDAR data either las of ascii format || ||
     29|| lidar_aster_dem.sh || Bash || Create a DEM from LiDAR and aster data, wrapper from lidardem.sh and asterdem.sh || ||
    2730|| lidar_stats.py || Python || Extracts statistics from a set of LAS files || emca ||
    2831|| make_lidar_delivery.sh || bash || Create a LiDAR delivery folder || ||
     
    105108|| data_arithmetic.py || Python || Performs an arithmetic operation on all of the values from two data files and writes the results to an output data file || ||
    106109|| demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers ||  ||
    107 || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header ||  ||
     110|| demhdr_az2grass.sh || bash || Converts dems from az format header to grass header ||  ||
    108111|| demheaderconvert.sh || bash || Converts dems from grass format header to az header ||  ||
    109112|| doc2pdf.py || Python || Converts .doc or .odt files to PDF format ||  ||
    110113|| !DocumentConverter.py || Python || Converts between various document formats using Open Office || ||
    111 || fastcopy_arsf_proj_dir.sh || bash || Script to make a workspace copy of a project directory (ie. avoid copying raw files, etc) || ||
    112114|| findbaseline.py || Python || Script to find the baseline value of a list of numbers containing value spikes. Intended for part of Specim cal procedure. || ||
    113115|| fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames ||  ||
     
    117119|| generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators ||  ||
    118120|| generateKMLforPI.py || Python || Generate a KML file containing Eagle, Hawk or RCD information || ||
    119 || getDEMbufferpy || Python || Get the buffer size around LiDAR data for use when creating a DEM for use with apl || ||
    120121|| GML2Shape.sh || bash || Convert GML Vector files to Shapefiles ||  ||
    121122|| gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa ||  ||
    122123|| hdf_output.py || Python || Lists contents of an HDF file to the terminal ||  ||
    123 || hdf_to_bil || Python || converts hdf files to bil files (navigation data) ||   ||
     124|| hdf_to_bil || Python || Extracts navigation data from hdf files to a bil file || chrfi/knpa  ||
    124125|| julian || CShell || Converts between julian day+year and day/month/year ||   ||
    125 || lidardem.sh || Bash || Create a DEM from LiDAR data either las of ascii format || ||
    126 || lidar_aster_dem.sh || Bash || Create a DEM from LiDAR and aster data, wrapper fro lidardem.sh and asterdem.sh || ||
    127126|| ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) ||  ||
    128127|| lsolder || bash || Like ls, but can filter list to get files/directories older than a certain time || ||
     
    130129|| make_delivery_letter_email.py || Python || Automatically produce delivery letters and emails for a PI || ||
    131130|| nextmapdem.sh || bash || Generates a DEM from !NextMap data || benj/mggr/knpa ||
    132 || projdir || bash || Automatically CDs to a project directory || ||
    133 || proj_tidy.sh || bash || Checks that a specified project conforms to the current defined structure and file name formats || ||
     131|| projdir || bash || Automatically CDs to a project directory || anch ||
     132|| proj_tidy.sh || bash || Checks that a specified project conforms to the current defined structure and file name formats || knpa ||
    134133|| spatial_average.py || Python || Averages a BIL or BSQ file in the spatial direction || ||
    135 || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory ||  ||
     134|| symlink_src_dir.sh || bash || Symlinks all files in a source directory into a target directory ||  ||
    136135|| teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) ||  ||
    137136|| times4grafnav.py || Python || Searches E/H headers and gets start/stop times for importing into Grafnav to show on trajectory ||  ||
     
    167166|| az_log_parser.py || Python || Parse output from az* programs to remove cruft - not kept up to date with newer versions and possibly too ambitious ||
    168167|| create_lidar_readme.py || Python || Creates a .txt ReadMe for lidar deliveries || ||
     168|| fastcopy_arsf_proj_dir.sh || bash || Script to make a workspace copy of a project directory (ie. avoid copying raw files, etc) || ||
    169169|| generate_mask.py [[BR]] generate_mask.sh || Python || Script for generating mask file for use in GRASS for old Optech LiDAR || ||
    170170|| generate_runscripts.py || Python || Generates AZ runscripts or config files for hyperspectral data processing || mark1/benj ||