Skip to content

Commit 578adb8

Browse files
authored
Merge pull request #136 from csiro-coasts/nci-thredds-url
Update NCI thredds URL
2 parents 7c1baf8 + 68b4fae commit 578adb8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/examples/kgari-transect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from emsarray import plot, transect
44
from matplotlib import pyplot
55

6-
dataset_url = 'https://dapds00.nci.org.au/thredds/dodsC/fx3/model_data/gbr4_bgc_GBR4_H2p0_B2p0_Chyd_Dcrt.ncml'
6+
dataset_url = 'https://thredds.nci.org.au/thredds/dodsC/fx3/model_data/gbr4_bgc_GBR4_H2p0_B2p0_Chyd_Dcrt.ncml'
77
dataset = emsarray.open_dataset(dataset_url).isel(time=-1)
88
dataset = dataset.ems.select_variables(['botz', 'temp'])
99

docs/releases/development.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ Next release (in development)
2020
* Use `pytest-mpl <https://pypi.org/project/pytest-mpl/>`_ for image comparison tests
2121
for testing plotting methods
2222
(:pr:`128`).
23+
* Update all URLs to the NCI THREDDS server
24+
(`update notice <https://opus.nci.org.au/display/NDP/THREDDS+Upgrade>`,
25+
:issue:`135`, :pr:`136`, :pr:`csiro-coast/emsarray-data#2`).

0 commit comments

Comments
 (0)