easy_grid
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
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Coordinate Reference Systems >
- Radar > Mapping Toolbox > Coordinate Reference Systems >
- Sciences > Geoscience > Geology >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.