Search found 42 matches

by andrew.meredith
Mon Apr 13, 2026 11:32 am America/New_York
Forum: Home
Question: Bad reprojection after running l2gen on OLCI L1B
Replies: 6

Re: Bad reprojection after running l2gen on OLCI L1B

One difference I see in the L2 from V2026.0 is that the latitude and longitude bands contains no data values whereas the L2 from V2025.5 do not.
Top row show products from V2026 and bottom row V2025.5
Top row show products from V2026 and bottom row V2025.5
by andrew.meredith
Wed Apr 08, 2026 4:44 pm America/New_York
Forum: Home
Question: Bad reprojection after running l2gen on OLCI L1B
Replies: 6

Re: Bad reprojection after running l2gen on OLCI L1B

I do not seeing any obvious problems with the L2 files when viewing in SeaDAS. The missing chunks show up after reprojecting.
by andrew.meredith
Wed Apr 08, 2026 12:53 pm America/New_York
Forum: Home
Question: Bad reprojection after running l2gen on OLCI L1B
Replies: 6

Re: Bad reprojection after running l2gen on OLCI L1B

Thanks for the response. I posted on the SeaDAS forum because the reprojected results differ depending on the l2gen version. The reprojected product generated from a L2 file created with l2gen (msl12 9.11.0-V2025.5) is fine. The reprojected product generated from a L2 file created with l2gen (msl12 ...
by andrew.meredith
Tue Mar 31, 2026 3:59 pm America/New_York
Forum: Home
Question: Bad reprojection after running l2gen on OLCI L1B
Replies: 6

Bad reprojection after running l2gen on OLCI L1B

Hi, I installed the latest OCSSW tag (v2026.0) on a linux VM with RHEL8. Reprojecting an OLCI L2 file created by l2gen using the SNAP (v12.0.1) "gpt Reproject" operator gives bad results. Output from same sequence of commands with tag v2025.5 are as expected. Also, direct "gpt Reproje...
by andrew.meredith
Fri Feb 23, 2024 11:04 am America/New_York
Forum: Home
Question: l2gen very slow when using output from l1bextract_safe_nc
Replies: 3

Re: l2gen very slow when using output from l1bextract_safe_nc

Thanks for the update. I implemented the following change in the nccopy_var function in netcdf_utils.py to set chunking when creating the output variable that fixed the problem for me: # create variable with same name, dimnames, storage format zlib = srcvar.filters().get('zlib', False) shuffle = src...
by andrew.meredith
Tue Feb 20, 2024 4:54 pm America/New_York
Forum: Home
Question: l2gen very slow when using output from l1bextract_safe_nc
Replies: 3

Re: l2gen very slow when using output from l1bextract_safe_nc

The problem seems to be related to different values being assigned to ChunkSizes in the l1bextract_safe_nc output netCDF files. Using nccopy to recreated radiance files with updated ChunkSizes gave much better l2gen performance. I see there's a "TODO: get and set chunksizes" comment in the...
by andrew.meredith
Thu Feb 15, 2024 2:19 pm America/New_York
Forum: Home
Question: l2gen very slow when using output from l1bextract_safe_nc
Replies: 3

l2gen very slow when using output from l1bextract_safe_nc

The time for l2gen to process an OLCI granule subset using l1bextract_safe_nc takes significantly longer than processing the full granule (l2gen version msl12 9.6.0-V2023.3 (Oct 4 2023 22:27:24)). I tested on both RHEL8.9 and Ubuntu 22.04 with similar results. The following example demonstrates the ...
by andrew.meredith
Tue Jan 02, 2024 10:22 am America/New_York
Forum: Home
Question: lonlat2pixline outputs incorrect pix/lin values
Replies: 2

Re: lonlat2pixline outputs incorrect pix/lin values

Thanks Sean. I will follow up with ESA.

Andrew
by andrew.meredith
Thu Dec 07, 2023 12:03 pm America/New_York
Forum: Home
Question: lonlat2pixline outputs incorrect pix/lin values
Replies: 2

lonlat2pixline outputs incorrect pix/lin values

Hi, The OCSSW program lonlat2pixline gives incorrect pixel/line values for some MERIS L1B input files. I used lonlat2pixline to first get the pixel/line values for a bounding box covering Lake Erie and then used the output to subset the MERIS L1B file to what should be Lake Erie. lonlat2pixline /dat...
by andrew.meredith
Fri Apr 01, 2022 1:05 pm America/New_York
Forum: Home
Question: modis_L1A not recognizing --output option
Replies: 1

modis_L1A not recognizing --output option

The modis_L1A script is no longer recognizing the --output option.

I'm running the T2022.7 version

Andrew