Changes between Version 100 and Version 101 of scriptlist
- Timestamp:
- Feb 8, 2012, 12:12:57 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scriptlist
v100 v101 17 17 || generate_mask.py [[BR]] generate_mask.sh || Python || Script for generating mask file for use in GRASS for old Optech LiDAR || || 18 18 || get_first_return.sh || bash || Creates new ASCII lidar files with 1st returns only || || 19 || import_ldr_txt_to_grass.sh || ASCII English text || Imports lidar .txt file into grass (run from within grass) || ||19 || import_ldr_txt_to_grass.sh || ASCII English text || Imports lidar .txt file into grass (run from within grass) || || 20 20 || lag || Binary (C++) || LiDAR file viewer || harg + chrfi || 21 21 || las2txt.sh || bash || Convert a directory of LAS files or a single LAS file into ascii format || || 22 22 || las_hdr_pop.py || Python || Populates las files with header with information that may have been lost: min and max of x,y,z and number of points by return || knpa || 23 || las_merge.sh || bash || Merges sets of LAS files of the form ***_000.LAS, ***_001.LAS... etc. together || ||23 || las_merge.sh || bash || Merges sets of LAS files of the form ***_000.LAS, ***_001.LAS... etc. together || || 24 24 || las_sampler.py || Python || Samples a LAS file at a specified interval and creates an output LAS file of these points || knpa || 25 25 || las_single_class.py || Python || Classifies all points as a user defined number (quite slow) || knpa || … … 30 30 || lidar_stats.py || Python || Extracts statistics from a set of LAS files || || 31 31 || make_lidar_delivery.sh || bash || Create a LiDAR delivery folder || || 32 || make_lidardem_or_intensity.sh [[br]] make_lidardem_or_intensity.grass || bash || Create a lidar dem or intensity image from ascii lidar files || ||32 || make_lidardem_or_intensity.sh [[br]] make_lidardem_or_intensity.grass || bash || Create a lidar dem or intensity image from ascii lidar files || || 33 33 || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || knpa || 34 34 || sol_reader.py || Python || Sol reading library || chrfi || … … 66 66 || gettiles.sh || bash || Determines BNG grid squares for flight from Eagle/Hawk header files || benj || 67 67 || hdr_fps_check.py || Python || Checks if a Specim file has a mismatch between recorded and actual frame rate (Hawk problem) || || 68 || igm2map.sh [[br]] igm2map.pro || bash || Script to use IGM files to generate a GLT file and map level 1 data || ||68 || igm2map.sh [[br]] igm2map.pro || bash || Script to use IGM files to generate a GLT file and map level 1 data || || 69 69 || interleave_convert.py || Python || Convert interleave of a 3D file between BIL/BSQ || || 70 70 || logwriter.py || Python || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || benj || 71 71 || make_delivery_folder.sh || bash || Creates a hyperspectral delivery folder || || 72 || make_mosaic.sh [[br]] make_mosaic.grass || bash || Script to convert GeoTIFFs into JPGs and create a mosaic image (with vectors) || ||72 || make_mosaic.sh [[br]] make_mosaic.grass || bash || Script to convert GeoTIFFs into JPGs and create a mosaic image (with vectors) || || 73 73 || match_dark_frames.py || Python || Checks which of a selection of Eagle/Hawk header files have compatible binning, framerate and integration time settings || benj || 74 74 || mergeCFSync.py || Python || Merges a .cfg and a .sync (eagle/hawk line sct offsets) || || … … 103 103 || asterdem.sh || Bash || Creates a ASTER DEM for use with aplcorr || knpa || 104 104 || atcor || bash || Runs ATCOR-4 || || 105 || auto_grass_vector_tiff_conversion_driver.sh [[br]] auto_grass_vector_tiff_conversion_control_script.grass || Python || uses grass to produce tiff images of vectors || ||105 || auto_grass_vector_tiff_conversion_driver.sh [[br]] auto_grass_vector_tiff_conversion_control_script.grass || Python || uses grass to produce tiff images of vectors || || 106 106 || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || || 107 107 || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || ||