Search found 711 matches

by gnwiii
Wed Jan 04, 2023 10:55 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 8.1.0 installation error
Replies: 17

Re: SeaDAS 8.1.0 installation error

The tutorial you used is outdated, see: https://github.com/seadas/seadas-toolbox/wiki/SeaDAS-8.x-Download,-Installation-and-Run-Instructions , but running installer didn't change. SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.izforge.izpack...
by gnwiii
Sun Jan 01, 2023 2:46 pm America/New_York
Forum: Questions/Comments
Question: tag=R2022.19 OCSSW SMI longitude_step differs from latitude step
Replies: 2

tag=R2022.19 OCSSW SMI longitude_step differs from latitude step

When I update the OCSSW software I like to do a "smoke test" by running the benchmark script provided by `install_ocssw`. I just installed tag R2022.19 and the benchmark script (which requires simple edits to use the new naming convention). The result has: `latitude_step = 0.02083333f, lon...
by gnwiii
Fri Dec 30, 2022 9:48 am America/New_York
Forum: Questions/Comments
Question: seadas 8.2
Replies: 3

Re: seadas 8.2

is the problem came from my laptop specs or from the seadas itself? is it because i did it in seadas 8.2 while now there's a newer version?
I see the same issue in SeaDAS 8.3 on a linux desktop, so this looks like a non-responding server.
by gnwiii
Fri Dec 30, 2022 9:40 am America/New_York
Forum: Questions/Comments
Question: SeaDAS 8.1.0 installation error
Replies: 17

Re: SeaDAS 8.1.0 installation error

What is the OS in the virtual machine? Did you try to run the installer with root privileges (e.g., linux with with su, sudo, doas, etc.) or as a regular user?
by gnwiii
Fri Nov 18, 2022 8:51 am America/New_York
Forum: Questions/Comments
Question: How to install SeaDas in Mac?
Replies: 2

Re: How to install SeaDas in Mac?

Hello, When writing in terminal: $ sh seadas_8.2.0_mac_installer.sh a message indicating that "No such file or directory" pops up. I have also tried dragging the file to terminal and it mentions "Permission denied". How can I finally install SeaDas? You will find it helpful to l...
by gnwiii
Sat Nov 05, 2022 8:53 am America/New_York
Forum: Questions/Comments
Question: Error in building the science processing software used within OBPG
Replies: 7

Re: Error in building the science processing software used within OBPG

Thank you very much. I have not found a solution to solve this problem directly. This error seems to be caused by incompatible linux version. I did not get this error after reinstalling Ubuntu 18.04, and then Built successfully. Glad you found a solution. Using the same distro as the application de...
by gnwiii
Mon Oct 31, 2022 8:52 am America/New_York
Forum: Questions/Comments
Question: Error in building the science processing software used within OBPG
Replies: 7

Re: Error in building the science processing software used within OBPG

Thank you very much. This problem has been solved by following your tips, but there is a new error: ------------------------------------------------------ /usr/bin/ld: ../../mfhdf/libsrc/.libs/libmfhdf.so: undefined reference to `xdr_enum' [...] Unknown error encountered installing hdf4 -----------...
by gnwiii
Sun Oct 30, 2022 5:20 pm America/New_York
Forum: Questions/Comments
Question: Error in building the science processing software used within OBPG
Replies: 7

Re: Error in building the science processing software used within OBPG

Thank you for your advice. Sorry for not stating my OS. I am using the latest Ubuntu 22.04 LTS version. I am a novice linux user and this problem has not been solved yet. I found that the rpc.h file exists in the folder shown, but it doesn't seem to be retrieved. $:ls /usr/include/tirpc/rpc auth_de...
by gnwiii
Sat Oct 29, 2022 11:09 am America/New_York
Forum: Questions/Comments
Question: Removing high chlor_a before binning
Replies: 4

Re: Removing high chlor_a before binning

Using a fixed upper limit doesn't handle all the implausible pixels (e.g., a cloud edge pixel value outside the plausible range for the time and location). You can apply filters on individual level-2 images to identify pixels with value well outside the range of values for neighboring pixels. You ma...
by gnwiii
Fri Oct 28, 2022 11:08 am America/New_York
Forum: Questions/Comments
Question: Where is the Variables of time in the LV3 Chlorophyll data from MODIS-aqua?
Replies: 3

Re: Where is the Variables of time in the LV3 Chlorophyll data from MODIS-aqua?

It is worth mentioning that the Climate Data Operators ( https://code.mpimet.mpg.de/projects/cdo ) allow you to add time to OBPG netcdf level-3 files and merge them into a single file in batch processing. CDO is available on Windows using Cygwin64, from anaconda.org for linux and macOS, and as packa...