
Search found 349 matches
- Wed Aug 10, 2022 10:30 am America/New_York
- Forum: Questions/Comments
- Question: sstfile getanc
- Replies: 3
Re: sstfile getanc
The next operational tag has not come out yet. 

- Tue Aug 09, 2022 2:33 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel-2 with l2gen
- Replies: 16
Re: Sentinel-2 with l2gen
If you are used to do l2gen on GUI, you might be able to find par files like l2gen-tmpParFile*.par in your data directory. You can use vi or emacs to edit the par file and then do
Code: Select all
l2gen par=l2gen-tmpParFile*.par
- Tue Aug 09, 2022 2:14 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel-2 with l2gen
- Replies: 16
Re: Sentinel-2 with l2gen
Hi ayelen, Here is the command line help for l2gen -- https://seadas.gsfc.nasa.gov/help-8.2.0/processors/ProcessL2gen.html#COMMAND_LINE_HELP To run l2gen, you can do l2gen ifile=input_L1_file_name For msis2a, input_L1_file_name is manifest.safe, for example, /home/*/Sentinel-2A/S2A_MSIL1C_20220619T0...
- Tue Aug 09, 2022 12:27 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel-2 with l2gen
- Replies: 16
Re: Sentinel-2 with l2gen
Hi ayelen,
You need to install msis2a processor first
And then
Bing
You need to install msis2a processor first
Code: Select all
install_ocssw --install_dir $OCSSWROOT --tag V2022.0 --msis2a
Code: Select all
l2gen ifile=*/Sentinel-2A/S2A_MSIL1C_20220619T072631_N0400_R049_T39RTN_20220619T081751.SAFE/manifest.safe
- Tue Aug 09, 2022 11:16 am America/New_York
- Forum: Questions/Comments
- Question: sstfile getanc
- Replies: 3
Re: sstfile getanc
Thanks for reporting the issue. It's fixed and the fix will be in the next tag.
- Tue Aug 09, 2022 10:10 am America/New_York
- Forum: Questions/Comments
- Question: Java JRE issue
- Replies: 4
Re: Java JRE issue
And you still get the same error message?
- Mon Aug 08, 2022 10:56 am America/New_York
- Forum: Questions/Comments
- Question: Extract chlorophyll -a
- Replies: 2
Re: Extract chlorophyll -a
You can browse and download level 2 files (OC) that contain chlor_a here, you can limit your region to Persian Gulf -- https://oceancolor.gsfc.nasa.gov/cgi/browse.pl You can download level 3 binned or mapped files that contain chlor_a here -- https://oceandata.sci.gsfc.nasa.gov/directdataaccess/ You...
- Mon Aug 08, 2022 10:41 am America/New_York
- Forum: Questions/Comments
- Question: Java JRE issue
- Replies: 4
Re: Java JRE issue
Do you also see 'Failed to load module "canberra-gtk-module"' somewhere in your error message? If so, please see if this post is helpful viewtopic.php?p=11069
- Fri Aug 05, 2022 2:43 pm America/New_York
- Forum: Questions/Comments
- Question: Sentinel-2 with l2gen
- Replies: 16
Re: Sentinel-2 with l2gen
Since your OCSSWROOT is /home/alsahli/SeaDAS/ocssw
You should do
to install msis2a
You should do
Code: Select all
./install_ocssw --install_dir=/home/alsahli/SeaDAS/ocssw/ --tag V2022.0 --msis2a
- Fri Aug 05, 2022 10:36 am America/New_York
- Forum: Questions/Comments
- Question: Missing attitude files!
- Replies: 8
Re: Missing attitude files!
Here is the fix for the issue of "Percent valid data (0.00) is less than threshold". Please download https://oceandata.sci.gsfc.nasa.gov/ocssw/de200.eos and replace /home/o-mc/SeaDAS7.5/ocssw/share/modis/static/de200.eos with it. You should be able to run modis_GEO.py then.