Search found 124 matches

by OB ODPS - jgwilding
Wed Oct 30, 2019 5:05 pm America/New_York
Forum: Questions/Comments
Question: File naming convention change
Replies: 18

File naming convention change

Does this work?

https://oceandata.sci.gsfc.nasa.gov/opendap/VIIRS/L3SMI/2018/0703/contents.html

The files have the new naming convention but should be considered samples data wise.

john
by OB ODPS - jgwilding
Wed Oct 30, 2019 4:53 pm America/New_York
Forum: Questions/Comments
Question: File naming convention change
Replies: 18

File naming convention change

Ben,Are you just looking for a sample directory on our OpenDAP server that is organized by year-month-day?  It would actually be set up like this:    MISSION/L3SMI/YYYY/MMDDex:   VIIRS/L3SMI/2018/0703Would such a sample directory need to contain files with the new naming con...
by OB ODPS - jgwilding
Mon Jul 01, 2019 10:21 am America/New_York
Forum: Questions/Comments
Question: speeding up orders l2 browser
Replies: 3

speeding up orders l2 browser

Martin,

Last week we had a problem with the Order Manager that introduced a much longer wait for orders to be filled than is usual, especially for 180 files, which would normally be turned around in 10-15 minutes.

john
by OB ODPS - jgwilding
Wed Jun 26, 2019 3:06 pm America/New_York
Forum: Questions/Comments
Question: JPSS1 search pattern
Replies: 8

JPSS1 search pattern

Kim,

I think the problem is that you're running the old file_search.cgi.

Try this URL instead:

https://oceandata.sci.gsfc.nasa.gov/api/file_search

along with the search string i provided.

john
by OB ODPS - jgwilding
Wed Jun 26, 2019 1:21 pm America/New_York
Forum: Questions/Comments
Question: JPSS1 search pattern
Replies: 8

JPSS1 search pattern

Kim,

In the most-recent example you posted, the sensor argument isn't listed.  When i use this post string, i get VIIRS-J1 files:

"sensor=viirsj1&search=*L1A_SNPP*&results_as_file=1&sdate=2019-03-25&edate=2019-03-27&dtype=L1&cksum=1&std_only=1"

Try that?

john
by OB ODPS - jgwilding
Tue Jun 25, 2019 6:13 pm America/New_York
Forum: Questions/Comments
Question: JPSS1 search pattern
Replies: 8

JPSS1 search pattern

Hi Kim.Assuming you're using the command line for this, try this as your search string:"results_as_file=1&sensor=viirsj1&sdate=2019-03-27&edate=2019-05-25&dtype=L1&std_only=1&addurl=1"I added std_only to eliminate extracts, added addurl to provide download URLs,...
by OB ODPS - jgwilding
Mon May 13, 2019 5:21 pm America/New_York
Forum: Questions/Comments
Question: Missing Chlorophyll Data from Bulk Download
Replies: 3

Missing Chlorophyll Data from Bulk Download

Calvin,For L3 orders, the global binned product would be given to the mapper program with the regional bounding-box coordinates you provided.  If no unflagged pixels are in that region, the mapper bails with NO_EXTRACT.  That could be caused by the gaps between orbits, especially in a dail...
by OB ODPS - jgwilding
Mon May 13, 2019 12:28 pm America/New_York
Forum: Questions/Comments
Question: Missing Chlorophyll Data from Bulk Download
Replies: 3

Missing Chlorophyll Data from Bulk Download

Hi.If you can provide one or more of the order IDs in question, i can look more into it.For some basic information, if this was an order for L2 data, that is done using the operational L2 granules and a data-extraction utility that simply extracts a region from the full L2 file.  For granules o...
by OB ODPS - jgwilding
Thu Apr 11, 2019 5:56 pm America/New_York
Forum: Questions/Comments
Question: Crafting URLs to download data? the page automatically blocks me
Replies: 16

Crafting URLs to download data? the page automatically blocks me

You should be downloading files named like,requested_files_N.tarwhere N is a number between 1 and 161.  The tar files contain the extract data for your order.  When you extract the tar files, you should find files like these.  The x in the file name indicates that it is an extracted f...
by OB ODPS - jgwilding
Mon Jan 14, 2019 11:14 am America/New_York
Forum: Questions/Comments
Question: Crafting URLs to download data? the page automatically blocks me
Replies: 16

Crafting URLs to download data? the page automatically blocks me

Hi Marco,I ran your script on my system, and it downloaded the file, A2009001192000.L2_LAC_OC.nc, so i don't think you have any syntactical errors in the script.  I did change the URL for the browse.pl to https however.  Your URL to the getfile service has https already.  Not havi...