Trying to open L3 files without sucsess

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
maratus
Posts: 3
Joined: Tue Feb 07, 2017 9:39 am America/New_York
Answers: 0

Trying to open L3 files without sucsess

by maratus » Tue Feb 07, 2017 9:48 am America/New_York

Hi everyone,

I am new to SeaDAS and I am trying to open L3 file with monthly chlorophyll concentration without luck. SeaDAS makes a warning: "No appropriate reader found <path to the file>". Do I need to install something else? What could be a problem?

OS: windows10. SeaDAS 7.3.2

Best regards,
Marat

Tags:

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 259
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Been thanked: 2 times

Trying to open L3 files without sucsess

by OB SeaDAS - dshea » Tue Feb 07, 2017 10:10 am America/New_York

SeaDAS can not open L3 bin files, but can view L3 mapped files.  The command line program "l3mapgen" is used to convert a bin file into a mapped file.  Unfortunately, the command line programs only work on linux or a mac. We also have SMI (Standard Mapped Image) files on the website that you can download instead.

don

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1470
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

Trying to open L3 files without sucsess

by OB.DAAC - SeanBailey » Tue Feb 07, 2017 10:12 am America/New_York

Marat,

The L3 bin file format is not a raster format, so SeaDAS does not read it.  We have plans to make a reader for a future release (in fact we used to have one, but it was so inefficient as to make it unusable that we removed it).  You can process the bin file to a L3 map (SMI) file (or download the versions available on the OB.DAAC data distribution servers), which the SeaDAS GUI can read and display.

Regards,
Sean

maratus
Posts: 3
Joined: Tue Feb 07, 2017 9:39 am America/New_York
Answers: 0

Trying to open L3 files without sucsess

by maratus » Wed Feb 08, 2017 3:17 am America/New_York

Thanks a lot. Is there any dedicated software to extract data from L3 files?

Marat

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 259
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Been thanked: 2 times

Trying to open L3 files without sucsess

by OB SeaDAS - dshea » Wed Feb 08, 2017 8:28 am America/New_York

Yes, we distribute many command line programs with SeaDAS that work with L3 bin files.

don

OB WebDev - norman
Subject Matter Expert
Subject Matter Expert
Posts: 143
Joined: Tue Feb 09, 2021 8:19 am America/New_York
Answers: 0

Trying to open L3 files without sucsess

by OB WebDev - norman » Wed Feb 08, 2017 8:28 am America/New_York

Hi Marat,

There is the l3bindump program that is distributed as part
of the processing code.  I use this program occasionally to
read level-3 bin files into other packages such as GMT.

l3bindump 3.0.0-r12992 (May 11 2016 19:30:27)
Usage: l3bindump argument-list

  The argument-list is a set of keyword=value pairs. The arguments can
  be specified on the command line, or put into a parameter file, or the
  two methods can be used together, with command line overriding.

  return value: 0=OK, 1=error, 110=requested bin(s) not found
  file data.

  There are 3 use cases:
    1) bin_number
    2) region defined by lat, lon, and radius (in km)
    3) region defined by north, south, west, east
The list of valid keywords follows:

   -help (boolean) (alias=-h,--help) (default=false) = print usage information
   -version (boolean) (alias=--version) (default=false) = print the version
        information
   -dump_options (boolean) (alias=--dump_options) (default=false) = print
        information about each option
   -dump_options_paramfile (ofile) (alias=--dump_options_paramfile) = print
        information about each option to paramfile
   -dump_options_xmlfile (ofile) (alias=--dump_options_xmlfile) = print
        information about each option to XML file
   par (ifile) = input parameter file
   ifile (ifile) = input L1 file name
   oformat (string) (default=txt) = output file format
        txt:  plain text columnar format
    seabass:  SeaBASS format
   l3bprod (string) (default=Unspecified) = binned product to extract
   bin_number (int) (default=-1) = bin number
   north (float) (default=-999) = north boundary
   south (float) (default=-999) = south boundary
   east (float) (default=-999) = east boundary
   west (float) (default=-999) = west boundary
   lat (float) (default=-999) = latitude
   lon (float) (default=-999) = longitude
   radius (float) (default=-999) = radius in km
   verbose (boolean) (default=0) = verbose output

Norman

maratus
Posts: 3
Joined: Tue Feb 07, 2017 9:39 am America/New_York
Answers: 0

Trying to open L3 files without sucsess

by maratus » Wed Feb 08, 2017 8:58 am America/New_York

Thanks a lot for the reply, I will run virtual machine with linux and try what you have suggested. Again thanks a lot!

OB SeaDAS - dshea
Subject Matter Expert
Subject Matter Expert
Posts: 259
Joined: Thu Mar 05, 2009 10:25 am America/New_York
Answers: 0
Been thanked: 2 times

Trying to open L3 files without sucsess

by OB SeaDAS - dshea » Wed Feb 08, 2017 8:10 pm America/New_York

Once you get the VM setup follow these instructions to get the command line tools.

https://seadas.gsfc.nasa.gov/downloads/#manual-installation

don

Post Reply