Mapgen return error 110

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
c_rojas
Posts: 4
Joined: Thu Oct 07, 2021 11:51 pm America/New_York
Answers: 0

Mapgen return error 110

by c_rojas » Fri Aug 15, 2025 4:52 pm America/New_York

Hi,

I'm trying to learn how to generate true color images using Modis imagery. So far I have no problems with some files, but with others mapgen keeps failing. I'm interested in understand why fails for some files and not for others. Whether is something that I'm doing wrong or is a problem with the files, or my local configuration.

With the following file, fails for example:
http://oceandata.sci.gsfc.nasa.gov/getfile/A2023235064000.L1A_LAC.bz2

What I do is:
1. I use modis_GEO
modis_GEO File*.L1A_LAC
2. Then modis_L1B
modis_L1B File*L1A_LAC File*GEO.hdf
3. Finally, mapgen
mappgen --ifile File*.L1B.hdf --geofile File*.GEO.hdf --use_rgb

With the previous file, mapgen generate the following log file:
-ERROR- 2025-08-15 16:44:22,855 - Exiting: /SeaDAS/ocssw/bin/l2bin flaguse=ATMFAIL,BOWTIEDEL ifile=mapgen_l2gen_list.txt ofile=mapgen_tmp.l2bin.nc area_weighting=1 prodtype=regional resolution=1 returned a status 110

As I said before, for some files this works but not for all of them. Any advice on what the problem could be?

I'm using SeaDas 9.2.0 with OCSSW (2025.1) on Debian 12.

Thanks!

Filters:

OB ODPS - towens
Subject Matter Expert
Subject Matter Expert
Posts: 465
Joined: Fri Feb 05, 2021 9:17 am America/New_York
Answers: 0
Has endorsed: 1 time
Endorsed: 10 times

Re: Mapgen return error 110

by OB ODPS - towens » Sat Aug 16, 2025 8:54 am America/New_York

Status 110 is typically returned when there is no data to process.

A2023235064000.L1A_LAC is a night granule so the visible bands are not available

Tommy

c_rojas
Posts: 4
Joined: Thu Oct 07, 2021 11:51 pm America/New_York
Answers: 0

Re: Mapgen return error 110

by c_rojas » Sun Aug 17, 2025 9:00 pm America/New_York

Thanks for the quick reply.

Post Reply