easy_grid

Easily create a uniformly spaced bathymetric or topographic grid from point cloud data.
956 Downloads
Updated Wed, 02 Nov 2011 20:13:30 +0000

View License

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.
%

Cite As

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

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

easy_grid/

Version Published Release Notes
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