Search found 453 matches

by OB ODPS - towens
Fri Oct 18, 2024 8:55 am America/New_York
Forum: Home
Question: Missing MODIS-Aqua granules/orbits from 8 to 13 October
Replies: 6

Re: Missing MODIS-Aqua granules/orbits from 8 to 13 October

I can trace the problem better if you tell me how you are accessing the data and provide an example of a missing granule.

Thanks
Tommy
by OB ODPS - towens
Fri Oct 11, 2024 12:59 pm America/New_York
Forum: Home
Question: Running l2gen on OLCI through cmd line
Replies: 5

Re: Running l2gen on OLCI through cmd line

l2gen only needs the first file:
ifile=Oa01_radiance.nc
geofile=geo_coordinates.nc

It processes all from there.

Tommy
by OB ODPS - towens
Thu Oct 10, 2024 3:39 pm America/New_York
Forum: Home
Question: Running l2gen on OLCI through cmd line
Replies: 5

Re: Running l2gen on OLCI through cmd line

The Raman Correction was computed already, that output is l2gen processing the file. These are chunky L1B files that take a while to process.

Tommy
by OB ODPS - towens
Thu Oct 10, 2024 2:40 pm America/New_York
Forum: Home
Question: Running l2gen on OLCI through cmd line
Replies: 5

Re: Running l2gen on OLCI through cmd line

Try adding share to the OCDATAROOT

os.environ['OCDATAROOT'] = '/.../l2gen/ocssw/share'

and there should be an olci directory under share

Tommy
by OB ODPS - towens
Wed Oct 09, 2024 12:23 pm America/New_York
Forum: Home
Question: OB.DAAC L2_OC OLCI-Sentinel3A/B L1 source files
Replies: 7

Re: OB.DAAC L2_OC OLCI-Sentinel3A/B L1 source files

The forum software may have filtered the code attachment to prevent distribution of malicious code.
Do not run the code if you cannot verify its actions.

Tommy
by OB ODPS - towens
Tue Oct 08, 2024 12:37 pm America/New_York
Forum: Home
Question: OB.DAAC L2_OC OLCI-Sentinel3A/B L1 source files
Replies: 7

Re: OB.DAAC L2_OC OLCI-Sentinel3A/B L1 source files

The L2 file names are derived from the start time of the data in the L1B granule, which is later than the start time in L1B file name Can you add logic in your script to search forward by incrementing the L1B time by 1 sec in the expected L2 file name and check until it finds a match or reaches a li...
by OB ODPS - towens
Tue Oct 08, 2024 11:02 am America/New_York
Forum: Home
Question: MODIS geolocation processing failed
Replies: 3

Re: MODIS geolocation processing failed

There are times when the definitive ATTEPH files that get published are bad, and can't be processed.

When this happens we fall back to using the predicted ephemeris.

Which input files are you using?

Tommy
by OB ODPS - towens
Sun Oct 06, 2024 1:56 am America/New_York
Forum: Home
Question: Ocean Color direct data access broken
Replies: 2

Re: Ocean Color direct data access broken

Thanks for reporting the problem. There likely won't be a fix in place until Monday 10/7

Tommy
by OB ODPS - towens
Sun Sep 29, 2024 10:50 am America/New_York
Forum: Home
Question: Reprojection of multiple of SST4 images
Replies: 8

Re: Reprojection of multiple of SST4 images

From the usage message, mapgen is expecting --parfile PARFILE or -p PARFILE. It is not handling par=PARFILE.

Tommy