Display data in form of f(x,y) as map and convert to matrix

Display topography, potential field data (gravity, magnetic,...) or any data in the form of f(x,y) as a map and convert it to 2D matrix
520 Downloads
Updated 28 Feb 2020

View License

DATAMAP v2.0 can do two jobs:
1) display datasets in the form of f(x,y)(for each (x,y) position
a specific property was measured) by five popular plots as a map.
2) Datasets in the form of f(x,y) contains [x,y,f(x,y)];
DATAMAP converts it to the 2D matrix WITHOUT or WITH applying
interpolation. Users can adjust the value of areas without data in
the matrix ( e.g., 0, NaN, Inf, etc.)
The following datasets can be displayed or converted by DATAMAP:

- Topography data
- Potential field data such as gravity, magnetic, etc.
- Cross-section data such as velocity profiles, geoelectric profiles

IF YOU USE THIS PROGRAM IN YOUR RESEARCH, PLEASE CITE THE FOLLOWING PAPER

POTENTIAL FIELD DATA PROCESSING USING THE REDUNDANT LIFTING SCHEME
A. Aghayan, P. Jaiswal, E. Atekwana, SEG Technical Program Expanded
Abstracts 2017, https://doi.org/10.1190/segam2017-17792006.1

** Please share your suggestions and idea for improving DATAMAP
through aghayan@okstate.edu or afshin.aghayan@gmail.com

Version 1.0 (Fall 2019) DATAMAP v1.0 is written and tested in MATLAB R2013a.

Version 2.0 (Winter 2020) the following changes are applied:
1) In this version, the program is optimized, and it is faster
than the v1.1.
2) Also added the following options for handling big dataset
2-1) 'gridInterval' can upsample or downsample data
NOTICE: This version doesn't apply the anti-aliasing filter
in downsampling.
2-2) 'MaxSize' is a pre-defined maximum allowed matrix (map)
size. For the map, bigger than this value, the program
automatically finds the grid size that the map size become
smaller than MaxSize value (look at Inputs' help)

Afshin Aghayan
afshin.aghayan@gmail.com
405-334-7184

Cite As

Aghayan, Afshin, et al. “Potential Field Data Processing Using the Redundant Lifting Scheme.” SEG Technical Program Expanded Abstracts 2017, Society of Exploration Geophysicists, 2017, doi:10.1190/segam2017-17792006.1.

View more styles
MATLAB Release Compatibility
Created with R2013a
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!
Version Published Release Notes
2.0

Version 2.0 (Winter 2020) the following changes are applied:1) the program is optimized, and it is faster than the v1.0. 2) Added the new options for handling big dataset ('gridInterval', and 'MaxSize')

1.0.0