Search found 33 matches

by gbourdin
Mon Jul 10, 2023 5:54 pm America/New_York
Forum: Questions/Comments
Question: NOAA21 JPSS2 processing L1A to L2
Replies: 6

Re: NOAA21 JPSS2 processing L1A to L2

I have updated OCSSW to 2023.2 and modified the two first lines of the instrument_defaults.par as you suggested but I get the exact same error. Here one example of the full command I send in python: subprocess.CalledProcessError: Command '['/home/gbourdin/ocssw/bin/ocssw_runner', '--ocsswroot', '/ho...
by gbourdin
Mon Jul 10, 2023 10:49 am America/New_York
Forum: Questions/Comments
Question: NOAA21 JPSS2 processing L1A to L2
Replies: 6

Re: NOAA21 JPSS2 processing L1A to L2

I have tried to process ~100 images from last month all located in the Indian Ocean and all of them had a corresponding GEO file provided.

I am not using the SeaDAS GUI, I only work from command lines on linux and I have updated OCSSW to the tag V2022.3.
Best,
Guillaume
by gbourdin
Mon Jul 10, 2023 10:17 am America/New_York
Forum: Questions/Comments
Question: NOAA21 JPSS2 processing L1A to L2
Replies: 6

NOAA21 JPSS2 processing L1A to L2

Hello, I am trying to process VIIRS JPSS2 from L1A to L2 but I am getting this error: /home/dshea/focs/oel_util/libpiutils/productInfo.cpp Line 948: need a default chlorophyll algorithm for this sensor Anyone knows how to fix this? Best, Guillaume I am asking the following products in l2gen: 0 rhot_...
by gbourdin
Mon Mar 27, 2023 9:01 am America/New_York
Forum: Questions/Comments
Question: getanc socket.timeout
Replies: 5

Re: getanc socket.timeout

Hi,
I am having the same error when I query ancillary data for several satellites scenes simultaneously with several instances running in parallel but I never had any problem when I request ancillary data for one scene at a time.
Best,
Guillaume
by gbourdin
Tue Jan 10, 2023 10:00 am America/New_York
Forum: Questions/Comments
Question: availability of MODIS (Aqua & Terra) level 1A data
Replies: 4

Re: availability of MODIS (Aqua & Terra) level 1A data

Excellent thank you for letting me know.
Best,
Guillaume
by gbourdin
Thu Jan 05, 2023 10:25 pm America/New_York
Forum: Questions/Comments
Question: availability of MODIS (Aqua & Terra) level 1A data
Replies: 4

Re: availability of MODIS (Aqua & Terra) level 1A data

Perfect, thank you.
Guillaume
by gbourdin
Thu Jan 05, 2023 6:04 am America/New_York
Forum: Questions/Comments
Question: availability of MODIS (Aqua & Terra) level 1A data
Replies: 4

availability of MODIS (Aqua & Terra) level 1A data

Hello, I was looking for MODIS (Aqua & Terra) level 1A data on the CMR but it seems this data started to be archived on the CMR after 2020. I am interested in older data and was using the level 1&2 browser until now (although it is not really designed to query data like the CMR is), but it's...
by gbourdin
Wed May 04, 2022 9:31 am America/New_York
Forum: Questions/Comments
Question: Custom ancillary tree and db
Replies: 1

Custom ancillary tree and db

Hello, I am defining a custom ancillary directory tree and a custom datebase name. It works perfectly for most satellites because the name of the input file is actually the name of the image. It doesn't work for OLCI and MSI because getanc assumes the name of the *.anc text file from the name of the...
by gbourdin
Tue Mar 01, 2022 5:27 pm America/New_York
Forum: Questions/Comments
Question: modis_GEO cannot detect platform short name
Replies: 6

Re: modis_GEO cannot detect platform short name

I was aware.
It might be possible the maintenance could cause the problem to happen in the first place, although it would mean the products were modified or the downloads were affected, but I don't see how the maintenance would make my process suddenly work again if I didn't re-download any images.
by gbourdin
Tue Mar 01, 2022 5:08 pm America/New_York
Forum: Questions/Comments
Question: modis_GEO cannot detect platform short name
Replies: 6

Re: modis_GEO cannot detect platform short name

ASSOCIATEDPLATFORMSHORTNAME seems to be in the metadata: OBJECT = ASSOCIATEDPLATFORMSHORTNAME\n CLASS = \"1\"\n NUM_VAL = 1\n VALUE = \"Aqua\"\n END_OBJECT = ASSOCIATEDPLATFORMSHORTNAME\n\n News since this morning, after restarting my processing code several times this morning it...