There was an error while loading. Please reload this page.
1 parent a7c78ab commit 029960aCopy full SHA for 029960a
1 file changed
examples/example_thredds_resources.py
@@ -12,6 +12,7 @@
12
o = OceanDrift(loglevel=0)
13
14
thredds_resources = open(tdf + '../../opendrift/scripts/data_sources.txt').readlines()
15
+thredds_resources = [t.strip() for t in thredds_resources]
16
times = {}
17
18
#%%
0 commit comments