Skip to content

Commit 891a4c5

Browse files
authored
LiDAR point cloud to grid surface tutorial (#5)
Tutorial showcasing LiDAR data processing pipeline over Wellington, New Zealand. Doing data loading using laspy, pre-processing with `blockmedian`, gridding with `surface`, and plotting in 2D with `grdimage` and in 3D using `grdview`. * Add LiDAR tutorial to table of contents * Remove type hints and just show dataframe output * Minor tweaks to notebook code * Clear jupyter notebook cells and delete .py script * Gitignore NetCDF files
1 parent 6b1e785 commit 891a4c5

File tree

3 files changed

+721
-0
lines changed

3 files changed

+721
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Data files
2+
*.laz
3+
*.nc
4+
*.png
5+
*.tif
6+
17
# Jupyter Book
28
/book/_build/
39

book/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ parts:
1212
chapters:
1313
- file: first-figure
1414
- file: ecosystem
15+
- file: lidar_to_surface

0 commit comments

Comments
 (0)