Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Nov 30, 2020
1 parent fd7e041 commit 38ef22a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygrib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1383,12 +1383,12 @@ cdef class gribmessage(object):
compute lats and lons (in degrees) of grid.
Currently handles regular lat/lon, global gaussian, mercator, stereographic,
lambert conformal, albers equal-area, space-view, azimuthal
lambert conformal, albers equal-area, space-view, azimuthal
equidistant, reduced gaussian, reduced lat/lon,
lambert azimuthal equal-area, rotated lat/lon and rotated gaussian grids.
:return: ``lats,lons`` numpy arrays
containing latitudes and longitudes of grid (in degrees).
:return: ``lats,lons`` numpy arrays
containing latitudes and longitudes of grid (in degrees).
"""

if self.projparams is None:
Expand Down

0 comments on commit 38ef22a

Please sign in to comment.