We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2470551 commit 72e678dCopy full SHA for 72e678d
clouddrift/adapters/andro.py
@@ -31,7 +31,7 @@
31
# order of the URLs is important
32
ANDRO_URL = "https://www.seanoe.org/data/00360/47077/data/116520.dat"
33
ANDRO_TMP_PATH = os.path.join(tempfile.gettempdir(), "clouddrift", "andro")
34
-ANDRO_VERSION = "2024-03-25"
+ANDRO_VERSION = "2025-01"
35
36
37
def to_xarray(tmp_path: str | None = None):
0 commit comments