Skip to content

Commit

Permalink
Adds additional common netCDF coordinates (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesVarndell authored Jun 3, 2024
1 parent d5c6309 commit 36b2d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/earthkit/data/readers/netcdf/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@


GEOGRAPHIC_COORDS = {
"x": ["x", "projection_x_coordinate", "lon", "longitude"],
"y": ["y", "projection_y_coordinate", "lat", "latitude"],
"x": ["x", "X", "xc", "projection_x_coordinate", "lon", "longitude"],
"y": ["y", "Y", "yc", "projection_y_coordinate", "lat", "latitude"],
}


Expand Down

0 comments on commit 36b2d9c

Please sign in to comment.