Exemplo n.º 1
0
def extractLongitudeFromNWPGrid(fieldimpl):
    """Get the longitude coordinate from a grid.  Return a grid
  of the longitudes at each point.
  """
    ff = DerivedGridFactory.createLongitudeGrid(fieldimpl)
    return ff
Exemplo n.º 2
0
def extractLongitudeFromNWPGrid(fieldimpl):
  """Get the longitude coordinate from a grid.  Return a grid
  of the longitudes at each point.
  """
  ff = DerivedGridFactory.createLongitudeGrid(fieldimpl)
  return ff