Skip to content

Commit

Permalink
KDP-1528 float to string for vertical extent
Browse files Browse the repository at this point in the history
  • Loading branch information
rosinaderks committed Oct 9, 2023
1 parent 57047fd commit 79c7550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edr_pydantic/extent.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class Temporal(EDRBaseModel):


class Vertical(EDRBaseModel):
interval: List[List[float]]
values: List[float]
interval: List[List[str]]
values: List[str]
vrs: str


Expand Down

0 comments on commit 79c7550

Please sign in to comment.