Search found 15 matches
- Thu Oct 09, 2025 2:01 pm America/New_York
- Forum: Home
- Question: PACE OCI level-2 AOP wavelength_3d variable missing
- Replies: 4
Re: PACE OCI level-2 AOP wavelength_3d variable missing
Thanks for checking! I sent a message to the ncdf4 author.
- Wed Oct 08, 2025 5:14 pm America/New_York
- Forum: Home
- Question: PACE OCI level-2 AOP wavelength_3d variable missing
- Replies: 4
Re: PACE OCI level-2 AOP wavelength_3d variable missing
That works! But I don't understand why... I typically use R but this is the result with similar code: > library(ncdf4) > nc = nc_open('../../PACE_OCI.20250101T000242.L2.OC_AOP.V3_0.nc') > ncvar_get(nc, 'sensor_band_parameters/wavelength_3d') [1] "vobjtovarid4: error #F: I could not find the req...
- Wed Oct 08, 2025 4:26 pm America/New_York
- Forum: Home
- Question: PACE OCI level-2 AOP wavelength_3d variable missing
- Replies: 4
PACE OCI level-2 AOP wavelength_3d variable missing
Hi everyone, I'm trying to figure out which wavelengths are used in the Rrs array in PACE OCI level-2 AOP files that I downloaded, which don't have the sensor_band_parameters/wavelength_3d variable mentioned in all the documentation and other posts on this forum. The sample netCDF file at https://oc...
- Wed Dec 21, 2022 7:49 am America/New_York
- Forum: Home
- Question: Level-3 binned data on ERRDAP
- Replies: 2
Level-3 binned data on ERRDAP
Hi everyone, I have daily netCDFs containing a regionally-tuned version of OCx chlorophyll for the Northwest Atlantic, and have kept them in the 4km-resolution level-3 binned spatial format of the L3b Rrs data from NASA OBPG that was used to model them. I've been in touch with CIOOS Atlantic to try ...
- Fri Dec 09, 2022 7:52 am America/New_York
- Forum: Home
- Question: When are NRT files replaced?
- Replies: 4
Re: When are NRT files replaced?
Thanks for clearing that up! I'll set up some subscriptions, that sounds like the best route.
- Wed Dec 07, 2022 12:02 pm America/New_York
- Forum: Home
- Question: When are NRT files replaced?
- Replies: 4
Re: When are NRT files replaced?
Thanks! Is this different from the way it worked in the old filenaming system, or were the files from the previous day NRT but not labelled in the filename? Do subscriptions for new MODIS/VIIRS/OLCI data include only the final processed data, or NRT, or both? I'm thinking that option might be easier...
- Tue Dec 06, 2022 9:39 am America/New_York
- Forum: Home
- Question: When are NRT files replaced?
- Replies: 4
When are NRT files replaced?
Apologies if this has been addressed somewhere, but is there a schedule for the replacement of NRT files for MODIS, VIIRS, and OLCI (L2 OC and L3b CHL/PAR/RRS/SST)? With the R2018 reprocessing I downloaded files when they were made available and (maybe incorrectly?) assumed they were the final quali...
- Mon Jul 04, 2022 8:10 am America/New_York
- Forum: Home
- Question: VIIRS striping and M1/M2 band comparisons to MODIS
- Replies: 2
Re: VIIRS striping and M1/M2 band comparisons to MODIS
Hi Sean,
That's excellent news! Thanks for clearing that up. I'll check it out again after the reprocessing.
-Stephanie
That's excellent news! Thanks for clearing that up. I'll check it out again after the reprocessing.
-Stephanie
- Thu Jun 30, 2022 1:33 pm America/New_York
- Forum: Home
- Question: VIIRS striping and M1/M2 band comparisons to MODIS
- Replies: 2
VIIRS striping and M1/M2 band comparisons to MODIS
Hi everyone, I'm comparing the VIIRS-SNPP times series to MODIS-Aqua and noticing an increase of striping in recent years (~2017-present). It's less noticeable in OCx chlorophyll-a, but very obvious in GSM (screenshot of 8day log10 chlorophyll images using the GSM_GS algorithm from Clay et al 2019, ...
- Thu Dec 02, 2021 11:01 am America/New_York
- Forum: Home
- Question: Satellite PAR formula and Gregg-Carder light model
- Replies: 3
Re: Satellite PAR formula and Gregg-Carder light model
Thanks Sean! I think my main confusion is the value that the satellite planar radiance represents, since I want to make sure I end up with the equivalent value modelled from Gregg-Carder. I was mixing up steps of integrating vs averaging and converting between energy and number of photons per waveba...