The file exists and I was just able to download it (and it wasn't an HTML file). Try again, and if it's still an HTML file for you, crack it open and see what it says.
Sean
Search found 1277 matches
- Mon Feb 21, 2022 11:32 am America/New_York
- Forum: Questions/Comments
- Question: anc file always returns as HTML
- Replies: 5
- Fri Feb 18, 2022 3:44 pm America/New_York
- Forum: Questions/Comments
- Question: getanc returning "no optimal files"
- Replies: 7
Re: getanc returning "no optimal files"
Brian,
The DB stored procedure issue has been resolved and getanc behaves as it should once again.
Sean
The DB stored procedure issue has been resolved and getanc behaves as it should once again.
Sean
- 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...