points2grid

所属分类:Windows编程
开发工具:Visual C++
文件大小:239KB
下载次数:12
上传日期:2017-09-01 10:28:04
上 传 者fixit
说明:  points2grid是一个强大的和可扩展的工具网格LIDAR点云数据生成数字高程模型(DEM)。points2grid采用局部网格法用一个定义在基于用户提供的搜索半径,每个细胞邻域计算网格细胞升高。
(Points2Grid is a robust and scalable tool for gridding LIDAR point cloud data to generate Digital Elevation Models (DEM). Points2Grid uses a local gridding method to compute grid cell elevation using a neighborhood defined around each cell based on a search radius provided by the user.)

文件列表:
CoreInterp.h (2434, 2014-04-23)
Global.h (2280, 2014-04-23)
GridFile.cpp (3833, 2014-04-23)
GridFile.h (2344, 2014-04-23)
GridMap.cpp (3377, 2014-04-23)
GridMap.h (2820, 2014-04-23)
GridPoint.h (2110, 2014-04-23)
INSTALL (1433, 2014-04-23)
InCoreInterp.cpp (17142, 2014-04-23)
InCoreInterp.h (3096, 2014-04-23)
Interpolation.cpp (12525, 2014-04-23)
Interpolation.h (3193, 2014-04-23)
LICENSE (1710, 2014-04-23)
Makefile (842, 2014-04-23)
OutCoreInterp.cpp (36469, 2014-04-23)
OutCoreInterp.h (3818, 2014-04-23)
RELEASE_NOTES (1550, 2014-04-23)
docs (0, 2014-04-23)
docs\DEM_Generation_SW_Design.pdf (25871, 2014-04-23)
docs\Out of Core implementation.doc (109056, 2014-04-23)
interp (362374, 2014-04-23)
main.cpp (11544, 2014-04-23)

Points2Grid ------------ Proven through thousands of jobs run via the OpenTopography Facility (http://www.opentopography.org), Points2Grid is a robust and scalable tool that generates Digital Elevation Models (DEM) using a local gridding method. The local gridding algorithm computes grid cell elevation using a circular neighbourhood defined around each grid cell based on a radius provided by the user. This neighbourhood is referred to as a bin, while the grid cell is referred to as a DEM node. Up to four values — minimum, maximum, mean, or inverse distance weighted (IDW) mean — are computed for points that fall within the bin. These values are then assigned to the corresponding DEM node and used to represent the elevation variation over the neighbourhood represented by the bin. If no points are found within a given bin, the DEM node receives a value of null. The Points2Grid service also provides a null filing option, which applies an inverse distance weighted focal mean via a square moving window of 3, 5, or 7 pixels to fill cells in the DEM that have null values. The local gridding approach employed by Points2Grid is most effective in situations where LIDAR shot densities exceed the resolution of the grid to be produced from these data. Please direct all feedback to info@opentopography.org INSTALLATION ------------ Please read the INSTALL file for details on the installation process. USE --- If your pre-requisites (curl and liblas) are installed on non-standard location, please set your LD_LIBRARY_PATH accordingly. To run complete usage information, please type "points2grid" from the command-line. The command-line options are as follows: % ./interp [-i | -l ] -o [--input_format=ascii|las] [--all] [--min] [--max] [--mean] [--idw] [--den] [--fill|--fill_window_size=] [-r ] [--output_format=all|arc|grid] [--resolution=|--resolution-x=|--resolution-y=] 1. -i | -l : - must be unzipped plain text file 2. -o : - without extension, i.e. if you want the output file to be test.asc, this parameter shoud be "test" 3. Output Type: --min: the Zmin values are stored --max: the Zmax values are stored --mean: the Zmean values are stored --idw: the Zidw values are stored --den: the density values are stored --all (default): all the values are stored 4. -r - specifies the search radius. The default value is square root 2 of horizontal distance in a grid cell 5. --input_format: - 'ascii' expects input point cloud in ASCII format (default) - 'las' expects input point cloud in LAS format 6. --output_format: - 'all' generates every possible format, - 'arc' for ArcGIS format, - 'grid' for Ascii GRID format, - the default value is --all 7. Resolution - --resolution=: The resolution is set to the specified value. Use square grids. - --resolution-x= --resolution-y=: Each parameter specifies each side of grid cells. - If not specified, default values (6ft) are used. 8. Null Filling --fill: fills nulls in the DEM. Default window size is 3. --fill_window_size=: The fill window is set to value. Permissible values are 3, 5 and 7.

近期下载者

相关文件


收藏者