5 | | ''Shell'' |
6 | | |
7 | | make_lidar_delivery.sh -- Create a hyperspectral delivery folder[[BR]] |
8 | | make_lidardem_or_intensity.sh -- Create a lidar dem or intensity image from ascii lidar files[[BR]] |
9 | | las2txt.sh -- Convert a lasfile into ascii format |
10 | | |
11 | | ''Python'' |
12 | | |
13 | | create_lidar_readme.py -- Creates a Readme for lidar deliveries |
14 | | |
15 | | ''Binaries'' |
16 | | |
17 | | pt_cloud_filter -- Removes points of a specified classification from ascii lidar point cloud |
| 5 | || '''Script''' || Language || Use || |
| 6 | || make_lidar_delivery.sh || bash || Create a hyperspectral delivery folder || |
| 7 | || make_lidardem_or_intensity.sh || bash || Create a lidar dem or intensity image from ascii lidar files || |
| 8 | || las2txt.sh || bash || Convert a lasfile into ascii format || |
| 9 | || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || |
| 10 | || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || |
21 | | ''Shell'' |
22 | | |
23 | | make_delivery_folder.sh -- Creates a hyperspectral delivery folder |
24 | | |
25 | | ''Python'' |
26 | | |
27 | | bounding_box.py -- Get the North/South/East/West extent of a number of hdr files in bng coords[[BR]] |
28 | | create_readme.py -- Create a Readme for Hyperspectral deliveries |
29 | | |
30 | | ''Binaries'' |
31 | | |
32 | | nav2txt |
| 14 | || '''Script''' || Language || Use || |
| 15 | || make_delivery_folder.sh || bash || Creates a hyperspectral delivery folder || |
| 16 | || bounding_box.py || Python || Get the North/South/East/West extent of a number of hdr files in bng coords || |
| 17 | || create_readme.py || Create a Readme for Hyperspectral deliveries || |
| 18 | || nav2txt || Binary (C) || Output contents of an AISA nav file to an ASCII text file || |