Skip to content

Commit

Permalink
Remove grid_lon/lat from lon/lat standard names (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal authored Dec 9, 2020
1 parent 023af99 commit 19d80cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cf_xarray/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"ocean_sigma_z_coordinate",
"ocean_double_sigma_coordinate",
),
"latitude": ("latitude", "grid_latitude"),
"longitude": ("longitude", "grid_longitude"),
"latitude": ("latitude",),
"longitude": ("longitude",),
},
"_CoordinateAxisType": {
"T": ("Time",),
Expand Down

0 comments on commit 19d80cf

Please sign in to comment.