Search found 1397 matches

by OB.DAAC - SeanBailey
Thu Jan 12, 2023 8:02 am America/New_York
Forum: Questions/Comments
Question: l1bgen_modisa issue
Replies: 2

Re: l1bgen_modisa issue

If you are running l1bgen_modisa directly, you'd need to populate the required environment variables and create the appropriate PCF file. It's quite tedious :D This is why there is a script called modis_L1B.

try:

Code: Select all

$ modis_L1B A2012039091000.L1A_LAC
Sean
by OB.DAAC - SeanBailey
Thu Jan 12, 2023 6:34 am America/New_York
Forum: Questions/Comments
Question: Difference at 4 decimals of geolocation files
Replies: 3

Re: Difference at 4 decimals of geolocation files

The geolocation product produced by the OBPG is used to support processing through the l2gen program. l2gen performs an internal terrain correction, so we disable terrain correction in the generation of the geolocation files. This is the reason for the differences you are seeing. For the ocean at me...
by OB.DAAC - SeanBailey
Wed Jan 11, 2023 1:00 pm America/New_York
Forum: Questions/Comments
Question: Level-3 binned data on ERRDAP
Replies: 2

Re: Level-3 binned data on ERRDAP

I can pretty much guarantee that ERRDAP does not support our binned format. It is a rather peculiar one, great for storing sparse data and combining with other similarly stored data, but not so much for ease of reading. If you want your data to be supported by an ERRDAP server, it will likely need t...
by OB.DAAC - SeanBailey
Fri Jan 06, 2023 1:40 pm America/New_York
Forum: Questions/Comments
Question: Level 2 SubscriptionS
Replies: 5

Re: Level 2 SubscriptionS

We have identified the root cause of this issue. On January 4th, a bug in our subscription manager was identified and corrected. This bug allowed expired subscriptions to have data staged for them if another, non-expired subscription would have those data staged (this only affected non-extracted sub...
by OB.DAAC - SeanBailey
Thu Jan 05, 2023 2:53 pm America/New_York
Forum: Questions/Comments
Question: Some missing VIIRS-SNPP L3m data day directories
Replies: 2

Re: Some missing VIIRS-SNPP L3m data day directories

Vardis, SNPP-VIIRS was in safehold from sometime mid-day the 26th of July through mid-day the 10th of August. No data was collected, so no directories created for those days. Some longer temporal data (e.g. 8D, R32, etc.) do exist, and directories for the first day those periods exist. For example, ...
by OB.DAAC - SeanBailey
Sat Dec 17, 2022 1:29 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS-MOD04
Replies: 8

Re: SeaDAS-MOD04

I'll reiterate that it is not a bug in SeaDAS. The HDF file is incorrectly written. Even the HDF4 user guide states the assumption that the fillValue should be of the same type as the data set: "SDgetfillvalue reads the fill value which has been set for the data set specified by the parameter s...
by OB.DAAC - SeanBailey
Fri Dec 16, 2022 5:41 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS-MOD04
Replies: 8

Re: SeaDAS-MOD04

To be clear, the code issue was not technically a bug, rather the _FillValue defined in the MOD11 product is not appropriate when using the netCDF API to read the file. A proper netCDF file requires the fill value to be the same data type as the data set. "NA" is not an unsigned short, so ...
by OB.DAAC - SeanBailey
Thu Dec 08, 2022 2:43 pm America/New_York
Forum: Questions/Comments
Question: Strangely high sst values
Replies: 1

Re: Strangely high sst values

Nothing jumps out, although you are binning at 1km, while our standard processing does so at 4km - so more values go into any given bin, thus minimizing the impact of a spuriously high (or low) value affecting the mean. If you have spurious values in the L3, they came from the L2. Since you have the...
by OB.DAAC - SeanBailey
Thu Dec 08, 2022 8:28 am America/New_York
Forum: Questions/Comments
Question: When are NRT files replaced?
Replies: 4

Re: When are NRT files replaced?

It is not different (well, we've dropped the 'preliminary quicklook' and only have a 'quicklook' - NRT - now) and yes, the old naming convention did not distinguish NRT from refined. You can subscribe to refined data (when creating the subscription, there is an option "Wait for refined processi...
by OB.DAAC - SeanBailey
Wed Dec 07, 2022 9:59 am America/New_York
Forum: Questions/Comments
Question: vicarious gain coefficients to rhot
Replies: 1

Re: vicarious gain coefficients to rhot

For Landsat8/OLI, yes: grep ^gain $OCDATAROOT/oli/l8/msl12_defaults.par gain=[1.0111,1.0101,1.0070,1.0098,1.00,1.00,1.00] The configuration for L9 was just copied from L8, so by default it has the same gains...probably shouldn't though. If you want the values "as is", when running l2gen, s...