Change projection of netcdf data and convert from UTM to lat/lon
20 ビュー (過去 30 日間)
古いコメントを表示
I have a netcdf file
vardata=ncread('TL__Map1_15C_sand1__20mres_-36.265137N_174.790466','TLdata');
ncdisp('TL__Map1_15C_sand1__20mres_-36.265137N_174.790466')
Source:
X:\Matlab Scripts\TL__Map1_15C_sand1__20mres_-36.265137N_174.790466
Format:
netcdf4
Global Attributes:
description = 'TL data set TLmaps/TL__Map1_15C_sand1__20mres_-36.265137N_174.790466'
history = 'Created Fri Nov 12 09:55:31 2021'
source = 'netCDF4 python module tutorial'
Dimensions:
ilat = 280
ilon = 489
ifreq = 91
Variables:
TLdata
Size: 91x489x280
Dimensions: ifreq,ilon,ilat
Datatype: single
Attributes:
least_significant_digit = 2
units = 'dB'
H_latdata
Size: 280x1
Dimensions: ilat
Datatype: single
Attributes:
units = 'degN or m'
H_londata
Size: 489x1
Dimensions: ilon
Datatype: single
Attributes:
units = 'degE or m'
H_freqdata
Size: 91x1
Dimensions: ifreq
Datatype: single
Attributes:
units = 'Hz'
I know that the projection is WGS 1984 Mercator 41 and the lat/lon coordinates are in UTM.
I would like to be able to convert this grid to lat/lon, can anyone help?
0 件のコメント
採用された回答
その他の回答 (1 件)
Rishabh Singh
2021 年 11 月 29 日
3 件のコメント
Rishabh Singh
2021 年 11 月 30 日
Could you provide more insight on this issue of yours regarding lat/lon array of different sizes?
参考
カテゴリ
Help Center および File Exchange で NetCDF についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!