Search found 435 matches
- Wed Dec 14, 2022 11:07 am America/New_York
- Forum: Questions/Comments
- Question: Problem with seadas
- Replies: 1
Re: Problem with seadas
After you open the file in File Manager, you need to choose the band you want to display. Screen Shot 2022-12-14 at 10.46.28 AM.png When you choose Layer Editor on the left, you also need to choose Layer Manager on the right, and highlight the band( sst in my case). Screen Shot 2022-12-14 at 11.07.0...
- Tue Dec 13, 2022 10:33 am America/New_York
- Forum: Questions/Comments
- Question: cropping in seadas 8.2
- Replies: 1
Re: cropping in seadas 8.2
There is a subset tool in SeaDAS that does cropping -https://seadas.gsfc.nasa.gov/help-8.2.0/desktop/ProductSubsetDialog.html
You can access it thru Raster -> Subset on the menu or on the toolbar
You can access it thru Raster -> Subset on the menu or on the toolbar
- Fri Dec 09, 2022 1:04 pm America/New_York
- Forum: Questions/Comments
- Question: Issue with Naming Conventions in Multilevel_Processor
- Replies: 14
Re: Issue with Naming Conventions in Multilevel_Processor
What's in your ifilelist.txt?
Do you have a corresponding geo file for /home/williamcoast/Desktop/Projects/NearshrTemp/Data/Raw/AQUA_MODIS.20020912T215603.L1B.hdf in the same directory?
Please also make sure that you have enough disk space to save all the geo/L1B/L2 files.
Do you have a corresponding geo file for /home/williamcoast/Desktop/Projects/NearshrTemp/Data/Raw/AQUA_MODIS.20020912T215603.L1B.hdf in the same directory?
Please also make sure that you have enough disk space to save all the geo/L1B/L2 files.
- Wed Nov 30, 2022 10:51 am America/New_York
- Forum: Questions/Comments
- Question: How to process Sentinel-2 images? (L1C level)
- Replies: 1
Re: How to process Sentinel-2 images? (L1C level)
With SeaDAS-8.2.0, you can install msis2a(b) processors and do l2gen on msis2a(b) L1C files on command line. https://seadas.gsfc.nasa.gov/help-8.2.0/processors/InstallOCSSW.html#cl https://seadas.gsfc.nasa.gov/help-8.2.0/processors/ProcessL2gen.html#COMMAND_LINE_HELP The upcoming SeaDAS-8.3.0 will s...
- Tue Nov 29, 2022 7:30 pm America/New_York
- Forum: Questions/Comments
- Question: What's changes between ocssw V2022.1 and V2022.2?
- Replies: 3
Re: What's changes between ocssw V2022.1 and V2022.2?
Yes, please update OCSSW to V2022.2.
V2022.1 introduced a bug that obpg_file_type does not recognize OLCI/MERIS/MSI L1B files. V2022.2 fixed it.
V2022.1 introduced a bug that obpg_file_type does not recognize OLCI/MERIS/MSI L1B files. V2022.2 fixed it.
- Tue Nov 29, 2022 7:25 pm America/New_York
- Forum: Questions/Comments
- Question: Issue with Naming Conventions in Multilevel_Processor
- Replies: 14
Re: Issue with Naming Conventions in Multilevel_Processor
multilevel_processor has a little trouble to match an L1A file with the right geo file. The solution is to skip [geo] in parfile text area (mlp knows to create a geo file if it does not find one). So your parfile text area should look like this: [main] ifile=/home/williamcoast/Desktop/Projects/Nears...
- Mon Nov 28, 2022 5:20 pm America/New_York
- Forum: Questions/Comments
- Question: Issue with Naming Conventions in Multilevel_Processor
- Replies: 14
Re: Issue with Naming Conventions in Multilevel_Processor
"ERORR!! Ifile contains UNKNOWN mission" means SeaDAS can't recognize the mission of one of your files. Please make sure "/home/williamcoast/Desktop/Projects/NearshrTemp/Data/Raw/A2002185205500.L1A_LAC.x.hdf" exists, and multilevel_processor works with this file. Now use a plian ...
- Wed Nov 23, 2022 5:21 pm America/New_York
- Forum: Questions/Comments
- Question: Issue with Naming Conventions in Multilevel_Processor
- Replies: 14
Re: Issue with Naming Conventions in Multilevel_Processor
Please paste the content of your .lst file here. Make sure it's edited with plain text editor.
Here is a post you might find relevant --
viewtopic.php?p=11440&hilit=multilevel+processor#p11383
Here is a post you might find relevant --
viewtopic.php?p=11440&hilit=multilevel+processor#p11383
- Wed Nov 23, 2022 12:36 pm America/New_York
- Forum: Questions/Comments
- Question: problem creating Parameter XML file: l2gen failed to run
- Replies: 2
Re: problem creating Parameter XML file: l2gen failed to run
l2gen on viirs needs L1A(or L1B) + GEO as input.
What happens when you click "Okay" in that dialog? Are you able to proceed further with l2gen GUI?
What happens when you click "Okay" in that dialog? Are you able to proceed further with l2gen GUI?
- Wed Nov 23, 2022 12:30 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen failed to run
- Replies: 2
Re: l2gen failed to run
Please update your OCSSW to V2022.1 and try l2gen again.