Exemplo n.º 1
0
def lonFlip(grid):
    """ Flip the longitudes in a grid from -180-180 to 0-360 (or vice-versa).
        Only works for cyclic rectilinear grids.
    """
    return GridUtil.lonFlip(grid)
Exemplo n.º 2
0
def lonFlip(grid):
    """ Flip the longitudes in a grid from -180-180 to 0-360 (or vice-versa).
        Only works for cyclic rectilinear grids.
    """
    return GridUtil.lonFlip(grid)