Skip to content

Commit

Permalink
Merge pull request #3 from axiom-data-science/cleaning
Browse files Browse the repository at this point in the history
small change
  • Loading branch information
kthyng authored Sep 12, 2023
2 parents 2ec980a + 1037404 commit 32f47ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intake_coops/coops.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def process_adcp(self):
self._ds["vacross"] = -self._ds["u"] * np.sin(np.deg2rad(theta)) + self._ds[
"v"
] * np.cos(np.deg2rad(theta))
self._ds["s"] /= 100
self._ds["s"].attrs = {"standard_name": "sea_water_speed", "units": "m s-1"}
self._ds["d"].attrs = {
"standard_name": "sea_water_velocity_to_direction",
Expand Down

0 comments on commit 32f47ef

Please sign in to comment.