PACE V3 L2_AOP sensor_band_parameter group gone
Posted: Mon Jul 21, 2025 4:22 pm America/New_York
Hi All,
I used to be able to access the PACE wavelengths that corresponded to wavelength_3d for the L2_AOP PACE V3 product with either this code:
or ncdump:
But sensor_band_parameters is no longer an accessible group (), and I cannot find the wavelengths through ncdump either. Do you have any advice?
Best,
Sami
I used to be able to access the PACE wavelengths that corresponded to wavelength_3d for the L2_AOP PACE V3 product with either this code:
Code: Select all
dataset_band_pars = xr.open_dataset(paths[0], group="sensor_band_parameters")
wavelength_3d = dataset_band_pars["wavelength3d"]
Code: Select all
ncdump -v wavelength_3d PACE_OCI.20240912T171957.L2.OC_AOP.V3_0.nc
Code: Select all
Errno group not found: sensor_band_parameters
Best,
Sami