Search found 602 matches
- Wed Aug 04, 2021 9:52 am America/New_York
- Forum: Questions/Comments
- Question: What of Landsat 8 file should I put into SeaDas L2gen function?
- Replies: 6
Re: What of Landsat 8 file should I put into SeaDas L2gen function?
Did you install oli processor? Please also make sure you installed OCSSW with tag V2021.2. Can you do "SeaDAS-OCSSW -> SeaDAS/System Info" and post the result here? Yes, I downloaded LC08_L1TP_121045_20131005_20170429_01_T1 (Collection 1 Level 1) from https://earthexplorer.usgs.gov/ Screen...
- Tue Aug 03, 2021 1:59 pm America/New_York
- Forum: Questions/Comments
- Question: What of Landsat 8 file should I put into SeaDas L2gen function?
- Replies: 6
Re: What of Landsat 8 file should I put into SeaDas L2gen function?
l2gen on LANDSAT 8 takes an L1B file(*MTL.txt) as the input.
Please make sure you have installed oli processor before you do l2gen. https://seadas.gsfc.nasa.gov/downloads/
Please make sure you have installed oli processor before you do l2gen. https://seadas.gsfc.nasa.gov/downloads/
- Fri Jul 30, 2021 5:54 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS installation error
- Replies: 4
Re: SeaDAS installation error
This might be the problem: AttributeError: __enter__ This happens if you are using an old version of requests. What version of requests do you have? You need Python requests package v2.18.0 or later. Here is a similar post for your reference: https://forum.earthdata.nasa.gov/viewtopic.php?f=7&t=...
- Tue Jul 27, 2021 12:48 pm America/New_York
- Forum: Questions/Comments
- Question: Opening VIIRS L2 in SeaDAS
- Replies: 4
Re: Opening VIIRS L2 in SeaDAS
It is a bug that l2gen GUI does not allow you to choose Rrs_746 and Rrs_868, we'll try to fix it. For the time being, here is a workaround by running l2gen on command line instead of GUI: Click "Save Parameters" in the "Parfile" section on the l2gen GUI's "Main" tab, an...
- Tue Jul 27, 2021 12:10 pm America/New_York
- Forum: Questions/Comments
- Question: MODIS files for 2021
- Replies: 5
Re: MODIS files for 2021
Amita, It seems that you are not using the latest OCSSW tag, judging from "MODIS GEO version 6.1.0, built Dec 1 2020 09:48:48". Can you do SeaDAS-OCSSW -> SeaDAS/System Info and post the result here? When you do install/update OC Processors, please make sure you choose V2021.2 from the val...
- Fri Jul 23, 2021 12:02 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen boundary arguments not working in SeaDAS8.1
- Replies: 4
Re: l2gen boundary arguments not working in SeaDAS8.1
You can try the development tag T2021.12 for now before the next operational(V) tag comes out.
- Fri Jul 23, 2021 10:57 am America/New_York
- Forum: Questions/Comments
- Question: Opening VIIRS L2 in SeaDAS
- Replies: 4
Re: Opening VIIRS L2 in SeaDAS
l2gen on VIIRS takes L1(L1A or L1B) + GEO. You can download VIIRS L1A and VIIRS GEO from https://oceandata.sci.gsfc.nasa.gov (/VIIRS-JPSS1/L1/) geolocate_viirs takes VIIRS L1A and creates VIIRS GEO https://seadas.gsfc.nasa.gov/help-8.1.0/processors/ProcessGeolocate_viirs.html calibrate_viirs takes V...
- Wed Jul 21, 2021 3:27 pm America/New_York
- Forum: Questions/Comments
- Question: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
- Replies: 42
Re: (Log file directory is not accessible to write) Install Seadas 8.1.0, WSL, Windows 10, OCSSW
The link you used to install OCSSW is for SeaDAS 7. https://oceandata.sci.gsfc.nasa.gov/ocssw/
Please follow the instruction under "Manual Installation" on this page to install OCSSW for SeaDAS 8.1.0: https://seadas.gsfc.nasa.gov/downloads/
Please follow the instruction under "Manual Installation" on this page to install OCSSW for SeaDAS 8.1.0: https://seadas.gsfc.nasa.gov/downloads/
- Wed Jul 21, 2021 3:22 pm America/New_York
- Forum: Questions/Comments
- Question: Issue adding masks to L3 SeaDAS images
- Replies: 2
Re: Issue adding masks to L3 SeaDAS images
You could try increasing your virtual memory available to SeaDAS 8.1.0 by
changing the -Xmx option in the <seadas-install-dir>/etc/seadas.conf file (in the line that begins with 'default_options'). Currently it is 4096M. Try 8196M or 16392M.
changing the -Xmx option in the <seadas-install-dir>/etc/seadas.conf file (in the line that begins with 'default_options'). Currently it is 4096M. Try 8196M or 16392M.
- Wed Jul 21, 2021 3:01 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen boundary arguments not working in SeaDAS8.1
- Replies: 4
Re: l2gen boundary arguments not working in SeaDAS8.1
You are right that current OCSSW l2gen processes full granules regardless of boundary constraints. It's fixed and will be released for the next OCSSW tag.