Skip to content

Commit

Permalink
reverse
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsantana11 committed Oct 9, 2024
1 parent 187c7bd commit 69a9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouddrift/adapters/hurdat2.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def to_raggedarray(
preprocess_func=lambda idx: track_data[idx].to_xarray_dataset(),
attrs_global=TrackData.global_attrs,
attrs_variables={
field.name: dict(field.metadata)
field.name: field.metadata
for field in fields(HeaderLine) + fields(DataLine)
},
)
Expand Down

0 comments on commit 69a9fe4

Please sign in to comment.