Skip to content
Snippets Groups Projects
Commit ca1a8120 authored by Simon Grasse's avatar Simon Grasse
Browse files

implement get_variable_attributes for lat/lon

parent 5011de8c
Branches
Tags
1 merge request!11Creation of first beta release version
......@@ -63,7 +63,11 @@ def get_global_attributes(metadata):
def get_variable_attributes(variable: Variables):
pass
match variable:
case Variables.latitude:
return LATITUDE
case Variables.longitude:
return LONGITUDE
def get_variable_encoding(variable: Variables):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment