From 66f5ff72227b57544989a5ce0e13602b33b06f1f Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 24 Mar 2021 13:49:01 -0400 Subject: [PATCH] pc2dem README changes --- contrib/pc2dem/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pc2dem/README.md b/contrib/pc2dem/README.md index 2bcc8115..e07dd0fc 100644 --- a/contrib/pc2dem/README.md +++ b/contrib/pc2dem/README.md @@ -1,10 +1,10 @@ # Point Cloud To DEM -Convert point clouds (LAS, LAZ, PLY, and any other format compatible with [PDAL](https://pdal.io/stages/readers.html) to GeoTIFF elevation models using ODM's open source algorithms. +Convert point clouds (LAS, LAZ, PLY, and any other format compatible with [PDAL](https://pdal.io/stages/readers.html) to GeoTIFF elevation models. ![image](https://user-images.githubusercontent.com/1951843/112354653-492a5100-8ca3-11eb-9f21-4dda4cae976f.png) -This tool includes method to perform efficient and scalable gapfill interpolation and is the same method used by ODM's processing pipeline. It is offered here as a standalone module for processing individual point clouds. +This tool includes methods to perform efficient and scalable gapfill interpolation and is the same method used by ODM's processing pipeline. It is offered here as a standalone module for processing individual point clouds. ## Usage