Created
September 14, 2018 01:22
-
-
Save omad/8603336c380f454d6427ad2b1d6b2369 to your computer and use it in GitHub Desktop.
MODIS Ocean Colour Available Through DEA Datacube
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"K_490": { | |
"description": "Diffuse attenuation coefficient at 490 nm (OBPG)", | |
"dtype": "float32", | |
"name": "K_490", | |
"nodata": -999.0, | |
"units": "m^-1" | |
}, | |
"chl_gsm": { | |
"description": "Chlorophyll Concentration, GSM model", | |
"dtype": "float32", | |
"name": "chl_gsm", | |
"nodata": -999.0, | |
"units": "mg/m^3" | |
}, | |
"chl_oc3": { | |
"description": "Chlorophyll Concentration, OC3 Algorithm", | |
"dtype": "float32", | |
"name": "chl_oc3", | |
"nodata": -999.0, | |
"units": "mg/m^3" | |
}, | |
"dt": { | |
"description": "Pixel time in days since start of year", | |
"dtype": "float32", | |
"name": "dt", | |
"nodata": -999.0, | |
"units": "days since 2017-01-01 00:00:00" | |
}, | |
"ipar": { | |
"description": "Instantaneous Photosynthetically Available Radiation", | |
"dtype": "float32", | |
"name": "ipar", | |
"nodata": -999.0, | |
"units": "Ein m^-2 s^-1" | |
}, | |
"l2_flags": { | |
"description": "Level-2 Processing Flags", | |
"dtype": "int32", | |
"name": "l2_flags", | |
"nodata": -1, | |
"units": "1" | |
}, | |
"nanop_brewin2010at": { | |
"description": "Nanoplankton fraction\nMethod: Brewin et al (2010), Ecol. Mod. 221, 1472-1483", | |
"dtype": "float32", | |
"name": "nanop_brewin2010at", | |
"nodata": -999.0, | |
"units": "percent" | |
}, | |
"nanop_brewin2012in": { | |
"description": "Nanoplankton fraction\nMethod: Brewin et al (2012), Deep Sea Research II, 77-80, 117-127", | |
"dtype": "float32", | |
"name": "nanop_brewin2012in", | |
"nodata": -999.0, | |
"units": "percent" | |
}, | |
"npp_vgpm_eppley_gsm": { | |
"description": "MODIS_Epply_VGPM Net Primary Productivity using chl_gsm", | |
"dtype": "float32", | |
"name": "npp_vgpm_eppley_gsm", | |
"nodata": -999.0, | |
"units": "mg.m^-3.d^-1" | |
}, | |
"npp_vgpm_eppley_oc3": { | |
"description": "MODIS_Epply_VGPM Net Primary Productivity using chl_oc3", | |
"dtype": "float32", | |
"name": "npp_vgpm_eppley_oc3", | |
"nodata": -999.0, | |
"units": "mg.m^-3.d^-1" | |
}, | |
"owtd": { | |
"description": "Dominant optical water type", | |
"dtype": "int8", | |
"name": "owtd", | |
"nodata": -1, | |
"units": "1" | |
}, | |
"par": { | |
"description": "Photosynthetically Available Radiation, R. Frouin", | |
"dtype": "float32", | |
"name": "par", | |
"nodata": -999.0, | |
"units": "Ein m^-2 day^-1" | |
}, | |
"picop_brewin2010at": { | |
"description": "Picoplankton fraction\nMethod: Brewin et al (2010), Ecol. Mod. 221, 1472-1483", | |
"dtype": "float32", | |
"name": "picop_brewin2010at", | |
"nodata": -999.0, | |
"units": "percent" | |
}, | |
"picop_brewin2012in": { | |
"description": "Picoplankton fraction\nMethod: Brewin et al (2012), Deep Sea Research II, 77-80, 117-127", | |
"dtype": "float32", | |
"name": "picop_brewin2012in", | |
"nodata": -999.0, | |
"units": "percent" | |
}, | |
"sst": { | |
"description": "Sea Surface Temperature", | |
"dtype": "float32", | |
"name": "sst", | |
"nodata": -999.0, | |
"units": "Celsius" | |
}, | |
"sst_quality": { | |
"description": "Quality Levels, Sea Surface Temperature", | |
"dtype": "int16", | |
"name": "sst_quality", | |
"nodata": -1, | |
"units": "1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment