Read Global Topographic Data

版本 1.0.0.0 (21.5 KB) 作者: Zhigang Xu
Two Matlab functions to extract the data from two global topographic data base, ETOPO2v2 and GEOBEC.
2.6K 次下载
更新时间 2008/5/7

查看许可证

ETOPO2, GEBCO

Four Matlab functions to extract the data from two global topographic data base, ETOPO2v2 and GEOBEC.

Four Matlab functions are provided to extract the data from two global topographic data base, ETOPO2v2 and GEOBEC. Functions, read_etopo2v2g_f4_nc_v*.m, extract the data from the netcdf file
ETOPO2v2g_f4.nc which is available from http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO2/ETOPO2v2-2006/ETOPO2v2g/netCDF/. The other functions, read_GridOne_v*.m, extract the data from GridOne.grd available from http://www.bodc.ac.uk/data/online_delivery/gebco/. You need to put the downloaded files in your matlab path. You will also need a netcdf reader, developed by Paul Spencer and available from the matlab central file exchanger. For your convenience, I have included it in this package (renamed as netcdf_PaulSpencer, since I have had another netcdf function already). The outputs both functions are [LON LAT HH]. You may wish to have a quick look at the data by matlab command contour(LON(1:60:end), LAT(1:60:end), HH(1:60:end, 1:60:end)). Have fun!

引用格式

Zhigang Xu (2024). Read Global Topographic Data (https://www.mathworks.com/matlabcentral/fileexchange/19758-read-global-topographic-data), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2008a
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: NetCDF reader

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

New versions of the programs, read_GridOne_v2 and read_etopo2v2g_f4_nc_v2, are made for addressing the 180-meridian data disagreement problem and the for the computers without large RAM in reading out the one-minute global data.