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:Glad you figured it out.
Thanks,
ASDC
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')
Thanks,
ASDC
Statistics: Posted by ASDC - cheyenne.e.land — Thu Aug 08, 2024 12:42 pm America/New_York