Skip to content

Commit

Permalink
Apparently ecCodes doesn't support polar_stereographic gridType.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Nov 7, 2018
1 parent 1ea7365 commit cb18fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgrib/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def __getitem__(self, item):


GRID_TYPES_COORD_VAR = ('regular_ll', 'regular_gg')
GRID_TYPES_2D_AUX_COORD_VAR = ('lambert', 'albers', 'polar_stereographic')
GRID_TYPES_2D_AUX_COORD_VAR = ('lambert', 'albers')


def build_geography_coordinates(
Expand Down

0 comments on commit cb18fe9

Please sign in to comment.