Skip to content

Commit

Permalink
Merge bc5bd26 into ced57ab
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes authored Jan 20, 2023
2 parents ced57ab + bc5bd26 commit b9d36d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ismn/filehandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ def get_metadata_header_values(self, elements=None):
depth = Depth(float(headr[6]), float(headr[7]))

metadata = MetaData([
MetaVar("network", headr[1]),
MetaVar("station", headr[2]),
MetaVar("network", fname[1]),
MetaVar("station", fname[2]),
MetaVar("variable", variable, depth),
MetaVar("instrument", instrument, depth),
MetaVar("timerange_from", timerange_from),
Expand Down
1 change: 0 additions & 1 deletion src/ismn/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,4 +982,3 @@ def print_climate_dict(self) -> None:
def close_files(self):
# close all open filehandlers
self.__file_collection.close()

0 comments on commit b9d36d3

Please sign in to comment.