Search found 700 matches
- Tue Feb 07, 2023 1:01 pm America/New_York
- Forum: Questions/Comments
- Question: Configure Python interpreter used by SeaDAS
- Replies: 4
Re: Configure Python interpreter used by SeaDAS
I have an existing Python virtual environment that has the requests package needed by SeaDAS, but I can't find documentation on how to point SeaDAS to a different Python3 Directory. You didn't mention which of the many virtual environments you use, but just run SeaDAS from the shell prompt in a ter...
- Sun Feb 05, 2023 2:08 pm America/New_York
- Forum: Questions/Comments
- Question: Problems in updating LUTs and installing OCSSW processor
- Replies: 8
Re: Problems in updating LUTs and installing OCSSW processor
[...]The Software & System Info and post the result ->>>> Previous threads: There are a few posts on that might be helpful -- viewtopic.php?t=3183 viewtopic.php?t=2198&sid=54a11ef9c642de22a38171b607cf9aaf&start=40 -->> I went through these pages and reinstalled the python package "...
- Sun Feb 05, 2023 1:18 pm America/New_York
- Forum: Questions/Comments
- Question: Problems in updating LUTs and installing OCSSW processor
- Replies: 8
Re: Problems in updating LUTs and installing OCSSW processor
If you have another copy of python3 in /usr/local/bin/, it might be easier to point SeaDAS to use that copy of python3 by adding this line export PATH="/usr/local/bin/python3:$PATH" to your bash file. `PATH` entries should be directories, so I think you meant export PATH="/usr/local/...
- Thu Jan 26, 2023 4:09 pm America/New_York
- Forum: Questions/Comments
- Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
- Replies: 11
Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Searching the net, I found a python library called Pyresample, which seems to do the same as l2mapgen. Do you know this python library? do you know if there is any significant difference? From the description, I don't see that it attempts to deal with the variable pixel footprint issue that overwei...
- Fri Jan 20, 2023 7:42 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.1.0 installation error
- Replies: 16
Re: SeaDAS 8.1.0 installation error
There is no “SeaDAS terminal”. Do you mean that you want to run OCSSW programs in a terminal? Have you installed the OCSSW software using the GUI?
- Thu Jan 12, 2023 7:19 am America/New_York
- Forum: Questions/Comments
- Question: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
- Replies: 11
Re: Issue with saving MODIS AQUA L2 reproyected as netCDF-CF
Hi, I am working with several MODIS AQUA L2 images as "AQUA_MODIS.20100623T181501.L2.OC.x.nc". I currently have SeaDAS 8.2.0 installed, and I have tried to do a Mercator reprojection for each image, and save as netCDF4 - CF. I want that format because I want to read the images with python...
- Thu Jan 05, 2023 8:34 pm America/New_York
- Forum: Questions/Comments
- Question: curl download with incorrect credentials writes HTML content to HDF
- Replies: 2
Re: curl download with incorrect credentials writes HTML content to HDF
Or you can useYou can use the `file` command on the downloaded file to see if it really is hdf5
Code: Select all
wget —adjust-extension
- Thu Jan 05, 2023 5:41 pm America/New_York
- Forum: Questions/Comments
- Question: OCCSW
- Replies: 3
Re: OCCSW
I'm new to the SeaDAS software and I want to know how to download my processors, without using complicated words. The information I obtained in this platform are hard for me to understand. Thank you Experience with introductory workshops for SeaDAS and OCSSW together with theory lectures showed us ...
- Wed Jan 04, 2023 11:09 am America/New_York
- Forum: Questions/Comments
- Question: tag=R2022.19 OCSSW SMI longitude_step differs from latitude step
- Replies: 2
Re: tag=R2022.19 OCSSW SMI longitude_step differs from latitude step
I wish you a successful hunt for the wily bug.
It would be nice to include an installedTag in the log:
```
echo "OCSSW `install_ocssw --installed_tag | grep installedTag`" |tee -a $logfile
```
It would be nice to include an installedTag in the log:
```
echo "OCSSW `install_ocssw --installed_tag | grep installedTag`" |tee -a $logfile
```
- Wed Jan 04, 2023 10:55 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.1.0 installation error
- Replies: 16
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...