Sorry just seeing this, I made a series of 7.5 tutorial videos for an oceanography class here that may still be of use.
https://youtube.com/playlist?list=PLL6h8avW8IbfVh2BpR9LfKvHQsvIniaXu
Alaric
Search found 28 matches
- Sun Mar 19, 2023 8:07 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS learning materials
- Replies: 3
- Sun Mar 19, 2023 8:04 pm America/New_York
- Forum: Questions/Comments
- Question: obdaac_download.py hangs with only partial download
- Replies: 2
Re: obdaac_download.py hangs with only partial download
Sean, No worries; and thank you! I got confirmation from your end that I wasn’t being throttled, but it persisted for days. I managed to ultimately confirm it was likely a routing problem. Consistently, testing the download script over on my laptop, I kept getting a few successful downloads, then th...
- Wed Mar 08, 2023 10:37 pm America/New_York
- Forum: Questions/Comments
- Question: Problems with MacOS Ventura 13.0.1
- Replies: 8
Re: Problems with MacOS Ventura 13.0.1
For what it’s worth, I’ll add another voice to the users experiencing the problems described when running SeaDAS 8.3 on MacOS Ventura. It’s especially disappointing as we were gearing up to use it again to teach a graduate course in Satellite Oceanography. ANY timetable information would be greatly ...
- Tue Mar 07, 2023 3:23 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.3 on CentOS 7 widgets "cramped"
- Replies: 4
Re: SeaDAS 8.3 on CentOS 7 widgets "cramped"
For anyone that follows, this seems to be a GTK bug, or possibly a font issue. Using the Tools->Options select the "Appearance" settings, and choose the "Look & Feel" tab. Selecting an alternate to "GTK+" seems to fix this. The "Nimbus" look and feel look ...
- Wed Mar 01, 2023 5:32 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.3 on CentOS 7 widgets "cramped"
- Replies: 4
Re: SeaDAS 8.3 on CentOS 7 widgets "cramped"
Thank you for the suggestion, but unfortch, it didn't help. It seems to be a problem with some library in CentOS 7. I logged in to the CentOS 7 workstation from a Rocky 8 machine and when I displayed SeaDAS remotely, the widgets were fine. I'm exploring upgrading the workstations to Rocky 8... ugh.....
- Wed Mar 01, 2023 2:27 pm America/New_York
- Forum: Questions/Comments
- Question: obdaac_download.py hangs with only partial download
- Replies: 2
obdaac_download.py hangs with only partial download
Hello, I am seeing the tried-and-true obdaac_download.py script routinely hang, with only occasional success, but the GET request seems to succeed, as the run below, with extra verbosity, shows: $ obdaac_download.py -vvv T2023059155000.L1A_LAC.bz2 Output directory: <elided> Retrieving T2023059155000...
- Thu Feb 23, 2023 5:07 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS 8.3 on CentOS 7 widgets "cramped"
- Replies: 4
SeaDAS 8.3 on CentOS 7 widgets "cramped"
Hello, I'm returning to SeaDAS after a bit of a hiatus since 7.5. I have a fully updated CentOS 7 workstation, with an Nvidia driver for Gnome. I've installed SeaDAS 8.3 and am running with a Python 3.10.9 Anconda env. I understand SeaDAS pnly mentions Ubuntu, but I'm hoping to be able to work with ...
- Mon May 07, 2018 5:37 pm America/New_York
- Forum: Questions/Comments
- Question: OLI Collection 1 "converter" for SeaDAS 7.4, and CSV to placemark tools
- Replies: 5
OLI Collection 1 "converter" for SeaDAS 7.4, and CSV to placemark tools
Hi Alice,I'm glad you're able to unpack the bundle now!Believe it or not, I've not yet gotten around to trying to run "l2gen" on Landsat. We've only done some low level work with OLI data... We have exported geoTIFF images, using the File-Export->GeoTIFF menu item. Try both...
- Mon May 07, 2018 12:09 pm America/New_York
- Forum: Questions/Comments
- Question: OLI Collection 1 "converter" for SeaDAS 7.4, and CSV to placemark tools
- Replies: 5
OLI Collection 1 "converter" for SeaDAS 7.4, and CSV to placemark tools
Hi Alice,I'm very sorry for the late response... I think the issue is that you've built a tarball with a "leading" directory. In your case, try:$ cd LC08_L1TP_017040_20160207_20170224_01_T1$ tar cvf - LC08_L1TP_017040_20160207_20170224_01_T1* | gzip > LC08_L1TP_017040_20160207_2017...
- Tue Apr 24, 2018 4:37 pm America/New_York
- Forum: Questions/Comments
- Question: OLI Collection 1 "converter" for SeaDAS 7.4, and CSV to placemark tools
- Replies: 5
OLI Collection 1 "converter" for SeaDAS 7.4, and CSV to placemark tools
Hello,I've written a couple of Python scripts to assist (us, at least :wink: ) in using SeaDAS. One converts a CSV file into a placemark file, and the other will unpack a Landsat 8 bundle and rename the files to the "old" scheme, allowing use of the Collection 1 files in SeaDAS 7.You m...