Skip to content

Commit

Permalink
Add notebook for LAS to COPC Conversion (#109)
Browse files Browse the repository at this point in the history
* Add notebook for LAS to COPC Conversion

* Adding cli based access info

* Addressing review comments

* update navigation link for COPC notebook

* Minor updates for consistency in COPC full form

* Update environment file

* update pdal reader for copc

* update copc:true check for validation
  • Loading branch information
omshinde authored Apr 2, 2024
1 parent a61dcf5 commit 5dde17d
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 0 deletions.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ website:
- section: Cloud-Optimized Point Clouds (COPC)
contents:
- copc/index.qmd
- copc/lidar-las-to-copc.ipynb
- section: GeoParquet
contents:
- geoparquet/index.qmd
Expand Down
12 changes: 12 additions & 0 deletions copc/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: coguide-copc
channels:
- conda-forge
dependencies:
- python=3.11
- earthaccess
- ipykernel
- jupyterlab
- matplotlib
- libgdal>=3.5
- python-pdal=3.3.0
- pdal=2.6.3
Loading

0 comments on commit 5dde17d

Please sign in to comment.