easy_grid

버전 1.3.0.0 (212 KB) 작성자: Cameron Sparr
Easily create a uniformly spaced bathymetric or topographic grid from point cloud data.
다운로드 수: 956
업데이트 날짜: 2011/11/2

라이선스 보기

This script allows you to simply place your point cloud .xyz files into the 'indata' folder and then run the script and your output will be a uniformly spaced grid in .mat and .xyz formats.

Point cloud files DO NOT need to be uniformly spaced or provide full coverage of your domain. Point cloud files can be named ANYTHING, as long as they are in the 'indata' folder (and end in .xyz). You may also use as many point clouds as you want.

This file comes pre-loaded with two point clouds as demonstrations. If you run it without modification, it will create a grid of Palau.

% DIRECTIONS:
% 1. download the full 'easy_grid' directory
% 2. leaving all directory structures the same, place your own point clouds
% in .xyz or .mat format in the 'indata' directory
% 3. Any point clouds that you want to omit can go in the 'omit'
% directory
% 4. specify your lat/lon bounds, output resolution, and output
% name below.
% 5. run create_grid.m and watch it work!
% 6. a log file will be created in the same directory as create_grid
%
% NOTE: if using a .mat file as input, it must contain only one matrix
% and it must be in point cloud format. ie, it must be organized
% into 3 columns for x, y, and z, respectively. The name of the
% matrix in the .mat file does not matter.
%

인용 양식

Cameron Sparr (2024). easy_grid (https://www.mathworks.com/matlabcentral/fileexchange/33568-easy_grid), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

easy_grid/

버전 게시됨 릴리스 정보
1.3.0.0

code update did not go through..?

1.2.0.0

updated summary to coincide with .mat support

1.1.0.0

Added support for .mat files