Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
l2merge Namespace Reference

Functions

def copyGroups (topA, topB)
 
def merge (idatasets, mergefile, products)
 

Variables

bool verbose = False
 
 parser
 
 action
 
 help
 
 type
 
 str
 
 default
 
 args = parser.parse_args()
 
list idatasets = []
 
 products = args.product.split(",")
 

Detailed Description

This L2 aggregator script will:
1. Take in L2 files
2. Merge data

Function Documentation

◆ copyGroups()

def l2merge.copyGroups (   topA,
  topB 
)

Definition at line 21 of file l2merge.py.

◆ merge()

def l2merge.merge (   idatasets,
  mergefile,
  products 
)

Definition at line 58 of file l2merge.py.

Variable Documentation

◆ action

action

Definition at line 117 of file l2merge.py.

◆ args

args = parser.parse_args()

Definition at line 131 of file l2merge.py.

◆ default

default

Definition at line 121 of file l2merge.py.

◆ help

help

Definition at line 117 of file l2merge.py.

◆ idatasets

list idatasets = []

Definition at line 135 of file l2merge.py.

◆ parser

Initial value:
1 = argparse.ArgumentParser(
2  description='Merge Level 2 files')

Definition at line 115 of file l2merge.py.

◆ products

products = args.product.split(",")

Definition at line 144 of file l2merge.py.

◆ str

str

Definition at line 121 of file l2merge.py.

◆ type

type

Definition at line 121 of file l2merge.py.

◆ verbose

bool verbose = False

Definition at line 16 of file l2merge.py.