From 6a11a9aab6aa0ad9212bd0763990842e7b456185 Mon Sep 17 00:00:00 2001 From: Rajat Shinde Date: Fri, 29 Mar 2024 09:19:47 -0500 Subject: [PATCH] Minor updates for consistency in COPC full form --- copc/lidar-las-to-copc.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copc/lidar-las-to-copc.ipynb b/copc/lidar-las-to-copc.ipynb index 3bf77c5..f68e63d 100644 --- a/copc/lidar-las-to-copc.ipynb +++ b/copc/lidar-las-to-copc.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Converting LiDAR LAS Files to Cloud Optimized Point Clouds (COPCs)" + "# Converting LiDAR LAS Files to Cloud-Optimized Point Clouds (COPCs)" ] }, { @@ -43,7 +43,7 @@ "This tutorial will explore how to-\n", "\n", "1. Read a LiDAR LAS file using PDAL in Python\n", - "2. Convert the LiDAR LAS file to Cloud Optimized Point Cloud (COPC) format\n", + "2. Convert the LiDAR LAS file to Cloud-Optimized Point Cloud (COPC) format\n", "2. Validate the generated COPC file\n", "\n", "## About the Dataset\n",