Search found 711 matches
- 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.
- Wed Dec 22, 2021 10:24 pm 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
So, how do I use seaDAS to combine all 365 files and extract all stations at once? If you have, could you kindly let me know if you have any tutorial links or documentation on how to combine and extract? It would be extremely helpful. SeaDAS focuses on the specific needs of ocean color processing. ...
- Tue Dec 14, 2021 1:06 pm America/New_York
- Forum: Questions/Comments
- Question: 'Connection to urs.earthdata.nasa.gov timed out.
- Replies: 1
Re: 'Connection to urs.earthdata.nasa.gov timed out.
Such glitches are often transient, so you should try a few times over a 24-hour period. Meanwhile, you could check the version of your Python requests package (python -m pip list | grep requests) against the current OCSSW requirements. https://stackoverflow.com/questions/23013220/max-retries-exceede...
- Fri Dec 03, 2021 7:46 am America/New_York
- Forum: Questions/Comments
- Question: Errors in building ocssw processing executables
- Replies: 5
Re: Errors in building ocssw processing executables
You appear to be using documentation from an old version. https://seadas.gsfc.nasa.gov/downloads/ has instructions for the current "--tag V2021.2" version. Somewhere in the documentation there is a note that sources for VIIRS support have not been released, so you need to download an archi...