Search found 269 matches

by OB SeaDAS - dshea
Mon Dec 02, 2019 12:17 pm America/New_York
Forum: Home
Question: Error GOCI l2bin on SeaDAS or python
Replies: 5

Error GOCI l2bin on SeaDAS or python

Did you install the GOCI data files?
Does directory

/Applications/seadas-7.5.3/ocssw/share/goci

exist?

don
by OB SeaDAS - dshea
Tue Nov 26, 2019 10:26 am America/New_York
Forum: Home
Question: Parameter files for MSI/S2A & S2B
Replies: 3

Parameter files for MSI/S2A & S2B

also, you probably have a new directory that you do not want

$HOME/ocssw

don
by OB SeaDAS - dshea
Tue Nov 26, 2019 10:23 am America/New_York
Forum: Home
Question: Parameter files for MSI/S2A & S2B
Replies: 3

Parameter files for MSI/S2A & S2B

If the install_ocssw command did not install a msi directory in /Users/tim/seadas-7.5.1/ocssw/share then you probably did not initialize your environment for OCSSW.  Try this and get back to us.cd  /Users/tim/seadas-7.5.1/ocsswexport OCSSWROOT=/Users/tim/seadas-7.5.1/ocsswsource OCSSW_bash...
by OB SeaDAS - dshea
Fri Nov 01, 2019 2:01 pm America/New_York
Forum: Home
Question: A Small Glitch In SeaDAS Installation
Replies: 1

A Small Glitch In SeaDAS Installation

That is kind of a vestigial script that was never added to the install4j installer process.  We will see if we can update it or simplify it in newer SeaDAS releases.

don
by OB SeaDAS - dshea
Thu Oct 31, 2019 11:31 am America/New_York
Forum: Home
Question: facing problem while build and make install OCSSW
Replies: 1

facing problem while build and make install OCSSW

You need to do step 7 on this page to get the precompiled VIIRS libs which we can not distribute the source code for.

https://seadas.gsfc.nasa.gov/build_ocssw/

don
by OB SeaDAS - dshea
Tue Oct 08, 2019 11:10 am America/New_York
Forum: Home
Question: How to download Seadas version 6?
Replies: 1

How to download Seadas version 6?

We are working on a web page with links to all of the previous versions of SeaDAS including the old IDL ones.  This page will not be up anytime soon and since we were required by NASA to take all FTP servers offline, that is not an option either.

Sorry,
don
by OB SeaDAS - dshea
Tue Oct 08, 2019 10:59 am America/New_York
Forum: Home
Question: how to retrieve chlorophyll data from the downloaded files?
Replies: 6

how to retrieve chlorophyll data from the downloaded files?

the variables are in the group "geophysical_data", so try this:

from netCDF4 import Dataset
data = Dataset('filename.nc')
print(data.groups['geophysical_data'].variables.keys())

don
by OB SeaDAS - dshea
Fri Sep 13, 2019 8:59 am America/New_York
Forum: Home
Question: problems last update of ocssw
Replies: 8

problems last update of ocssw

The biggest problem here  is that your Linux virtual machine can not talk to the network.  Perhaps the networking is not set up properly on the virtual machine.

don
by OB SeaDAS - dshea
Tue Aug 27, 2019 11:25 am America/New_York
Forum: Home
Question: Error! Cannot find GEO file None.
Replies: 3

Error! Cannot find GEO file None.

We updated the geolocation script, but forgot to update the PCF data file the script needs.  If you update you processors using the seadas GUI, MODIS geolocation will work again. Sorry and thanks for catching and reporting this.

don
by OB SeaDAS - dshea
Fri Aug 23, 2019 11:20 am America/New_York
Forum: Home
Question: problems last update of ocssw
Replies: 8

problems last update of ocssw

We just updated the olci data and the installer script.  Grab the new installer script at:

https://oceandata.sci.gsfc.nasa.gov/ocssw/install_ocssw.py

or use the GUI to update the processors.

You can now install --olcis3a and --olcis3b.  I would suggest deleting OCSSWROOT/share/olci first.

don