Search found 1397 matches

by OB.DAAC - SeanBailey
Fri Dec 02, 2022 11:19 am America/New_York
Forum: Questions/Comments
Question: getanc socket.timeout
Replies: 5

Re: getanc socket.timeout

Just a quick follow up...I asked our network folks to take a peek and it seems the "client closed connection" issue with getanc requests over the past few days is predominately from your IP address. Today was particularly egregious with about 10% of your requests affected...but your reques...
by OB.DAAC - SeanBailey
Fri Dec 02, 2022 9:32 am America/New_York
Forum: Questions/Comments
Question: getanc socket.timeout
Replies: 5

Re: getanc socket.timeout

In network traffic, timeouts happen. There is no specific reason we can point to without watching both ends of the connection during the transaction. The client (in this case getanc) didn't get a response from the server within 10 seconds and so it bailed. Our web log shows that our server closed th...
by OB.DAAC - SeanBailey
Thu Dec 01, 2022 3:06 pm America/New_York
Forum: Questions/Comments
Question: Checksum on data orders
Replies: 4

Re: Checksum on data orders

tar -tf can work, but some for some flavors of tar it doesn't report the errors, but -xOf will :)

Sean
by OB.DAAC - SeanBailey
Thu Dec 01, 2022 12:59 pm America/New_York
Forum: Questions/Comments
Question: Overpass prediction MSI Sen-2
Replies: 1

Re: Overpass prediction MSI Sen-2

Comparing the Sentinel-2 acquisition information here: https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-2/acquisition-plans to the overpass predictor here: https://oceandata.sci.gsfc.nasa.gov/overpass_pred/ shows the two agree quite well. Do you have a specific query that you found was...
by OB.DAAC - SeanBailey
Thu Dec 01, 2022 12:23 pm America/New_York
Forum: Questions/Comments
Question: Checksum on data orders
Replies: 4

Re: Checksum on data orders

It would take some changes to implement a checksum for the ordering system...but until we can find the time to implement something, you can use a simple check with the "-t" option to tar. If this returns an error, then the file was corrupted. A bash example: $ tar -xOf requested_files_1.ta...
by OB.DAAC - SeanBailey
Thu Dec 01, 2022 10:26 am America/New_York
Forum: Questions/Comments
Question: Couldn't find QWIP product and source code
Replies: 2

Re: Couldn't find QWIP product and source code

The QWIP product is not yet in our public distribution. Once it has been merged into the supported code base, it will be available via SeaDAS.

Sean
by OB.DAAC - SeanBailey
Wed Nov 30, 2022 10:54 am America/New_York
Forum: Questions/Comments
Question: QWIP product not available in V2022.2
Replies: 1

Re: QWIP product not available in V2022.2

Yeah, that was probably a wee bit of a premature statement. While QWIP has been tested, it has not been put into the released code yet. I'll see that the atbd page is corrected to remove the confusion.

Sean
by OB.DAAC - SeanBailey
Wed Nov 30, 2022 8:04 am America/New_York
Forum: Questions/Comments
Question: Chlorophyll concentration
Replies: 6

Re: Chlorophyll concentration

Geraldo,
Please provide an order ID so we can check the order to see what the issue may be.

Sean
by OB.DAAC - SeanBailey
Fri Nov 18, 2022 11:11 am America/New_York
Forum: Questions/Comments
Question: file_search api seems broken
Replies: 7

Re: file_search api seems broken

Julian,
It is two different issues. While both issues are related to changes we made, they are not the same. Michael's issue was resolved.

Sean
by OB.DAAC - SeanBailey
Thu Nov 17, 2022 2:24 pm America/New_York
Forum: Questions/Comments
Question: Seasonal climatologies on opendap/thredds
Replies: 5

Re: Seasonal climatologies on opendap/thredds

The geospatial_{lat,lon}_resolution parameters are supposed to have values in the same units as defined in the geospatial_{lat,lon}_units attribute, which is in degrees. These are a "standard" ACDD (Attribute Convention for Data Discovery) convention. The SST product is processed with a ve...