[GRASS-SVN] r72245 - grass/trunk/vector/v.in.pdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 15 19:00:18 PST 2018
Author: wenzeslaus
Date: 2018-02-15 19:00:18 -0800 (Thu, 15 Feb 2018)
New Revision: 72245
Modified:
grass/trunk/vector/v.in.pdal/main.cpp
Log:
v.in.pdal: add header (fix r67436
Modified: grass/trunk/vector/v.in.pdal/main.cpp
===================================================================
--- grass/trunk/vector/v.in.pdal/main.cpp 2018-02-15 17:54:16 UTC (rev 72244)
+++ grass/trunk/vector/v.in.pdal/main.cpp 2018-02-16 03:00:18 UTC (rev 72245)
@@ -1,3 +1,19 @@
+/****************************************************************
+ *
+ * MODULE: v.in.pdal
+ *
+ * AUTHOR(S): Vaclav Petras
+ *
+ * PURPOSE: Import LiDAR LAS points using PDAL
+ *
+ * COPYRIGHT: (C) 2015-2016 by the GRASS Development Team
+ *
+ * This program is free software under the GNU General
+ * Public License (>=v2). Read the file COPYING that
+ * comes with GRASS for details.
+ *
+ **************************************************************/
+
#include <pdal/PointTable.hpp>
#include <pdal/PointView.hpp>
#include <pdal/StageFactory.hpp>
More information about the grass-commit
mailing list