Search found 61 matches

by treble
Wed Jan 19, 2022 4:42 pm America/New_York
Forum: Home
Question: Where is gpt?
Replies: 1

Where is gpt?

I recently installed SeaDAS 8.1.0 and I am missing gpt.sh/gpt.command... Is it not included with this version? I used it a lot for command line processing (like Mosaic, BandMaths, etc.)...

Thanks!
by treble
Mon May 14, 2018 6:59 pm America/New_York
Forum: Home
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

I installed SeaDAS on my CentOS 7 server with glibc 2.17 as:./install_ocssw.py --install-dir=./ocssw --git-branch=v7.5 --aqua --seawifsthen removed $OCSSWROOT/opt/lib/libquadmath.so.0 as Sean suggested and it seems to be working!  So no need to compile from source!  (only tested l3mapgen a...
by treble
Thu May 10, 2018 5:20 pm America/New_York
Forum: Home
Question: SeaDAS 7.5 RedHat varients now useless?
Replies: 24

SeaDAS 7.5 RedHat varients now useless?

Looks like I am in the same boat.  I am on CentOS 7, with GLIBC 2.17....  I tried compiling from source as well.  No luck.  Stuck at Step 4 at https://seadas.gsfc.nasa.gov/build_ocssw/[...]Scanning dependencies of target H5test_FortranHavekind[  0%] Built target zip_perf_fil...
by treble
Wed Apr 04, 2018 1:03 pm America/New_York
Forum: Home
Question: the setting of seadas7.4 in Macos 10.13.3
Replies: 8

the setting of seadas7.4 in Macos 10.13.3

You have to add the following line as well after source $OCSSWROOT/OCSSW_bash.env:

export PATH=$PATH:$OCSSWROOT/bin
by treble
Fri Jan 19, 2018 2:56 pm America/New_York
Forum: Home
Question: l3mapgen feature request
Replies: 10

l3mapgen feature request

Yes, I was thinking that as well, since I compile it myself it should work... ah well.  I spent too much time on it already.  Hope future version will work on CentOS 7...On another note, it seems that the threshold option in the v7.5 version of l3mapgen is not working properly.  It de...
by treble
Thu Jan 18, 2018 2:49 pm America/New_York
Forum: Home
Question: l3mapgen feature request
Replies: 10

l3mapgen feature request

Yes, that's what I figured now... The instruction are a bit confusing.  The get_lib3_src.sh script doesn't work for example:./get_lib3_src.sh cat: .svn_lib3_branch: No such file or directorycat: .svn_lib3_revision: No such file or directorysvn: E000111: Unable to connect to a repository...
by treble
Thu Jan 18, 2018 12:08 pm America/New_York
Forum: Home
Question: l3mapgen feature request
Replies: 10

l3mapgen feature request

Ah, ok, I will try that.  That repository was listed in the README after I downloaded the source.  ./install_ocssw.py --install-dir=$HOME/ocssw --git-branch=v7.5 --srcSnippet from README file in $HOME/ocssw/build :Here are the steps needed to build using bash, cmake and make:1) Get a copy ...
by treble
Wed Jan 17, 2018 2:24 pm America/New_York
Forum: Home
Question: l3mapgen feature request
Replies: 10

l3mapgen feature request

Thanks, I was able to install it on my Mac.  And it works with the option trimNSEW = no !  Nice.But the new l3mapgen (v7.5) did not work on my server (CentOS 7).  See error message below.  I also tried to compile it after downloading the source, but got stuck on the git clone htt...
by treble
Tue Jan 16, 2018 5:09 pm America/New_York
Forum: Home
Question: l3mapgen feature request
Replies: 10

l3mapgen feature request

That is great!  I had never heard of that option.  How do you use it?  I tried putting it in my parameter file and from the command line, but it doesn't know that option...  Or do I have to recompile l3mapgen?  I tried both trimNSEW=0 and trimNSEW=false-E- clo_readString...
by treble
Tue Jan 16, 2018 2:48 pm America/New_York
Forum: Home
Question: l3mapgen feature request
Replies: 10

l3mapgen feature request

When using mosaic to reproject an image the whole output area will be covered.  With l3mapgen only the area bounded by the lat/lon constraints will we filled.  So when using stereographic projections there will parts of the image that will be blank.  The old Seadas 6 version of l3mapg...