From 9f0720567d46eb5d5ba8921d6a27a85fcfa28336 Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Wed, 19 Jun 2024 15:34:07 +1000 Subject: [PATCH] Update NCI thredds URL https://opus.nci.org.au/display/NDP/THREDDS+Upgrade --- docs/examples/kgari-transect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/kgari-transect.py b/docs/examples/kgari-transect.py index 01c20e3..9ac052f 100644 --- a/docs/examples/kgari-transect.py +++ b/docs/examples/kgari-transect.py @@ -3,7 +3,7 @@ from emsarray import plot, transect from matplotlib import pyplot -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' dataset = emsarray.open_dataset(dataset_url).isel(time=-1) dataset = dataset.ems.select_variables(['botz', 'temp'])