OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
manifest.py File Reference

Go to the source code of this file.

Namespaces

 manifest
 

Functions

def getSession (verbose=0, ntries=5)
 
def isRequestAuthFailure (req)
 
def httpdl (server, request, localpath='.', outputfilename=None, ntries=5, uncompress=False, timeout=30., verbose=0, force_download=False, chunk_size=DEFAULT_CHUNK_SIZE)
 
def uncompressFile (compressed_file)
 
def get_file_time (localFile)
 
def run ()
 
def create_default_options ()
 
def run_command (command)
 
def reprint (options, args)
 
def update_file (options, args)
 
def add_tag (options, args)
 
def get_value (options, args)
 
def get_first_tag (options, args)
 
def getFileList (excludeList=None, includeList=None)
 
def clean (options, args)
 
def list (options, args)
 
def generate (options, args)
 
def download (options, args)
 
def get_tags (options, args)
 
def list_tags (options, args)
 
def check_tag (options, args)
 

Variables

string DEFAULT_BASE_URL = "https://oceandata.sci.gsfc.nasa.gov/manifest/tags"
 
string MANIFEST_BASENAME = "manifest.json"
 
int DEFAULT_CHUNK_SIZE = 131072
 
 obpgSession = None