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
l3mapmerge Namespace Reference

Functions

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

Variables

bool verbose = False
 
 parser
 
 action
 
 help
 
 type
 
 str
 
 default
 
 args = parser.parse_args()
 
 ifiles = ifile.split(sep=',')
 
list idatasets = []
 

Detailed Description

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

Function Documentation

◆ copyGroups()

def l3mapmerge.copyGroups (   topA,
  topB 
)

Definition at line 20 of file l3mapmerge.py.

◆ merge()

def l3mapmerge.merge (   idatasets,
  ofile,
  products 
)

Definition at line 54 of file l3mapmerge.py.

Variable Documentation

◆ action

action

Definition at line 115 of file l3mapmerge.py.

◆ args

args = parser.parse_args()

Definition at line 128 of file l3mapmerge.py.

◆ default

default

Definition at line 119 of file l3mapmerge.py.

◆ help

help

Definition at line 115 of file l3mapmerge.py.

◆ idatasets

list idatasets = []

Definition at line 133 of file l3mapmerge.py.

◆ ifiles

ifiles = ifile.split(sep=',')

Definition at line 131 of file l3mapmerge.py.

◆ parser

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

Definition at line 113 of file l3mapmerge.py.

◆ str

str

Definition at line 119 of file l3mapmerge.py.

◆ type

type

Definition at line 119 of file l3mapmerge.py.

◆ verbose

bool verbose = False

Definition at line 16 of file l3mapmerge.py.