Search found 1275 matches
- Fri Feb 18, 2022 12:12 pm America/New_York
- Forum: Questions/Comments
- Question: getanc returning "no optimal files"
- Replies: 7
Re: getanc returning "no optimal files"
Brian, Seems that the issue is related to the DB shell game we ran. A stored procedure in the new DB isn't happy. The reason my run worked was that I was using the updated version of getanc which uses a new API that doesn't require the stored procedure that the older API does. We'll fix the DB issue...
- Thu Feb 17, 2022 4:56 pm America/New_York
- Forum: Questions/Comments
- Question: getanc returning "no optimal files"
- Replies: 7
Re: getanc returning "no optimal files"
My output is showing "Running debug binaries" because I've built my code locally with debug on...it's really not important to the process here (one of those "probably should remove that bit" things). Since you're still having the issue, I'm wondering if it's a "I'm hitting s...
- Thu Feb 17, 2022 3:57 pm America/New_York
- Forum: Questions/Comments
- Question: getanc returning "no optimal files"
- Replies: 7
Re: getanc returning "no optimal files"
Hmmm...worked for me: getanc --disable-download -v -s 2016001002001 -e 2016001002001 --ancdb=junk.db Running debug binaries... /awesomepath/coolusername/ocssw/bin junk.db Input file: None Sensor : None Start time: 2016-01-01T00:20:01 End time : 2016-01-01T00:20:01 OBPG session started Downloading 20...
- Thu Feb 17, 2022 6:27 am America/New_York
- Forum: Questions/Comments
- Question: Subscriptions not being staged
- Replies: 1
Re: Subscriptions not being staged
A shell game with databases suffered a setback and updates were paused until the issue can be resolved. Should be back in business soon.
Sean
Sean
- Tue Feb 15, 2022 8:13 am America/New_York
- Forum: Questions/Comments
- Question: error data
- Replies: 6
Re: error data
Thanks. There does seem to be an issue with the mechanism for ordering the monthly climatologies. Until we fix that, you can always go to our direct data access page to download the data. https://oceandata.sci.gsfc.nasa.gov/directaccess/ The direct link for the 4km MODIS SST would be: https://oceand...
- Mon Feb 14, 2022 9:16 am America/New_York
- Forum: Questions/Comments
- Question: error data
- Replies: 6
Re: error data
Can you provide a specific link to the data you were unable to download?
Sean
Sean
- Sat Feb 05, 2022 9:42 am America/New_York
- Forum: Questions/Comments
- Question: VIIRS l2gen error in initialization
- Replies: 2
Re: VIIRS l2gen error in initialization
The key error here is:
This should resolve things for you.
Sean
RunAttempt to read Polar Wander file failed
Code: Select all
update_luts viirsn
Sean
- Mon Jan 31, 2022 8:50 am America/New_York
- Forum: Questions/Comments
- Question: Extracting spectral data from L1B netCDF4 files
- Replies: 4
Re: Extracting spectral data from L1B netCDF4 files
While you seem to have resolved the issue raised in this thread, there were a couple of questions asked that I'll answer here: Pixel indexing doesn't seem to be consistent between L1B and L2 files though - I verified in SeaDAS using the sensor_zenith data that the (0,0) pixel is the upper left corne...
- Mon Jan 31, 2022 8:31 am America/New_York
- Forum: Questions/Comments
- Question: install_ocssw script can't find OCSSW_bash.env
- Replies: 4
Re: install_ocssw script can't find OCSSW_bash.env
Norman,
Always happy to help (and yes, I think I'm still king of the hill
...working on training up my competition, though)
Sean
Always happy to help (and yes, I think I'm still king of the hill

Sean
- Sat Jan 29, 2022 6:51 pm America/New_York
- Forum: Questions/Comments
- Question: install_ocssw script can't find OCSSW_bash.env
- Replies: 4
Re: install_ocssw script can't find OCSSW_bash.env
Hi Norman, Add --root to the command (root is the one that installs the OCSSW_bash.env you seek) A simpler ssolution is to ask the installer to install the seadas bits :) $ install_ocssw --tag V2022.0 --seadas --hawkeye --hico --modisa --modist --msis2a --msis2b --olcis3a --olcis3b --oli --viirsj1 -...