Search found 1 match
- Fri May 31, 2024 6:19 am America/New_York
- Forum: Home
- Question: PACE L2 OCI wavelength bands
- Replies: 2
Re: PACE L2 OCI wavelength bands
Hi Lucas, I have been looking for the same information and we found this solution (in python): from xcube.core.store import new_data_store local = new_data_store("file", root=<folder with PACE L2 data>) wl_ = local.open_data(<filename>, group = 'sensor_band_parameters') wl = wl_.wavelength...