easy_grid

Easily create a uniformly spaced bathymetric or topographic grid from point cloud data.
ダウンロード: 958
更新 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