From 050b78c7982e5d1041b088696876cb3ef623f06b Mon Sep 17 00:00:00 2001 From: "Philippe Miron, Ph. D" Date: Mon, 23 May 2022 14:33:49 -0400 Subject: [PATCH] fix #29 --- preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess.py b/preprocess.py index 487cb80..1af49f9 100644 --- a/preprocess.py +++ b/preprocess.py @@ -306,7 +306,7 @@ def to_xarray(self): lon=(['obs'], self.lon, {'long_name': 'Longitude', 'units':'degrees_east'}), lat=(['obs'], self.lat, {'long_name': 'Latitude', 'units':'degrees_north'}), time=(['obs'], self.time, {'long_name': 'Time'}), - ids=(['obs'], np.repeat(self.id, self.rowsize), {'long_name': "Global Drifter Program Buoy identification number of observations", 'units':'-'}), + ids=(['obs'], np.repeat(self.id, self.rowsize), {'long_name': "Global Drifter Program Buoy identification number repeated along observations", 'units':'-'}), ), attrs={