Quantcast
Channel: Earthdata Forum
Viewing all articles
Browse latest Browse all 1307

Home • Re: Opening downloaded .nc files

$
0
0
Hello,

Apologies if there was any confusion, but I did not mean to say that group = "parameter". I meant to say that because netCDF organizes its variables, dimensions, and attributes in hierarchical groups, you can open it using xarray if you know the specific groups/path and use 'group =' .

Example:

Code:

import xarray as xrfn = 'TEMPO_NO2_L3_V03_20240808T005451Z_S018.nc'product_dataset = xr.open_dataset(fn, group='product')
Glad you figured it out.

Thanks,
ASDC

Statistics: Posted by ASDC - cheyenne.e.land — Thu Aug 08, 2024 12:42 pm America/New_York



Viewing all articles
Browse latest Browse all 1307

Trending Articles