File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33from emsarray import plot , transect
44from 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'
77dataset = emsarray .open_dataset (dataset_url ).isel (time = - 1 )
88dataset = dataset .ems .select_variables (['botz' , 'temp' ])
99
Original file line number Diff line number Diff 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 `).
You can’t perform that action at this time.
0 commit comments