Search found 704 matches
- Thu Jan 20, 2022 8:39 am America/New_York
- Forum: Questions/Comments
- Question: L2gen fail with exit code 1
- Replies: 13
Re: L2gen fail with exit code 1
The OCSSW system has a separate installer called "install_ocssw". I don't think uninstalling the GUI will affect the existing OCSSW install. The installer is a python script that can be run from the command line. There are detailed instructions at https://seadas.gsfc.nasa.gov/downloads/ un...
- Thu Jan 13, 2022 9:35 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen not using specific settings
- Replies: 9
Re: l2gen not using specific settings
I think V2022.0 uses the new https://oceancolor.gsfc.nasa.gov/docs/f ... onvention/, so is not a drop-in replacement for existing workflows.
- Wed Jan 12, 2022 8:36 pm America/New_York
- Forum: Questions/Comments
- Question: Download L3SMI data using R
- Replies: 3
Re: Download L3SMI data using R
The R script "works for me" using <<files <- "https://oceandata.sci.gsfc.nasa.gov (/cgi/getfile/L2020366.L3m_DAY_CYAN_CI_cyano_CYAN_CONUS_300m_1_1.tif)">>. You can generate a list of URL's using the file search page: [url]https://oceandata.sci.gsfc.nasa.gov (/api/file_search/)[/u...
- Wed Dec 29, 2021 1:30 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Installation error
- Replies: 1
Re: OCSSW Installation error
You appear to be using Python 3.5. https://seadas.gsfc.nasa.gov/requirements/ states that you need Python 3.6 or above. Note that you may also need to install a suitable python3-requests package. When asking for help it is good practice to mention your OS version because others using the same OS ver...
- Wed Dec 29, 2021 7:10 am America/New_York
- Forum: Questions/Comments
- Question: How to convert zero value to NaN in SeaDAS
- Replies: 1
Re: How to convert zero value to NaN in SeaDAS
SeaDAS has built-in support for missing value handling (see the properties for your new band). NaN's are commonly used with floating point data, but if your generated band uses integer values, your only option is to set a missing value in the band properties. If you use NetCDF4-CF format, missing va...
- Wed Dec 29, 2021 6:54 am America/New_York
- Forum: Questions/Comments
- Question: SEADAS OCSSW issues on Windows
- Replies: 1
Re: SEADAS OCSSW issues on Windows
If you need a prompt response you should do everything possible to make it easy for others to understand and reproduce your problem. This means providing your OS('s), SeaDAS, and OCSSW l2gen versions. Please post your client/server configuration files. Have you verified that the linux installation p...
- Wed Dec 29, 2021 6:44 am America/New_York
- Forum: Questions/Comments
- Question: VIIRS L2 generated file is not opening
- Replies: 1
Re: VIIRS L2 generated file is not opening
If you need a prompt response you should do everything possible to make it easy for others to understand and reproduce your problem. This means providing your OS('s), SeaDAS, and OCSSW l2gen versions, the VIIRS L1 filename, and the details of your level-2 processing (ancillary data, l2_prod list, ou...
- Tue Dec 28, 2021 10:55 am America/New_York
- Forum: Questions/Comments
- Question: I have problem about extracting multiple NetCDF files with multiple stations of interest
- Replies: 8
Re: I have problem about extracting multiple NetCDF files with multiple stations of interest
I attempted to utilize seaDAS at first, but because of my laptop's window operating system, I was unable to use the extraction feature. Thanks for the additional detail. I think pixel extraction should work in the SeaDAS GUI, but a laptop may not have the capacity (mainly RAM) to process many files...
- Mon Dec 27, 2021 8:15 pm America/New_York
- Forum: Questions/Comments
- Question: L2gen fail with exit code 1
- Replies: 13
Re: L2gen fail with exit code 1
I had no problem processing the same granule to generate GEO and L1B files, download ancillary files, and then L2_LAC files for "l2prod=chlor_a", but got exit code 139 for "l2prod=chlor_a,sst_triple". The "sst_triple" algorithm is for VIIRS, and only works for night tim...
- Mon Dec 27, 2021 10:46 am America/New_York
- Forum: Questions/Comments
- Question: I have problem about extracting multiple NetCDF files with multiple stations of interest
- Replies: 8
Re: I have problem about extracting multiple NetCDF files with multiple stations of interest
Glad you found success. I assume you have previous experience with R. For the benefit of the next person with the same question, it might be helpful to provide a brief outline of your workflow.