ocssw
V2020
|
install_ocssw.py File Reference
Go to the source code of this file.
Namespaces | |
install_ocssw | |
Functions | |
def | findBundleInfo (bundleName) |
def | getArch () |
def | runCommand (command) |
def | listTags (options) |
def | installBundle (options, bundleInfo) |
def | updateLuts (options, lut) |
def | getBundleListTag (manifestFilename) |
def | downloadBundleList (options) |
def | run () |
Variables | |
string | MANIFEST_BASENAME = "manifest.json" |
string | BUNDLELIST_BASENAME = "bundleList.json" |
string | versionString = "5.2" |
string | baseUrl = "https://oceandata.sci.gsfc.nasa.gov/manifest/tags" |
string | manifestCommand = os.path.dirname(__file__) + "/manifest.py" |
int | currentThing = 1 |
int | totalNumThings = 0 |
list | bundleList = [] |
list | initialBundleList |
list | lutBundles = ["seawifs", "aquarius", "modisa", "modist", "viirsn", "viirsj1"] |