How to load in NC file with '/directory/' like this before variables??
2 ビュー (過去 30 日間)
古いコメントを表示
When loading in an nc file with this info:
ncinfo(ncfile)
Filename: '/directories/A2016105124000.L2_LAC_OC.x.nc'
Name: '/'
Dimensions: [1x5 struct]
Variables: []
Attributes: [1x51 struct]
Groups: [1x5 struct]
Format: 'netcdf4'
It shows no variables. But I know the variables are hidden in 'scan_line_attributes':
ncinfo(ncfile,'/scan_line_attributes/')
Filename: '/directories/A2016105124000.L2_LAC_OC.x.nc'
Name: 'scan_line_attributes'
Dimensions: []
Variables: [1x12 struct]
Attributes: []
Groups: []
Format: 'netcdf4'
How can I load the variables in 'scan_line_attributes' using ncread?
I'm using MATLAB 2016a.
7 件のコメント
Nirav Sharda
2016 年 11 月 28 日
Can you create a sample nc file that would be helpful in identifying solutions to this issue.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で NetCDF についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!