Search found 577 matches

by OB SeaDAS - xuanyang02
Wed Jun 28, 2023 1:16 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS HawkEye L1A not loading
Replies: 1

Re: SeaDAS HawkEye L1A not loading

Click Color Manager. Normally you should get a "From Data" button at the bottom of the Color Manager window. Screen Shot 2023-06-28 at 1.10.10 PM.png If you don't see the button, try to change the value of Max. Hopefully "From Data" button appears. Click the button, you should ge...
by OB SeaDAS - xuanyang02
Wed Jun 28, 2023 11:59 am America/New_York
Forum: Questions/Comments
Question: weird getanc error for OLCI NT subscriptions only
Replies: 8

Re: weird getanc error for OLCI NT subscriptions only

Normally, the query https://oceandata.sci.gsfc.nasa.gov/api/anc_data_api/?&m=29&s=2023-06-26T15:40:49&e=2023-06-26T15:45:49&missing_tags=1 should be very quick, but we have seen the above query takes 20 to 50 seconds, which causes the timeout error you see running getanc. The work ar...
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 9:09 pm America/New_York
Forum: Questions/Comments
Question: l2bin - unsupported datatype output
Replies: 5

Re: l2bin - unsupported datatype output

I don't think you can bin l2_flags. See the explanation here -- viewtopic.php?p=13793&hilit=l2bin#p13824

If you take l2_flags out, and have
prods=Rrs_645,Rrs_859,nLw_645,nLw_859

things should work
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 8:11 pm America/New_York
Forum: Questions/Comments
Question: Batch processing in seadas
Replies: 18

Re: Batch processing in seadas

It's very odd that obpg_file_type returns unknow:unknown. Mine shows $ obpg_file_type A2022023192500.L1A_LAC A2022023192500.L1A_LAC: MODIS Aqua: Level 1A Can you download the file A2022023192500.L1A_LAC again and try obpg_file_type on it? Also try to download and obpg_file_type the file A20102831805...
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 8:04 pm America/New_York
Forum: Questions/Comments
Question: Batch processing in seadas
Replies: 18

Re: Batch processing in seadas

Can you do

Code: Select all

seadas_info
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 7:01 pm America/New_York
Forum: Questions/Comments
Question: OCSSW Intsallation error
Replies: 7

Re: OCSSW Intsallation error

It seems that your python3.10 can't find Mapping. There are some discussions @stackoverflow regarding this issue --
https://stackoverflow.com/questions/71632325/cannot-import-name-mapping-from-collections-on-importing-requests
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 5:34 pm America/New_York
Forum: Questions/Comments
Question: l2bin - unsupported datatype output
Replies: 5

Re: l2bin - unsupported datatype output

When you get Variables: BinList Size: 159167x1 Dimensions: binListDim Datatype: UNSUPPORTED DATATYPE Rrs_645 Size: 159167x1 Dimensions: binDataDim Datatype: UNSUPPORTED DATATYPE BinIndex Size: 69120x1 Dimensions: binIndexDim Datatype: UNSUPPORTED DATATYPE with ncdisp It just means the datatype is no...
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 4:07 pm America/New_York
Forum: Questions/Comments
Question: Batch processing in seadas
Replies: 18

Re: Batch processing in seadas

I can run multilevel_Processor with the par file similar to yours and new2022l1a.txt as following. /Users/*/L1A/A2022023192500.L1A_LAC /Users/*/L1A/A2022014193000.L1A_LAC Most likely, your new2022l1a.txt is not plain text. See a similar post that addresses the issue -- https://forum.earthdata.nasa.g...
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 12:18 pm America/New_York
Forum: Questions/Comments
Question: l2bin - unsupported datatype output
Replies: 5

Re: l2bin - unsupported datatype output

I downloaded A2002185040500.L1A_LAC and AQUA_MODIS.20020704T040500.GEO.hdf, did modis_L1B, l2gen, l2bin, and l3mapgen. I was able to create AQUA_MODIS.2002070420020704.L3m_Rrs_645.DAY.nc AQUA_MODIS.2002070420020704.L3m_Rrs_859.DAY.nc AQUA_MODIS.2002070420020704.L3m_nLw_645.DAY.nc AQUA_MODIS.20020704...
by OB SeaDAS - xuanyang02
Tue Jun 27, 2023 10:46 am America/New_York
Forum: Questions/Comments
Question: Using Level 3 & 4 Browser data in SeaDAS
Replies: 1

Re: Using Level 3 & 4 Browser data in SeaDAS

SeaDAS should be able to visualize L3m/L4m files, but not L3b/L4b files.

Here is a video tutorial of the Basics of SeaDAS 7 -- https://www.youtube.com/watch?v=rSTM1e7tfsg

Tutorial videos on SeaDAS 8 are coming soon...