Skip to content

Commit

Permalink
adding NS key to FREQ_CODES
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Feb 10, 2025
1 parent c3895a1 commit 4a53531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geokube/core/coordinate.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class CoordinateType(Enum):
"L": "millisecond",
"U": "microsecond",
"N": "nanosecond",
"NS": "nanosecond",
}


Expand Down

0 comments on commit 4a53531

Please sign in to comment.