GMTB Workflow Documentation
Collaboration diagram for maps:

Classes

class  maps.general_map
 

Functions

def maps.polar_stere (bounds, kwargs)
 

Detailed Description

Function Documentation

def maps.polar_stere (   bounds,
  kwargs 
)
Returns a Basemap object (NPS/SPS) focused in a region.

lon_w, lon_e, lat_s, lat_n -- Graphic limits in geographical coordinates.
                              W and S directions are negative.
**kwargs -- Aditional arguments for Basemap object.

Definition at line 12 of file maps.py.