How do I interpolate a geolocated data grid (generalized matrix map) to produce a regular data grid (regular matrix map) using the Mapping Toolbox?

2 views (last 30 days)
I have a geolocated data grid (lat, lon, and z arrays with irregular spacing) that I would like to convert into a matrix of values having uniform cell spacing. I would like to interpolate this data into a regular data grid.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 20 Jan 2010
To interpolate a geolocated data grid (generalized matrix map) into a regular data grid (regular matrix map) with uniform spacing, use the GEOLOC2GRID function from Mapping Toolbox 2.0.
For earlier versions of the Mapping Toolbox, you can use the attached GRIDMAP function. Download the attached version of the function, and place it on the MATLAB path.

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!