Skip to content

Commit

Permalink
update cutout
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Jun 6, 2024
1 parent 1f9fd7b commit d673c79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/anemoi/inference/checkpoint/metadata/version_0_2_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,16 @@ def area(self):
raise NotImplementedError()


class CutoutRequest(MultiRequest):
@property
def grid(self):
raise NotImplementedError()

@property
def area(self):
raise NotImplementedError()


class SelectRequest(Forward):
# Select variables

Expand Down

0 comments on commit d673c79

Please sign in to comment.