We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1baf8 commit 9f07205Copy full SHA for 9f07205
docs/examples/kgari-transect.py
@@ -3,7 +3,7 @@
3
from emsarray import plot, transect
4
from matplotlib import pyplot
5
6
-dataset_url = 'https://dapds00.nci.org.au/thredds/dodsC/fx3/model_data/gbr4_bgc_GBR4_H2p0_B2p0_Chyd_Dcrt.ncml'
+dataset_url = 'https://thredds.nci.org.au/thredds/dodsC/fx3/model_data/gbr4_bgc_GBR4_H2p0_B2p0_Chyd_Dcrt.ncml'
7
dataset = emsarray.open_dataset(dataset_url).isel(time=-1)
8
dataset = dataset.ems.select_variables(['botz', 'temp'])
9
0 commit comments