IODA
plotting-05-ObsGroup.py File Reference

Go to the source code of this file.

Namespaces

 plotting-05-ObsGroup
 

Variables

 plotting-05-ObsGroup.g
 
 plotting-05-ObsGroup.og = ioda.ObsGroup(g)
 
string plotting-05-ObsGroup.tbName = "ObsValue/brightness_temperature"
 
string plotting-05-ObsGroup.latName = "MetaData/latitude"
 
string plotting-05-ObsGroup.lonName = "MetaData/longitude"
 
 plotting-05-ObsGroup.tbVar = og.vars.open(tbName)
 
 plotting-05-ObsGroup.latVar = og.vars.open(latName)
 
 plotting-05-ObsGroup.lonVar = og.vars.open(lonName)
 
 plotting-05-ObsGroup.tbData = tbVar.readNPArray.float()
 
 plotting-05-ObsGroup.latData = latVar.readVector.float()
 
 plotting-05-ObsGroup.lonData = lonVar.readVector.float()
 
 plotting-05-ObsGroup.ax = plt.axes(projection=ccrs.PlateCarree())
 
 plotting-05-ObsGroup.crs
 
 plotting-05-ObsGroup.c
 
 plotting-05-ObsGroup.transform
 
 plotting-05-ObsGroup.cmap