Skip to content

Commit

Permalink
Use earthkit-data instead of climetlab
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 20, 2024
1 parent 2e22a1e commit d6e22d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ def execute(context, input, u, v):
y = pairs[v]

lats, lons = x.grid_points()
raw_lats, raw_longs = x.grid_points_raw()
raw_lats, raw_longs = x.grid_points_unrotated()

assert x.rotation == y.rotation

0 comments on commit d6e22d4

Please sign in to comment.