Search found 58 matches

by treble
Thu Nov 07, 2024 12:43 pm America/New_York
Forum: Home
Question: SeaDAS 9.0.1 errors on launch in RHEL 8 HPC ssh -X
Replies: 3

Re: SeaDAS 9.0.1 errors on launch in RHEL 8 HPC ssh -X

I think the error 'unable to install' indicates that it cannot write to that directory, but there might be another cause as well. The directorly permissions look good to me though. For what it is worth I use the following syntax to request an interactive bash shell on our cluster (4 cpus, 6 hours, x...
by treble
Tue Nov 05, 2024 12:59 pm America/New_York
Forum: Home
Question: Plate Carree Projection: No 'Coordinate Reference System' selected
Replies: 5

Re: Plate Carree Projection: No 'Coordinate Reference System' selected

Thanks for the tip. Very helpful. I knew they were similar, but couldn't find out how to make the exactly the same. So many different projections...

FWIW, I also tried it with Snap 9.0.0, and got the same error, so it is not a SeaDAS specific thing.
by treble
Mon Nov 04, 2024 7:50 pm America/New_York
Forum: Home
Question: Plate Carree Projection: No 'Coordinate Reference System' selected
Replies: 5

Re: Plate Carree Projection: No 'Coordinate Reference System' selected

Just a follow up, if I export the Mosaicking parameters to an xml file, the <crs> part is indeed missing for Plate Carree. See below 2 examples. First selecting Plate Carree, second selecting Geographic Lat/Lon (WGS 84). Example plate carree: <parameters> <variables> <variable> <name>sla</name> <exp...
by treble
Mon Nov 04, 2024 3:11 pm America/New_York
Forum: Home
Question: SeaDAS 9.0.1 errors on launch in RHEL 8 HPC ssh -X
Replies: 3

Re: SeaDAS 9.0.1 errors on launch in RHEL 8 HPC ssh -X

I run SeaDAS sometimes on a CentOS7 server, through ssh. I get the same CLI errors, so wouldn't worry too much about those. I don't get the pop-ups. It looks like it can't write to the auxdata directory. That is by default located at ~/.seadas9/auxdata. Mine looks like this: [server:~/.seadas9/auxda...
by treble
Fri Nov 01, 2024 1:58 pm America/New_York
Forum: Home
Question: Plate Carree Projection: No 'Coordinate Reference System' selected
Replies: 5

Plate Carree Projection: No 'Coordinate Reference System' selected

I am trying to reproject a netCDF file with Plate Carree projection, with the Mosaicking tool (so I can use the output to create a Google Earth kmz file down the road). However, when I click 'Run' I get the error "No 'Coordinate Reference System' selected". I have WGS 1984 selected as the ...
by treble
Wed Oct 23, 2024 5:26 pm America/New_York
Forum: Home
Question: The problem with running the SeaDAS gpt command.
Replies: 3

Re: The problem with running the SeaDAS gpt command.

With the linux version I always have to fix the path to java in the gpt file before it works (removing "Contents/Home/" near the end of the file). diff gpt gpt_orig 448c448 < exec "$app_home/jdk-11.0.19+7-jre/bin/java" -Dexe4j.moduleName="$prg_dir/$progname" -Djava.libr...
by treble
Wed Oct 23, 2024 5:19 pm America/New_York
Forum: Home
Question: gpt WriteImage - where did it go?
Replies: 8

Re: gpt WriteImage - where did it go?

Just installed SeaDAS 9.1.0. No WriteImage unfortunately... Guess I am the only one using it? I wonder how other people are making pretty images with custom LUTs and defining min/max values from the command line?
by treble
Wed Jul 31, 2024 5:05 pm America/New_York
Forum: Home
Question: gpt WriteImage - where did it go?
Replies: 8

Re: gpt WriteImage - where did it go?

Just installed SeaDAS 9.0.1. No WriteImage unfortunately... Thanks!
by treble
Wed Jul 31, 2024 4:38 pm America/New_York
Forum: Home
Question: OCCSW binary compatibility in Linux
Replies: 3

Re: OCCSW binary compatibility in Linux

Just saw this yesterday. Thanks for posting this. It compiled!!! (except for the tensorflow, like you). I did have to use a different version of gcc/g++/gfortran. The default on my CentOS 7 was 4.8.5, and I ended up using version 7.3.1 by installing devtoolset-7. (see for instructions: https://linux...