Thanks for the Software & System Info.
I found S3B_OL_2_WRR____20181024T141502_20181024T145915_20210603T115937_2653_016_153______MAR_R_NT_003.SEN3 at https://data.eumetsat.int/, but chl_oc4me.nc does not have lat/lon info or geocoding. Reproject needs geocoding for the source product.
Search found 575 matches
- Thu Sep 07, 2023 5:00 pm America/New_York
- Forum: Questions/Comments
- Question: Reprojection Issues with S3 files
- Replies: 5
- Wed Sep 06, 2023 1:14 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Processors installing issues
- Replies: 9
Re: OCSSW Processors installing issues
SeaDAS 8.3.10 does have an issue for Software & System Info to recognize the SeaDAS processors installed using Docker Can you do this -- ls -al /Users/nivas/ocssw Do you see this when you do SeaDAS-Toolbox -> SeaDAS processors? Screenshot 2023-09-06 at 1.01.47 PM.png Do you see this when you do ...
- Wed Sep 06, 2023 12:40 pm America/New_York
- Forum: Questions/Comments
- Question: Reprojection Issues with S3 files
- Replies: 5
Re: Reprojection Issues with S3 files
Did you generate the file S3B_OL_2_WFR____20181024T142915_20181024T143215_20210718T045621_0179_016_153______MAR_R_NT_003.SEN3\chl_oc4me.nc ? Is this a level 2 file? Can you open the file in SeaDAS GUI? Are you using Windows? Can you do SeaDAS-Toolbox -> Software & System Info and post the result...
- Tue Sep 05, 2023 11:54 am America/New_York
- Forum: Questions/Comments
- Question: Reprojection Issues with S3 files
- Replies: 5
Re: Reprojection Issues with S3 files
Please share with us the file name of one S3 file you are trying to reproject. Make sure your file name does not contain space
- Thu Aug 31, 2023 11:03 am America/New_York
- Forum: Questions/Comments
- Question: OCSSW installation error
- Replies: 5
Re: OCSSW installation error
We found a way for OCSSW to work on M2. 1. install homebrew -- https://mac.install.guide/homebrew/3.html 2. use homebrew to install gcc 12 CODE: SELECT ALL brew install gcc@12 3. use homebrew to install jpeg-turbo CODE: SELECT ALL brew install jpeg-turbo 4. install XQuartz -- https://www.xquartz.org...
- Thu Aug 31, 2023 9:36 am America/New_York
- Forum: Questions/Comments
- Question: OCSSW Processors installing issues
- Replies: 9
Re: OCSSW Processors installing issues
Here is how OCSSW works on M2. 1. install homebrew -- https://mac.install.guide/homebrew/3.html 2. use homebrew to install gcc 12 brew install gcc@12 3. use homebrew to install jpeg-turbo brew install jpeg-turbo 4. install XQuartz -- https://www.xquartz.org/ 5. install OCSSW T2023.21 -- https://sead...
- Wed Aug 30, 2023 6:09 pm America/New_York
- Forum: Questions/Comments
- Question: Batch processing in Seadas
- Replies: 9
Re: Batch processing in Seadas
Here is the command line help of mapgen -- https://seadas.gsfc.nasa.gov/help-8.3.0/processors/ProcessMapgen.html#cl You can add --resolution --projection as the argument. mapgen -i /Users/gulfcarbon/Desktop/Chlorophyll_MODIS/l2files.txt -o /Users/gulfcarbon/Desktop/Chlorophyll_MODIS/AQUA_MODIS.20030...
- Mon Aug 28, 2023 11:04 am America/New_York
- Forum: Questions/Comments
- Question: Oceansat (OCM 2 or 3)
- Replies: 3
Re: Oceansat (OCM 2 or 3)
SeaDAS is a comprehensive software package for the processing, display, analysis, and quality control of ocean color data. You can download SeaDAS here https://seadas.gsfc.nasa.gov/ If you would like to do l2gen on OCM2 L1B files, you need to install OCM2 processors -- https://seadas.gsfc.nasa.gov/d...
- Fri Aug 25, 2023 5:18 pm America/New_York
- Forum: Questions/Comments
- Question: Oceansat (OCM 2 or 3)
- Replies: 3
Re: Oceansat (OCM 2 or 3)
SeaDAS can do l2gen on OCM2 L1B files.
Your ifile will be something like that OC2_OPER_OCM2_LA_1B_20210512T134221_20210512T134550_061616_0001_0010_0141/PRODUCT1/O2_12MAY2021_001_010_LAP_L1B_ST_S.hdf
Your ifile will be something like that OC2_OPER_OCM2_LA_1B_20210512T134221_20210512T134550_061616_0001_0010_0141/PRODUCT1/O2_12MAY2021_001_010_LAP_L1B_ST_S.hdf
- Fri Aug 25, 2023 4:54 pm America/New_York
- Forum: Questions/Comments
- Question: Batch processing in Seadas
- Replies: 9
Re: Batch processing in Seadas
l2bin should take a list of L2 files as ifile. If your L2 files do not have SeaDAS L2 format, l2bin might have trouble to come up with an ofile name. Can you do obpg_file_type /Users/gulfcarbon/Desktop/Chlorophyll_MODIS/AQUA_MODIS.20030523T194500.L2._Rrs_chl.nc SeaDAS has another tool mapgen that al...