| Home | Trees | Index | Help |
|---|
| Package atmopy :: Package display :: Module basemap_ext |
|
| Function Summary | |
|---|---|
Displays a colorbar. | |
Displays a 2D array on a given map. | |
Displays a 2D array on a given map with filled contours. | |
| numpy.array |
Reads data from a binary file. |
| Basemap |
Generates a map with Basemap. |
| (Basemap, numpy.array) |
Reads data from a binary file and generates the corresponding map. |
| Function Details |
|---|
cbar()Displays a colorbar. |
disp(map, data, **kwargs)Displays a 2D array on a given map.
|
dispcf(map, data, V=None, **kwargs)Displays a 2D array on a given map with filled contours.
|
getd(config=None, filename='', Nt=None, Nz=None, Ny=None, Nx=None)Reads data from a binary file.
|
getm(config=None, y_min=None, x_min=None, Delta_y=None, Delta_x=None, Ny=None, Nx=None, cbar=True, open_figure=True, resolution='l', area_thresh=1000)Generates a map with Basemap.
|
getmd(config, cbar=True)Reads data from a binary file and generates the corresponding map.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Tue May 19 10:37:13 2009 | http://epydoc.sf.net |