Skip to content

Commit

Permalink
updated headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pbb2291 committed Feb 7, 2023
1 parent 2de2587 commit a0e1796
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"metadata": {},
"source": [
"## Preprocessing Step 1 - Compute height and export las tiles for clipping\n",
"#### PB 11/28/22\n",
"***Lidar-Notebooks***<br>\n",
"*PB*<p>\n",
"11/28/22 <p>\n",
"\n",
"Note: The \"buffer\" option in the lasHeight function can be used to clip the edges of las tiles (removing overlap between tiles). \n"
]
Expand Down
6 changes: 4 additions & 2 deletions scripts/LasFilePreprocessing/0-2-LasBBoxShapefile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"metadata": {},
"source": [
"### Make Shapefile Boundaries from las file header\n",
"##### PB 11/28/22\n",
"\n",
"***Lidar-Notebooks***<br>\n",
"*PB*<p>\n",
"11/28/22 <p>\n",
" \n",
"Useful for checking overlap of tiles in QGIS."
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# Clipping Las Files with Polygon Features\n",
"***Davies Lab Lidar Script***<br>\n",
"***Lidar-Notebooks***<br>\n",
"Peter Boucher <br>\n",
"2022/09/23 <br>\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# Computing Metrics from Clipped Las Files \n",
"***Davies Lab Lidar Script***<br>\n",
"***Lidar-Notebooks***<br>\n",
"Peter Boucher <br>\n",
"2022/09/23 <br>\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion scripts/VoxelMetrics/1-ClipLasWithPolygonsforVoxels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# Clipping Las Files with Polygon Features\n",
"***Davies Lab Lidar Script***<br>\n",
"***Lidar-Notebooks***<br>\n",
"Peter Boucher <br>\n",
"2022/11/29 <br>\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion scripts/VoxelMetrics/2-ProcessVoxelMetrics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# Voxelize Lidar Data and Compute Metrics \n",
"***Davies Lab Lidar Script***<br>\n",
"***Lidar-Notebooks***<br>\n",
"Peter Boucher <br>\n",
"2022/11/28 <br>\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"metadata": {},
"source": [
"### Outputting Grid Metrics as 2D and 3D Arrays\n",
"*PB 2022/11/29*\n",
"***Lidar-Notebooks***<br>\n",
"*PB* <p>\n",
"2022/11/29 <p>\n",
"\n",
"<p>This is the third step in 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). </p>\n",
"\n",
"Based on OutputTifsandNetCDFs_3.ipy in Structural Complexity Mpala Project\n"
"<p>This is the third step in 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). </p>\n"
]
},
{
Expand Down

0 comments on commit a0e1796

Please sign in to comment.