Search found 1275 matches
- Thu Jan 27, 2022 5:25 pm America/New_York
- Forum: Questions/Comments
- Question: l2prod list
- Replies: 2
Re: l2prod list
Catherine, You *could* look at the $OCDATAROOT/common/product.xml file...or use the program called get_prod_info, which groks that file better than human eyes: get_product_info 3.0 (Jan 27 2022 11:14:02) Program to list products or detailed information about a single product Usage: get_product_info ...
- Wed Jan 26, 2022 11:18 am America/New_York
- Forum: Questions/Comments
- Question: generating POC L3 products
- Replies: 4
Re: generating POC L3 products
It is a simple mean. While a bit "old" (in the sense that it was written in 1995) the SeaWiFS Technical Memorandum on the subject of Level 3 binning is still valid (ignoring any log/maximum likelihood discussions...we're using the simple arithmetic mean approach).
Hope this helps,
Sean
Hope this helps,
Sean
- Wed Jan 26, 2022 11:07 am America/New_York
- Forum: Questions/Comments
- Question: modis processing error in Seadas 8.1
- Replies: 3
Re: modis processing error in Seadas 8.1
When you respond to Bing's request, please also include the command-line options (or parameter file) used. If you were using the north/south/east/west geographic extract options in l2gen, one thing to try is to extract the L1A file to your region of interest, generate a geolocation file for that ext...
- Wed Jan 19, 2022 9:31 am America/New_York
- Forum: Questions/Comments
- Question: Resolved: Degraded Ocean Color data
- Replies: 5
Re: Degraded Ocean Color data
The issue with the ozone data has (finally!) been resolved. The affected ocean color data are being reprocessed and will be available soon.
Regards,
Sean
Regards,
Sean
- Fri Jan 14, 2022 10:18 am America/New_York
- Forum: Questions/Comments
- Question: SeaHawk/HawkEye - From Bermuda to the Northwest Passage
- Replies: 4
Re: SeaHawk/HawkEye - From Bermuda to the Northwest Passage
Yes, there are Hawkeye data collected in 2022 that are now available on our data archive. In mid December 2021, the SeaHawk spacecraft entered safehold and it took a while to resolve the issue and resume nominal operations.
Regards,
Sean
Regards,
Sean
- Thu Dec 16, 2021 12:04 pm America/New_York
- Forum: Questions/Comments
- Question: Status of sea surface temperature L3 products
- Replies: 4
Re: Status of sea surface temperature L3 products
Arlindo, There are NRT daily SST files beyond Oct 2nd. We do not compute the longer temporal products from NRT data, so indeed there are no 8D, monthly, etc. products, and won't be until the ancillary source issue is resolved. True, there was a decision made by NASA HQ to not fund SST processing fro...
- Tue Dec 14, 2021 3:16 pm America/New_York
- Forum: Questions/Comments
- Question: Status of sea surface temperature L3 products
- Replies: 4
Re: Status of sea surface temperature L3 products
Arlindo, Not quite sure what you mean, but I'll take a stab at a response... The near real-time daily data are available and up-to-date, however the refined data are currently lagging a bit due to an issue that affected a required ancillary data product. Those ancillary data are being regenerated, b...
- Fri Dec 10, 2021 3:24 pm America/New_York
- Forum: Questions/Comments
- Question: User-Defined L2 flags
- Replies: 1
Re: User-Defined L2 flags
Mike, Your approach is exactly how I would do it. The flag names are primarily for human readability. The binner uses them when setting up the bitwise value to run a logical and against, but reads them from the L2 file (the flag_meanings attribute of the l2_flags variable). If you rename one of the ...
- Fri Dec 10, 2021 3:06 pm America/New_York
- Forum: Questions/Comments
- Question: More recent SST data
- Replies: 3
Re: More recent SST data
David, A required ancillary data set was discovered to have an issue and is being regenerated by the producer. It affects data going back several months, but was only identified recently. We therefore have not processed the refined SST product for October (nor November) and will not until the reproc...
- Thu Dec 09, 2021 3:41 pm America/New_York
- Forum: Questions/Comments
- Question: Add new products for l2bin-l3mapgen
- Replies: 3
Re: Add new products for l2bin-l3mapgen
Mike, Simple....l3bin doesn't use it, so that's easy. All l3bin does is combine l2bin files. As for l2bin, it currently only uses the file to check for the valid min value. If it doesn't find one (in that either the product.xml record didn't define it or the product wasn't found in the xml file) it ...