[GRASS-SVN] r42319 - in grass/trunk: lib/lidar
raster/r.resamp.bspline vector vector/v.lidar.correction
vector/v.lidar.edgedetection vector/v.lidar.growing
vector/v.outlier vector/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 19 06:55:03 EDT 2010
Author: mmetz
Date: 2010-05-19 06:55:03 -0400 (Wed, 19 May 2010)
New Revision: 42319
Added:
grass/trunk/lib/lidar/README
grass/trunk/raster/r.resamp.bspline/README
grass/trunk/vector/v.lidar.correction/
grass/trunk/vector/v.lidar.correction/README
grass/trunk/vector/v.lidar.edgedetection/
grass/trunk/vector/v.lidar.edgedetection/README
grass/trunk/vector/v.lidar.growing/
grass/trunk/vector/v.lidar.growing/README
grass/trunk/vector/v.outlier/
grass/trunk/vector/v.outlier/README
grass/trunk/vector/v.surf.bspline/
grass/trunk/vector/v.surf.bspline/README
Removed:
grass/trunk/vector/lidar/
Modified:
grass/trunk/vector/Makefile
grass/trunk/vector/v.lidar.correction/Makefile
grass/trunk/vector/v.lidar.edgedetection/Makefile
grass/trunk/vector/v.lidar.growing/Makefile
grass/trunk/vector/v.outlier/Makefile
grass/trunk/vector/v.surf.bspline/Makefile
Log:
reorganizing lidar tools: move vector lidar tools to vector
Added: grass/trunk/lib/lidar/README
===================================================================
--- grass/trunk/lib/lidar/README (rev 0)
+++ grass/trunk/lib/lidar/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,19 @@
+modules currently using the lidar library are
+
+for LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+for more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+when modifying the lidar library, the above modules might need adjustment
+
+All the above modules use similar routines and are currently in sync.
+If a bug is detected in one of the modules, the bug might be
+present in the other modules as well, please check these as well
+
+MM 2010/05
Added: grass/trunk/raster/r.resamp.bspline/README
===================================================================
--- grass/trunk/raster/r.resamp.bspline/README (rev 0)
+++ grass/trunk/raster/r.resamp.bspline/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,13 @@
+part of the LiDAR tools
+
+LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+developers: please keep all LiDAR tools in sync
Modified: grass/trunk/vector/Makefile
===================================================================
--- grass/trunk/vector/Makefile 2010-05-19 10:10:45 UTC (rev 42318)
+++ grass/trunk/vector/Makefile 2010-05-19 10:55:03 UTC (rev 42319)
@@ -30,6 +30,9 @@
v.kcv \
v.kernel \
v.label \
+ v.lidar.correction \
+ v.lidar.edgedetection \
+ v.lidar.growing \
v.lrs \
v.proj \
v.mkgrid \
@@ -56,6 +59,7 @@
v.out.pov \
v.out.svg \
v.out.vtk \
+ v.outlier \
v.overlay \
v.parallel \
v.patch \
@@ -68,6 +72,7 @@
v.segment \
v.select \
v.support \
+ v.surf.bspline \
v.surf.idw \
v.surf.rst \
v.transform \
@@ -82,7 +87,6 @@
v.what \
v.what.rast\
v.vol.rst \
- lidar \
v.out.ogr \
v.in.ogr \
v.external \
Modified: grass/trunk/vector/v.lidar.correction/Makefile
===================================================================
--- grass/trunk/vector/lidar/v.lidar.correction/Makefile 2010-05-19 09:50:37 UTC (rev 42317)
+++ grass/trunk/vector/v.lidar.correction/Makefile 2010-05-19 10:55:03 UTC (rev 42319)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
PGM = v.lidar.correction
Added: grass/trunk/vector/v.lidar.correction/README
===================================================================
--- grass/trunk/vector/v.lidar.correction/README (rev 0)
+++ grass/trunk/vector/v.lidar.correction/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,13 @@
+part of the LiDAR tools
+
+LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+developers: please keep all LiDAR tools in sync
Modified: grass/trunk/vector/v.lidar.edgedetection/Makefile
===================================================================
--- grass/trunk/vector/lidar/v.lidar.edgedetection/Makefile 2010-05-19 09:50:37 UTC (rev 42317)
+++ grass/trunk/vector/v.lidar.edgedetection/Makefile 2010-05-19 10:55:03 UTC (rev 42319)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
PGM = v.lidar.edgedetection
Added: grass/trunk/vector/v.lidar.edgedetection/README
===================================================================
--- grass/trunk/vector/v.lidar.edgedetection/README (rev 0)
+++ grass/trunk/vector/v.lidar.edgedetection/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,13 @@
+part of the LiDAR tools
+
+LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+developers: please keep all LiDAR tools in sync
Modified: grass/trunk/vector/v.lidar.growing/Makefile
===================================================================
--- grass/trunk/vector/lidar/v.lidar.growing/Makefile 2010-05-19 09:50:37 UTC (rev 42317)
+++ grass/trunk/vector/v.lidar.growing/Makefile 2010-05-19 10:55:03 UTC (rev 42319)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
PGM = v.lidar.growing
Added: grass/trunk/vector/v.lidar.growing/README
===================================================================
--- grass/trunk/vector/v.lidar.growing/README (rev 0)
+++ grass/trunk/vector/v.lidar.growing/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,13 @@
+part of the LiDAR tools
+
+LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+developers: please keep all LiDAR tools in sync
Modified: grass/trunk/vector/v.outlier/Makefile
===================================================================
--- grass/trunk/vector/lidar/v.outlier/Makefile 2010-05-19 09:50:37 UTC (rev 42317)
+++ grass/trunk/vector/v.outlier/Makefile 2010-05-19 10:55:03 UTC (rev 42319)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
PGM = v.outlier
Added: grass/trunk/vector/v.outlier/README
===================================================================
--- grass/trunk/vector/v.outlier/README (rev 0)
+++ grass/trunk/vector/v.outlier/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,13 @@
+part of the LiDAR tools
+
+LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+developers: please keep all LiDAR tools in sync
Modified: grass/trunk/vector/v.surf.bspline/Makefile
===================================================================
--- grass/trunk/vector/lidar/v.surf.bspline/Makefile 2010-05-19 09:50:37 UTC (rev 42317)
+++ grass/trunk/vector/v.surf.bspline/Makefile 2010-05-19 10:55:03 UTC (rev 42319)
@@ -1,4 +1,4 @@
-MODULE_TOPDIR = ../../..
+MODULE_TOPDIR = ../..
PGM = v.surf.bspline
Added: grass/trunk/vector/v.surf.bspline/README
===================================================================
--- grass/trunk/vector/v.surf.bspline/README (rev 0)
+++ grass/trunk/vector/v.surf.bspline/README 2010-05-19 10:55:03 UTC (rev 42319)
@@ -0,0 +1,13 @@
+part of the LiDAR tools
+
+LiDAR point cloud filtering
+v.lidar.edgedetection
+v.lidar.growing
+v.lidar.correction
+
+more general purpose
+v.outlier
+v.surf.bspline
+r.resamp.bspline
+
+developers: please keep all LiDAR tools in sync
More information about the grass-commit
mailing list