Changes between Version 44 and Version 45 of scriptlist
- Timestamp:
- Aug 10, 2010, 10:34:40 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scriptlist
v44 v45 15 15 || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || 16 16 || fugroviewer.exe || bash || Runs wine version of Fugroviewer || 17 || generate_mask.py [[BR]] generate_mask.sh || Python || Script for generating mask file for use in GRASS for old Optech LiDAR || 17 18 || get_first_return.sh || bash || Creates new ASCII lidar files with 1st returns only || 18 19 || import_ldr_txt_to_grass.sh || ASCII English text || Imports lidar .txt file into grass (run from within grass)|| … … 23 24 || leica_photo_processing || bash || Runs wine version of Leica's photo processor || 24 25 || lidar2dem.sh || bash || Generates an azgcorr-format ASCII DEM from old Optech lidar point cloud files || 25 || lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering ||26 || lidar_histogram.py [[BR]] lidar_histogram.sh || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering || 26 27 || lidar_stats.py || Python || Extracts statistics from a set of LAS files || 27 28 || make_lidar_delivery.sh || bash || Create a LiDAR delivery folder || 28 29 || make_lidardem_or_intensity.sh [[br]] make_lidardem_or_intensity.grass|| bash || Create a lidar dem or intensity image from ascii lidar files || 29 30 || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || 31 || trim_lidar.sh || bash || Cuts UTM zone number off old Optech LiDAR point cloud files || 30 32 31 33 == Hyperspectral == … … 95 97 || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || 96 98 || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || 99 || nextmapdem.sh || bash || Generates an azgcorr-style DEM from NextMap data || 97 100 || ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it || 98 101 || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || … … 123 126 If it's obsolete and been replaced by something newer / better, delete the obsoleted one. If we don't have a replacement, it may be worth keeping around but remember the cost in confusion. 124 127 128 == Symlinks == 129 130 Explanation of symlinks in ~arsf/usr/bin 131 132 || Link name || Link target || Use || 133 || configSorter || /users/rsg/arsf/usr/lib/python/site-packages/configSorter.py || Link to configSorter library (see Libraries section) - library is also executable || 134 135 125 136 == Unknown == 126 137 … … 129 140 || casefixer.py || Python || || 130 141 || combined_band_mask.py || symbolic link to `/users/rsg/arsf/code/mask_creation/combined_band_mask.py' || || 131 || configSorter || symbolic link to `/users/rsg/arsf/usr/lib/python/site-packages/configSorter.py' || ||132 142 || delivery_prep_2006.sh || bash || || 133 || generate_mask.py || Python || ||134 || generate_mask.sh || bash || ||135 143 || hdf_to_bil.py || Python || || 136 144 || kmlise_project.py || Python || || … … 142 150 || las_single_class.py || Python || || 143 151 || LASsorter.py || Python || || 144 || lidar_histogram.sh || bash || ||145 || nextmapdem.sh || bash || ||146 152 || overlay_combined_band_mask.py || symbolic link to `/users/rsg/arsf/code/mask_creation/overlay_combined_band_mask.py' || || 147 153 || photo_renamer.py || Python || || … … 151 157 || seperate_band_mask.py || symbolic link to `/users/rsg/arsf/code/mask_creation/seperate_band_mask.py' || || 152 158 || tifftagger2_exiftool.py || Python || || 153 || trim_lidar.sh || bash || ||154 155 159 156 160 Note: See also Python resources/libraries on main RSG wiki at http://rsg.pml.ac.uk/intranet/trac/wiki/Python