From 2de25875b055ab1e9867a4a26f4ed162debab7ad Mon Sep 17 00:00:00 2001 From: Peter Brehm Boucher <29238039+pbb2291@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:08:57 -0500 Subject: [PATCH] Delete README_updated.md --- README_updated.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 README_updated.md diff --git a/README_updated.md b/README_updated.md deleted file mode 100644 index 1d31408..0000000 --- a/README_updated.md +++ /dev/null @@ -1,24 +0,0 @@ -# Lidar-Notebooks -<<<<<<< HEAD -A series of jupyter notebook pipelines for processing highly detailed lidar point clouds (LAS or LAZ files) and deriving vegetation structure metrics. - -### Processing Pipeline Scripts and What they do: - -- LasFilePreprocessing - A couple of tools for preprocessing las/laz point clouds. - - *0-1-LasFiles_ComputeHeightClipBuffer* Computes the "HeightAboveGround" for each point using delauney triangulation of ground points. Also, removes buffer from the edge of a las tile (if specified). - - *0-2-LasBBoxShapefile* Creates shapefiles of bounding boxes of las files for context. - -- PolygonMetrics - A 2 part process for clipping las files with a set of polygons (1-ClipLasWithPolygons.ipynb) and then, drawing on las files to compute vegetation structure metrics for each polygon (2-ComputeMetricsByPolygon.ipynb). - - *1-ClipLasWithPolygons* - Clips las files using a set of polygon features, usually a large number of small plots (1-30 m). - - *2-ComputeMetricsByPolygon* - Computes and save structural metrics for each polygon feature. - -- VoxelMetrics - A 3 part process for 1) clipping las files with a set of polygons (1-ClipLasWithPolygonsforVoxels.ipynb); 2) voxeling lidar data, computing vegetation structure metrics, and outputting a pickle file (2-ProcessVoxelMetrics.ipynb); and 3) outputting the pixel and voxel grids of each metric as geotif or netcdf files for use in qgis and other software (3-OutputVoxelMetrics_Geotiff_NetCDF.ipynb). - - *1-ClipLasWithPolygonsforVoxels* - Clips las files using a set of polygon features, usually a small number of large plots (e.g. 1 ha) - - *2-ProcessVoxelMetrics* - Voxelizes each clipped las file at the desired resolution, computes metrics for each voxel, and outputs pickle files. - - *3-OutputVoxelMetrics_Geotiff_NetCDF* - Reads pickle files and outputs rasters as geotif files and voxel metrics as netcdf files for use in other GIS software. -======= -A series of jupyter notebook pipelines for processing lidar point clouds (LAS files) and deriving vegetation structure metrics. ->>>>>>> fe04a9becf025cf57a8e263dc9a912a3af6395e5