Search found 16 matches

by jpsco
Wed Oct 30, 2019 11:24 am America/New_York
Forum: Questions/Comments
Question: fd_matchup.py questions
Replies: 2

fd_matchup.py questions

Hi Bruce, great questions!To answer your first one: unfortunately, no, due to the way satellite granules and product suites are broken up, there can be multiple satellite granules that match a single station or row of data. My best solution for you would be to break your SeaBASS file up into multipl...
by jpsco
Fri Jul 19, 2019 3:32 pm America/New_York
Forum: Questions/Comments
Question: Oh, do I miss out_track
Replies: 14

Oh, do I miss out_track

Hi Barry, It looks like your Python installation does not have the Subprocess module, used for making calls to executables, configured. My recommendation to solving most Python module dependencies is to use a Python package manager (such as Anaconda) to install, manage, and update your Python enviro...
by jpsco
Fri Jul 19, 2019 10:35 am America/New_York
Forum: Questions/Comments
Question: Oh, do I miss out_track
Replies: 14

Oh, do I miss out_track

Barry, you are correct. All variables for a given L2 file will be output by mk_matchup.py. Variable specification is a feature request that is currently under development and will likely make it into a future SeaDAS release.

Cheers,
Joel
by jpsco
Wed Jul 17, 2019 9:57 am America/New_York
Forum: Questions/Comments
Question: Oh, do I miss out_track
Replies: 14

Oh, do I miss out_track

Hi Barry,There is no maximum length of SeaBASS file (within practicality -- all OS's have maximum file size/hard drive/RAM constraints). However, the larger the file, the longer it will take to generate matchups. But, yes, without an actual in situ observation, you may use the L2 image time, or ...
by jpsco
Tue Jul 16, 2019 9:39 am America/New_York
Forum: Questions/Comments
Question: Oh, do I miss out_track
Replies: 14

Oh, do I miss out_track

Hi Barry,As you suspect, I believe the mk_matchup.py script has just what you need. That script was designed to operate on SeaBASS files, but those type of files are simply ASCII files with meta-data headers that start with a "/" followed by a delimited data matrix.I envision you could con...
by jpsco
Mon Dec 17, 2018 7:52 am America/New_York
Forum: Questions/Comments
Question: seabass help
Replies: 3

seabass help

I do not understand what you mean by "the L2 file card."

If you could provide a more complete explanation of what you are referring to and what you are trying to do and the environment you are working in, I might be able to help further.
by jpsco
Thu Dec 13, 2018 7:53 am America/New_York
Forum: Questions/Comments
Question: seabass help
Replies: 3

seabass help

Hi,Excellent question!If you consult the documentation about the command-line mk_matchup.py script in SeaDAS here and here, you will find details about the script, its use, options, and functions explained.But the short answer is that the satellite matchups are appended as columns of data back to th...
by jpsco
Wed Mar 14, 2018 8:24 am America/New_York
Forum: Questions/Comments
Question: Satellite validation granule locator tool - known issue (fd_matchup.py script)
Replies: 3

Satellite validation granule locator tool - known issue (fd_matchup.py script)

Hi Paul,The code has been fixed and committed to our internal code repository. However, it has not been made available to the public in an official release yet.You are welcome to adjust to code yourself to correct the bug. Simply do a find-and-replace on the script changing 'entry_title' to ...
by jpsco
Tue Mar 13, 2018 2:23 pm America/New_York
Forum: Questions/Comments
Question: Transition from FTP to SFTP for SeaBASS Data Submissions and batch FCHECK requests
Replies: 0

Transition from FTP to SFTP for SeaBASS Data Submissions and batch FCHECK requests

As you may have seen, there exist critical security vulnerabilities within FTP (File Transfer Protocol), and all FTP-based SeaBASS services, including data submission and FCHECK (via FTP) requests, will be permanently disabled and removed on 19 March 2018. SFTP (SSH File Transfer Protocol), which of...
by jpsco
Tue Feb 27, 2018 4:42 pm America/New_York
Forum: Questions/Comments
Question: Satellite validation granule locator tool - known issue (fd_matchup.py script)
Replies: 3

Satellite validation granule locator tool - known issue (fd_matchup.py script)

The fd_matchup.py script that is part of the stand-alone satellite match-up tools within OCSSW has a known bug due to a change in the NASA Earthdata Common Metadata Repository (CMR) API.This bug will prevent satellite granules from being located due to fundamental restructuring of the API's invo...