Search found 256 matches

by OB SeaDAS - dshea
Mon May 14, 2018 8:53 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

- install CentOS 6 "Software Development Workstation"- install cmake 3.11    The binaries from cmake.org work fine.- install a recent version of git > 2- get newer compiler$ yum install centos-release-scl $ install devtoolset-4 $ scl enable devtoolset-4 bash - get the source dire...
by OB SeaDAS - dshea
Fri May 11, 2018 2:54 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

We'll see how this plays out on CentOS 6.  Before the release we made sure everything worked on CentOS 7.

I just grabbed the latest binaries from cmake.org and installed them in my home dir.

don
by OB SeaDAS - dshea
Fri May 11, 2018 2:30 pm America/New_York
Forum: Questions/Comments
Question: file olci cal file(s) missing n a new SeaDAS 7.5
Replies: 2

file olci cal file(s) missing n a new SeaDAS 7.5

you need to install the OLCI data files

(assuming $OCSSWROOT is set properly)
$ install_ocssw.py --olcis3a

don
by OB SeaDAS - dshea
Fri May 11, 2018 2:20 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

Actually, we put precompiled VIIRS libs in ocssw/opt/lib, so you can compile and still have VIIRS functionality.  You need to use gcc-4.x since the C++ ABI changed at gcc-5.x

you need to edit ocssw/ocssw-src/CMakeLists.txt line 29

OPTION(BUILD_VIIRS_L1 "Build VIIRS L1 code" ON)
by OB SeaDAS - dshea
Fri May 11, 2018 2:11 pm America/New_York
Forum: Questions/Comments
Question: Digital Elevation Map (DEM) data set location
Replies: 6

Digital Elevation Map (DEM) data set location

yes, we had to get rid of our FTP server :cry:

I put the VIIRS DEM files on our data server, so you can grab them.  The file is 1.1GB:

https://oceandata.sci.gsfc.nasa.gov/ocssw/dem.tar.gz

The default place to install it is here:

$ cd $OCSSWROOT/share/viirs
$ tar xzf dem.tar.gz

don
by OB SeaDAS - dshea
Fri May 11, 2018 2:01 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

OK, I compiled everything...Using Virtual Machine with CentOS 7 above- grab latest cmake binaries, install and get the new cmake into your PATH- $ yum install libX11-devl.x86_64- $ cd ocssw/opt/src- $ ./BuildIt- $ cd ../../ocssw-src- $ mkdir build; cd build; cmake ..- $ make -j 20 installall works f...
by OB SeaDAS - dshea
Fri May 11, 2018 10:07 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

I made a Virtual machine for CentOS 7 last night.  Here is what I did.- Install CentOS 7    glibc version is 2.17- $ yum group install "Development Tools"    This gives me gcc 4.8.5- download https://oceandata.sci.gsfc.nasa.gov/ocssw/install_ocssw.py- $ chmod +x in...
by OB SeaDAS - dshea
Tue May 08, 2018 11:32 am America/New_York
Forum: Questions/Comments
Question: stand alone OCSSW
Replies: 5

stand alone OCSSW

you need to give install_ocssw.py the version of SeaDAS.  it should be:

--git_branch=v7.4

If you run the installer from the GUI, it takes care of all of this.

don
by OB SeaDAS - dshea
Mon May 07, 2018 3:05 pm America/New_York
Forum: Questions/Comments
Question: Rolling 32d composite
Replies: 1

Rolling 32d composite

we feed 32 days into the binner and 1 one good pixel is fine.  If you want to know how many observations went into a bin, look at the value in:

/level-3_binned_data/BinList.nobs

don
by OB SeaDAS - dshea
Mon May 07, 2018 1:11 pm America/New_York
Forum: Questions/Comments
Question: l2bin and l3mapgen issues
Replies: 4

l2bin and l3mapgen issues

Every pixel in your L2 file is invalid and flagged as HILT.  What params did you use to make the L2 file.