Search found 627 matches

by OB SeaDAS - xuanyang02
Wed Jun 29, 2022 12:07 pm America/New_York
Forum: Home
Question: Terra MODIS L1 failures
Replies: 4

Re: Terra MODIS L1 failures

Yes, anc_utils.py script is failing to get the attitude and ephemeris ancillary files because they are not available. It seems that the average latency for terra att/eph has increased about 100 minutes from 7-10 hours to 9-11 hours since mid June. See https://forum.earthdata.nasa.gov/viewtopic.php?p...
by OB SeaDAS - xuanyang02
Wed Jun 29, 2022 11:53 am America/New_York
Forum: Home
Question: ocssw/processing error getting ancillary data after 2022/179 00:00 Z
Replies: 10

Re: ocssw/processing error getting ancillary data after 2022/179 00:00 Z

Our team maintains anc_data_api. We are looking into the issue why the availability of att/eph for terra is delayed.

Bing
by OB SeaDAS - xuanyang02
Tue Jun 28, 2022 8:45 pm America/New_York
Forum: Home
Question: ocssw/processing error getting ancillary data after 2022/179 00:00 Z
Replies: 10

Re: ocssw/processing error getting ancillary data after 2022/179 00:00 Z

Unfortunately, anc_data_api is not returning att/eph files for your start/stop time. https://oceandata.sci.gsfc.nasa.gov/api/anc_data_api/?&m=8&s=2022-06-28T22:45:54&e=2022-06-28T22:55:50 At this moment, att/eph is not available after 2022-06-28T18:00:00 https://oceandata.sci.gsfc.nasa.g...
by OB SeaDAS - xuanyang02
Tue Jun 28, 2022 7:28 pm America/New_York
Forum: Home
Question: Processing Landsat 9 Imagery?
Replies: 4

Re: Processing Landsat 9 Imagery?

OCSSW T2022.14 and newer can process Landsat 9 L1B files, but they are test versions. Also, SeaDAS 8.2.0 does not have l2gen GUI capability on Landsat 9 L1B files.

You can install OCSSW T2022.14 or newer with --olil9 argument and do l2gen on command line.

Bing
by OB SeaDAS - xuanyang02
Tue Jun 28, 2022 4:49 pm America/New_York
Forum: Home
Question: ocssw/processing error getting ancillary data after 2022/179 00:00 Z
Replies: 10

Re: ocssw/processing error getting ancillary data after 2022/179 00:00 Z

The unavailability of att/eph files is related to an issue with a distribution server upstream from us. That issue is resolved. We did make some changes to the api "anc", which modis_atteph calls (OCSSW V2021.2). It changes the return status of modis_atteph, but it should not affect the fi...
by OB SeaDAS - xuanyang02
Tue Jun 28, 2022 11:25 am America/New_York
Forum: Home
Question: ocssw/processing error getting ancillary data after 2022/179 00:00 Z
Replies: 10

Re: ocssw/processing error getting ancillary data after 2022/179 00:00 Z

modis_atteph -m terra -v -s 2022178212351 -e 2022178232351 works now

Bing
by OB SeaDAS - xuanyang02
Tue Jun 21, 2022 1:16 pm America/New_York
Forum: Home
Question: l3bin additional
Replies: 8

Re: l3bin additional

I think you have an older version of ocssw and V2022.0 mixed in your /cwdata1/seadas8.2/ocssw/ directory because 1. The error message says your L3 BIN is an old one L3BIN 5.13 (Aug 16 2019 12:47:26) 2. In your /cwdata1/seadas8.2/ocssw directory, there is ocssw_src, which should not be there if you d...
by OB SeaDAS - xuanyang02
Tue Jun 21, 2022 12:29 pm America/New_York
Forum: Home
Question: VIIRS Rrs values in the IR
Replies: 3

Re: VIIRS Rrs values in the IR

Rrs_746 is not included in VIIRS L2 OC suite. You can download L1A and GEO here https://oceandata.sci.gsfc.nasa.gov/directdataaccess/ and generate your own L2 file with Rrs_746 by doing l2gen on VIIRS L1A + GEO, with Rrs_746 added to Selected Products on The Products Tab https://seadas.gsfc.nasa.gov...
by OB SeaDAS - xuanyang02
Tue Jun 21, 2022 11:15 am America/New_York
Forum: Home
Question: DAY 169 not enough ATT/EPH Terra MODIS data
Replies: 1

Re: DAY 169 not enough ATT/EPH Terra MODIS data

anc_data_api seems to return ATT/EPH for terra modis on Day 169 after 14:00 UTC https://oceandata.sci.gsfc.nasa.gov/api/anc_data_api/?&m=8&s=2022-06-18T14:00:01&e=2022-06-18T14:05:01 modis_atteph behaves normal too -- $ modis_atteph -s 2022169140000 -m terra Running debug binaries... /Us...
by OB SeaDAS - xuanyang02
Thu Jun 16, 2022 2:00 pm America/New_York
Forum: Home
Question: “msis2a_gas_transmittance.nc” is missing for OCSSW
Replies: 5

Re: “msis2a_gas_transmittance.nc” is missing for OCSSW

I replicated the error with R2022.5. We'll look into the issue.

On the other side, I did

Code: Select all

l2gen ifile=S2A_MSIL1C_20210726T030551_N0301_R075_T49QBD_20210726T054313.SAFE/manifest.safe ofile=test.nc
with V2022.0 with no problems.