From 8b75cced6935b56ef4c343cc341d44c605944275 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Fri, 23 Nov 2018 09:52:14 +1100 Subject: [PATCH] Update notebook --- notebooks/01_exploration.ipynb | 1083 ++++++-------------------------- 1 file changed, 181 insertions(+), 902 deletions(-) diff --git a/notebooks/01_exploration.ipynb b/notebooks/01_exploration.ipynb index bc63cf3..81e42ab 100644 --- a/notebooks/01_exploration.ipynb +++ b/notebooks/01_exploration.ipynb @@ -10,11 +10,11 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 1, "metadata": { "ExecuteTime": { - "end_time": "2018-11-21T05:09:17.883914Z", - "start_time": "2018-11-21T05:09:16.981157Z" + "end_time": "2018-11-22T22:48:17.973982Z", + "start_time": "2018-11-22T22:48:17.825797Z" } }, "outputs": [], @@ -29,11 +29,10 @@ }, { "cell_type": "code", - "execution_count": 61, + "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2018-11-21T22:54:03.111350Z", - "start_time": "2018-11-21T22:54:03.091796Z" + "start_time": "2018-11-22T22:48:17.826Z" }, "scrolled": true }, @@ -50,34 +49,24 @@ "import plotly.plotly as py\n", "import plotly.tools as tls\n", "\n", + "import colorlover as cl\n", + "\n", "from ipywidgets import widgets, Output\n", - "from IPython.display import display, clear_output, Image" + "from IPython.display import display, clear_output, Image, HTML" ] }, { "cell_type": "code", - "execution_count": 22, + "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2018-11-21T05:26:30.254784Z", - "start_time": "2018-11-21T05:26:13.523566Z" + "start_time": "2018-11-22T22:48:17.829Z" }, "pixiedust": { "displayParams": {} } }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\z5189959\\AppData\\Local\\Continuum\\anaconda3\\lib\\site-packages\\numpy\\lib\\arraysetops.py:472: FutureWarning:\n", - "\n", - "elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison\n", - "\n" - ] - } - ], + "outputs": [], "source": [ "def df_from_csv(csv, index_col, data_folder='../data/interim'):\n", " return pd.read_csv(os.path.join(data_folder,csv), index_col=index_col)\n", @@ -111,216 +100,28 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2018-11-21T04:02:25.614132Z", - "start_time": "2018-11-21T04:02:25.609119Z" + "start_time": "2018-11-22T22:48:17.832Z" } }, "outputs": [], - "source": [] + "source": [ + "tables = [Output() for x in range(len(impacts['forecasted']) + 1)]\n", + "tables" + ] }, { "cell_type": "code", - "execution_count": 157, + "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2018-11-22T01:22:23.730687Z", - "start_time": "2018-11-22T01:22:19.346920Z" + "start_time": "2018-11-22T22:48:17.835Z" }, "code_folding": [ - 335, - 430 + 408 ], "scrolled": false }, - "outputs": [ - { - "data": { - "application/vnd.jupyter.widget-view+json": { - "model_id": "237c6a47bf2d418eb98f0ada3a9b00a2", - "version_major": 2, - "version_minor": 0 - }, - "text/html": [ - "

Failed to display Jupyter Widget of type VBox.

\n", - "

\n", - " If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may mean\n", - " that the widgets JavaScript is still loading. If this message persists, it\n", - " likely means that the widgets JavaScript library is either not installed or\n", - " not enabled. See the Jupyter\n", - " Widgets Documentation for setup instructions.\n", - "

\n", - "

\n", - " If you're reading this message in another frontend (for example, a static\n", - " rendering on GitHub or NBViewer),\n", - " it may mean that your frontend doesn't currently support widgets.\n", - "

\n" - ], - "text/plain": [ - "VBox(children=(VBox(children=(HTML(value='Filter by observed and predicted impacts:'), HBox(children=(VBox(children=(HTML(value='Observed Impacts'), SelectMultiple(index=(0, 1), options=('swash', 'collision'), value=('swash', 'collision')))), VBox(children=(HTML(value='Forecasted: foreshore_slope_sto06'), SelectMultiple(index=(0, 1, 2), options=('collision', 'swash', 'overwash'), value=('collision', 'swash', 'overwash')))), VBox(children=(HTML(value='Forecasted: mean_slope_sto06'), SelectMultiple(index=(0, 1, 2), options=('collision', 'swash', 'overwash'), value=('collision', 'swash', 'overwash')))))))), VBox(children=(HTML(value='Filter by site_id:'), HBox(children=(Dropdown(description='site_id: ', index=942, options=('AVOCAn0001', 'AVOCAn0002', 'AVOCAn0003', 'AVOCAn0004', 'AVOCAn0005', 'AVOCAn0006', 'AVOCAn0007', 'AVOCAn0008', 'AVOCAn0009', 'AVOCAs0002', 'AVOCAs0003', 'AVOCAs0004', 'AVOCAs0005', 'AVOCAs0006', 'AVOCAs0007', 'AVOCAs0008', 'BILG0001', 'BILG0002', 'BILG0003', 'BILG0004', 'BILG0005', 'BLUEYS0001', 'BLUEYS0002', 'BLUEYS0003', 'BLUEYS0004', 'BLUEYS0005', 'BLUEYS0006', 'BOAT0001', 'BOAT0002', 'BOAT0003', 'BOAT0004', 'BOAT0005', 'BOOM0001', 'BOOM0002', 'BOOM0003', 'BOOM0004', 'BOOM0005', 'BOOM0006', 'BOOM0007', 'BOOM0008', 'BOOM0009', 'BOOM0010', 'BOOM0011', 'BOOM0012', 'BOOM0013', 'BOOM0014', 'CATHIE0001', 'CATHIE0002', 'CATHIE0003', 'CATHIE0004', 'CATHIE0005', 'CATHIE0006', 'CATHIE0007', 'CATHIE0008', 'CATHIE0009', 'CATHIE0010', 'CATHIE0011', 'CATHIE0012', 'CATHIE0013', 'CATHIE0014', 'CATHIE0015', 'CATHIE0016', 'CATHIE0017', 'CATHIE0018', 'CATHIE0019', 'CATHIE0020', 'CATHIE0021', 'CATHIE0022', 'CATHIE0023', 'CATHIE0024', 'CATHIE0025', 'CATHIE0026', 'CATHIE0027', 'CATHIE0028', 'CATHIE0029', 'CRESn0001', 'CRESn0002', 'CRESn0003', 'CRESn0004', 'CRESn0005', 'CRESn0006', 'CRESn0007', 'CRESn0008', 'CRESn0009', 'CRESn0010', 'CRESn0011', 'CRESn0012', 'CRESn0013', 'CRESn0014', 'CRESn0015', 'CRESn0016', 'CRESn0017', 'CRESn0018', 'CRESn0019', 'CRESn0020', 'CRESn0021', 'CRESn0022', 'CRESn0023', 'CRESn0024', 'CRESn0025', 'CRESn0026', 'CRESn0027', 'CRESn0028', 'CRESn0029', 'CRESn0030', 'CRESn0031', 'CRESn0032', 'CRESn0033', 'CRESn0034', 'CRESn0035', 'CRESn0036', 'CRESn0037', 'CRESn0038', 'CRESn0039', 'CRESn0040', 'CRESn0041', 'CRESn0042', 'CRESn0043', 'CRESn0044', 'CRESn0045', 'CRESn0046', 'CRESn0047', 'CRESn0048', 'CRESn0049', 'CRESn0050', 'CRESn0051', 'CRESn0052', 'CRESn0053', 'CRESn0054', 'CRESn0055', 'CRESn0056', 'CRESn0057', 'CRESn0058', 'CRESn0059', 'CRESn0060', 'CRESn0061', 'CRESn0062', 'CRESn0063', 'CRESn0064', 'CRESn0065', 'CRESn0066', 'CRESn0067', 'CRESn0068', 'CRESn0069', 'CRESn0070', 'CRESn0071', 'CRESn0072', 'CRESn0073', 'CRESn0074', 'CRESn0075', 'CRESn0076', 'CRESn0077', 'CRESn0078', 'CRESn0079', 'CRESn0080', 'CRESn0081', 'CRESn0082', 'CRESn0083', 'CRESn0084', 'CRESn0085', 'CRESn0086', 'CRESn0087', 'CRESn0088', 'CRESn0089', 'CRESn0090', 'CRESn0091', 'CRESn0092', 'CRESn0093', 'CRESn0094', 'CRESn0095', 'CRESn0096', 'CRESn0097', 'CRESn0098', 'CRESn0099', 'CRESn0100', 'CRESn0101', 'CRESn0102', 'CRESn0103', 'CRESn0104', 'CRESn0105', 'CRESn0106', 'CRESn0107', 'CRESn0108', 'CRESn0109', 'CRESn0110', 'CRESn0111', 'CRESn0112', 'CRESn0113', 'CRESn0114', 'CRESn0115', 'CRESn0116', 'CRESn0117', 'CRESn0118', 'CRESn0119', 'CRESn0120', 'CRESn0121', 'CRESn0122', 'CRESn0123', 'CRESn0124', 'CRESn0125', 'CRESs0001', 'CRESs0002', 'CRESs0003', 'CRESs0004', 'CRESs0005', 'CRESs0006', 'CRESs0007', 'CRESs0008', 'CRESs0009', 'CRESs0010', 'CRESs0011', 'CRESs0012', 'CRESs0013', 'CRESs0014', 'DEEWHYn0001', 'DEEWHYn0002', 'DEEWHYn0003', 'DEEWHYn0004', 'DEEWHYn0005', 'DEEWHYn0006', 'DEEWHYn0007', 'DEEWHYn0008', 'DEEWHYn0009', 'DEEWHYn0010', 'DEEWHYn0011', 'DEEWHYn0012', 'DEEWHYs0001', 'DEEWHYs0002', 'DEEWHYs0003', 'DEEWHYs0004', 'DEEWHYs0005', 'DEEWHYs0006', 'DEEWHYs0007', 'DEEWHYs0008', 'DIAMONDn0001', 'DIAMONDn0002', 'DIAMONDn0003', 'DIAMONDn0004', 'DIAMONDn0005', 'DIAMONDn0006', 'DIAMONDn0007', 'DIAMONDn0008', 'DIAMONDn0009', 'DIAMONDn0010', 'DIAMONDn0011', 'DIAMONDn0012', 'DIAMONDn0013', 'DIAMONDn0014', 'DIAMONDn0015', 'DIAMONDn0016', 'DIAMONDn0017', 'DIAMONDn0018', 'DIAMONDn0019', 'DIAMONDn0020', 'DIAMONDn0021', 'DIAMONDn0022', 'DIAMONDn0023', 'DIAMONDn0024', 'DIAMONDn0025', 'DIAMONDn0026', 'DIAMONDn0027', 'DIAMONDn0028', 'DIAMONDn0029', 'DIAMONDn0030', 'DIAMONDn0031', 'DIAMONDn0032', 'DIAMONDn0033', 'DIAMONDn0034', 'DIAMONDn0035', 'DIAMONDn0036', 'DIAMONDn0037', 'DIAMONDn0038', 'DIAMONDn0039', 'DIAMONDn0040', 'DIAMONDn0041', 'DIAMONDs0001', 'DIAMONDs0002', 'DIAMONDs0003', 'DIAMONDs0004', 'DIAMONDs0005', 'DIAMONDs0006', 'DIAMONDs0007', 'DUNBn0001', 'DUNBn0002', 'DUNBn0003', 'DUNBn0004', 'DUNBn0005', 'DUNBn0006', 'DUNBn0007', 'DUNBn0008', 'DUNBn0009', 'DUNBn0010', 'DUNBn0011', 'DUNBn0012', 'DUNBn0013', 'DUNBn0014', 'DUNBn0015', 'DUNBn0016', 'DUNBn0017', 'DUNBn0018', 'DUNBn0019', 'DUNBn0020', 'DUNBn0021', 'DUNBn0022', 'DUNBn0023', 'DUNBn0024', 'DUNBn0025', 'DUNBn0026', 'DUNBn0027', 'DUNBn0028', 'DUNBn0029', 'DUNBn0030', 'DUNBn0031', 'DUNBn0032', 'DUNBn0033', 'DUNBn0034', 'DUNBn0035', 'DUNBn0036', 'DUNBn0037', 'DUNBn0038', 'DUNBn0039', 'DUNBn0040', 'DUNBn0041', 'DUNBn0042', 'DUNBn0043', 'DUNBn0044', 'DUNBn0045', 'DUNBn0046', 'DUNBn0047', 'DUNBn0048', 'DUNBn0049', 'DUNBn0050', 'DUNBn0051', 'DUNBn0052', 'DUNBn0053', 'DUNBn0054', 'DUNBn0055', 'DUNBn0056', 'DUNBn0057', 'DUNBn0058', 'DUNBn0059', 'DUNBn0060', 'DUNBn0061', 'DUNBn0062', 'DUNBn0063', 'DUNBn0064', 'DUNBn0065', 'DUNBn0066', 'DUNBn0067', 'DUNBn0068', 'DUNBn0069', 'DUNBn0070', 'DUNBn0071', 'DUNBn0072', 'DUNBn0073', 'DUNBn0074', 'DUNBs0001', 'DUNBs0002', 'DUNBs0003', 'DUNBs0004', 'DUNBs0005', 'DUNBs0006', 'DUNBs0007', 'DUNBs0008', 'DUNBs0009', 'DUNBs0010', 'DUNBs0011', 'ELIZA0001', 'ELIZA0002', 'ELIZA0003', 'ELIZA0004', 'ELIZA0005', 'ELIZA0006', 'ELIZA0007', 'ENTRA0001', 'ENTRA0002', 'ENTRA0003', 'ENTRA0004', 'ENTRA0005', 'ENTRA0006', 'ENTRA0007', 'ENTRA0008', 'ENTRA0009', 'ENTRA0010', 'ENTRA0011', 'ENTRA0012', 'ENTRA0013', 'ENTRA0014', 'ENTRA0015', 'ENTRA0016', 'ENTRA0017', 'ENTRA0018', 'ENTRA0019', 'ENTRA0020', 'ENTRA0021', 'ENTRA0022', 'ENTRA0023', 'ENTRA0024', 'ENTRA0025', 'ENTRA0026', 'ENTRA0027', 'ENTRA0028', 'ENTRA0029', 'ENTRA0030', 'ENTRA0031', 'ENTRA0032', 'ENTRA0033', 'ENTRA0034', 'ENTRA0035', 'ENTRA0036', 'ENTRA0037', 'ENTRA0038', 'ENTRA0039', 'ENTRA0040', 'ENTRA0041', 'ENTRA0042', 'ENTRA0043', 'ENTRA0044', 'ENTRA0045', 'ENTRA0046', 'ENTRA0047', 'ENTRA0048', 'ENTRA0049', 'ENTRA0050', 'ENTRA0051', 'ENTRA0052', 'ENTRA0053', 'ENTRA0054', 'ENTRA0055', 'ENTRA0056', 'ENTRA0057', 'ENTRA0058', 'ENTRA0059', 'ENTRA0060', 'ENTRA0061', 'ENTRA0062', 'ENTRA0063', 'ENTRA0064', 'ENTRA0065', 'ENTRA0066', 'ENTRA0067', 'ENTRA0068', 'ENTRA0069', 'ENTRA0070', 'ENTRA0071', 'ENTRA0072', 'ENTRA0073', 'ENTRA0074', 'ENTRA0075', 'ENTRA0076', 'ENTRA0077', 'ENTRA0078', 'ENTRA0079', 'FOST0001', 'FOST0002', 'FOST0003', 'FOST0004', 'FOST0005', 'FOST0006', 'GRANTSn0001', 'GRANTSn0002', 'GRANTSn0003', 'GRANTSn0004', 'GRANTSn0005', 'GRANTSn0006', 'GRANTSn0007', 'GRANTSn0008', 'GRANTSn0009', 'GRANTSn0010', 'GRANTSn0011', 'GRANTSn0012', 'GRANTSn0013', 'GRANTSn0014', 'GRANTSn0015', 'GRANTSn0016', 'GRANTSn0017', 'GRANTSn0018', 'GRANTSn0019', 'GRANTSn0020', 'GRANTSn0021', 'GRANTSn0022', 'GRANTSn0023', 'GRANTSn0024', 'GRANTSs0001', 'GRANTSs0002', 'GRANTSs0003', 'GRANTSs0004', 'GRANTSs0005', 'GRANTSs0006', 'GRANTSs0007', 'GRANTSs0008', 'GRANTSs0009', 'GRANTSs0010', 'GRANTSs0011', 'GRANTSs0012', 'GRANTSs0013', 'GRANTSs0014', 'HARGn0001', 'HARGn0002', 'HARGn0003', 'HARGn0004', 'HARGn0005', 'HARGn0006', 'HARGn0007', 'HARGs0001', 'HARGs0002', 'HARGs0003', 'HARGs0004', 'HARGs0005', 'HARGs0006', 'HARGs0007', 'HARR0001', 'HARR0002', 'HARR0003', 'HARR0004', 'HARR0005', 'HARR0006', 'HARR0007', 'HARR0008', 'HARR0009', 'HARR0010', 'HARR0011', 'HARR0012', 'HARR0013', 'HARR0014', 'HARR0015', 'HARR0016', 'HARR0017', 'HARR0018', 'HARR0019', 'HARR0020', 'HARR0021', 'HARR0022', 'HARR0023', 'HARR0024', 'HARR0025', 'HARR0026', 'HARR0027', 'HARR0028', 'HARR0029', 'HARR0030', 'HARR0031', 'HARR0032', 'HARR0033', 'HARR0034', 'HARR0035', 'HARR0036', 'HARR0037', 'HARR0038', 'HARR0039', 'HARR0040', 'HARR0041', 'HARR0042', 'HARR0043', 'HARR0044', 'HARR0045', 'HARR0046', 'HARR0047', 'HARR0048', 'HARR0049', 'HARR0050', 'HARR0051', 'HARR0052', 'HARR0053', 'HARR0054', 'HARR0055', 'HARR0056', 'LHOUSE0001', 'LHOUSE0002', 'LHOUSE0003', 'LHOUSE0004', 'LHOUSE0005', 'LHOUSE0006', 'LHOUSE0007', 'LHOUSE0008', 'LHOUSE0009', 'LHOUSE0010', 'LHOUSE0011', 'LHOUSE0012', 'LHOUSE0013', 'LHOUSEn0001', 'LHOUSEn0002', 'LHOUSEn0003', 'LHOUSEn0004', 'LHOUSEn0005', 'LHOUSEn0006', 'LHOUSEn0007', 'LHOUSEn0008', 'LHOUSEn0009', 'LHOUSEn0010', 'LHOUSEn0011', 'LHOUSEn0012', 'LHOUSEn0013', 'LHOUSEn0014', 'LHOUSEn0015', 'LHOUSEn0016', 'LHOUSEn0017', 'LHOUSEn0018', 'LHOUSEn0019', 'LHOUSEn0020', 'LHOUSEn0021', 'LHOUSEn0022', 'LHOUSEn0023', 'LHOUSEn0024', 'LHOUSEn0025', 'LHOUSEn0026', 'LHOUSEn0027', 'LHOUSEn0028', 'LHOUSEn0029', 'LHOUSEn0030', 'LHOUSEn0031', 'LHOUSEn0032', 'LHOUSEn0033', 'LHOUSEn0034', 'LHOUSEn0035', 'LHOUSEn0036', 'LHOUSEn0037', 'LHOUSEn0038', 'LHOUSEn0039', 'LHOUSEn0040', 'LHOUSEn0041', 'LHOUSEn0042', 'LHOUSEn0043', 'LHOUSEn0044', 'LHOUSEn0045', 'LHOUSEn0046', 'LHOUSEn0047', 'LHOUSEn0048', 'LHOUSEn0049', 'LHOUSEn0050', 'LHOUSEn0051', 'LHOUSEn0052', 'LHOUSEn0053', 'LHOUSEn0054', 'LHOUSEn0055', 'LHOUSEn0056', 'LHOUSEn0057', 'LHOUSEn0058', 'LHOUSEn0059', 'LHOUSEn0060', 'LHOUSEn0061', 'LHOUSEn0062', 'LHOUSEn0063', 'LHOUSEn0064', 'LHOUSEn0065', 'LHOUSEn0066', 'LHOUSEn0067', 'LHOUSEn0068', 'LHOUSEn0069', 'LHOUSEn0070', 'LHOUSEn0071', 'LHOUSEn0072', 'LHOUSEn0073', 'LHOUSEn0074', 'LHOUSEn0075', 'LHOUSEn0076', 'LHOUSEn0077', 'LHOUSEn0078', 'LHOUSEn0079', 'LHOUSEn0080', 'LHOUSEn0081', 'LHOUSEn0082', 'LHOUSEn0083', 'LHOUSEn0084', 'LHOUSEn0085', 'LHOUSEn0086', 'LHOUSEn0087', 'LHOUSEn0088', 'LHOUSEn0089', 'LHOUSEn0090', 'LHOUSEn0091', 'LHOUSEn0092', 'LHOUSEn0093', 'LHOUSEs0001', 'LHOUSEs0002', 'LHOUSEs0003', 'LHOUSEs0004', 'LHOUSEs0005', 'LHOUSEs0006', 'LHOUSEs0007', 'LHOUSEs0008', 'LHOUSEs0009', 'LHOUSEs0010', 'LHOUSEs0011', 'LHOUSEs0012', 'LHOUSEs0013', 'LHOUSEs0014', 'LHOUSEs0015', 'LHOUSEs0016', 'LHOUSEs0017', 'LHOUSEs0018', 'LHOUSEs0019', 'LHOUSEs0020', 'LHOUSEs0021', 'LHOUSEs0022', 'LHOUSEs0023', 'LHOUSEs0024', 'LHOUSEs0025', 'LHOUSEs0026', 'LHOUSEs0027', 'LHOUSEs0028', 'LHOUSEs0029', 'LHOUSEs0030', 'LHOUSEs0031', 'LHOUSEs0032', 'MACM0001', 'MACM0002', 'MACM0003', 'MACM0004', 'MACM0005', 'MACM0006', 'MACM0007', 'MACM0008', 'MACM0009', 'MACM0010', 'MACM0011', 'MACM0012', 'MACM0013', 'MACM0014', 'MACM0015', 'MACM0016', 'MANNING0001', 'MANNING0002', 'MANNING0003', 'MANNING0004', 'MANNING0005', 'MANNING0006', 'MANNING0007', 'MANNING0008', 'MANNING0009', 'MANNING0010', 'MANNING0011', 'MANNING0012', 'MANNING0013', 'MANNING0014', 'MANNING0015', 'MANNING0016', 'MANNING0017', 'MANNING0018', 'MANNING0019', 'MANNING0020', 'MANNING0021', 'MANNING0022', 'MANNING0023', 'MANNING0024', 'MANNING0025', 'MANNING0026', 'MANNING0027', 'MANNING0028', 'MANNING0029', 'MANNING0030', 'MANNING0031', 'MANNING0032', 'MANNING0033', 'MANNING0034', 'MANNING0035', 'MANNING0036', 'MANNING0037', 'MANNING0038', 'MANNING0039', 'MANNING0040', 'MANNING0041', 'MANNING0042', 'MANNING0043', 'MANNING0044', 'MANNING0045', 'MANNING0046', 'MANNING0047', 'MANNING0048', 'MANNING0049', 'MANNING0050', 'MANNING0051', 'MANNING0052', 'MANNING0053', 'MANNING0054', 'MANNING0055', 'MANNING0056', 'MANNING0057', 'MANNING0058', 'MANNING0059', 'MANNING0060', 'MANNING0061', 'MANNING0062', 'MANNING0063', 'MANNING0064', 'MANNING0065', 'MANNING0066', 'MANNING0067', 'MANNING0068', 'MANNING0069', 'MANNING0070', 'MANNING0071', 'MANNING0072', 'MANNING0073', 'MANNING0074', 'MANNING0075', 'MANNING0076', 'MANNING0077', 'MANNING0078', 'MANNING0079', 'MANNING0080', 'MANNING0081', 'MANNING0082', 'MANNING0083', 'MANNING0084', 'MANNING0085', 'MANNING0086', 'MANNING0087', 'MANNING0088', 'MANNING0089', 'MANNING0090', 'MANNING0091', 'MANNING0092', 'MANNING0093', 'MANNING0094', 'MANNING0095', 'MANNING0096', 'MANNING0097', 'MANNING0098', 'MANNING0099', 'MANNING0100', 'MANNING0101', 'MANNING0102', 'MANNING0103', 'MANNING0104', 'MANNING0105', 'MANNING0106', 'MANNING0107', 'MANNING0108', 'MANNING0109', 'MANNING0110', 'MANNING0111', 'MANNING0112', 'MANNING0113', 'MANNING0114', 'MANNING0115', 'MANNING0116', 'MANNING0117', 'MANNING0118', 'MANNING0119', 'MANNING0120', 'MANNING0121', 'MANNING0122', 'MANNING0123', 'MANNING0124', 'MANNING0125', 'MANNING0126', 'MANNING0127', 'MONA0001', 'MONA0002', 'MONA0003', 'MONA0004', 'MONA0005', 'MONA0006', 'MONA0007', 'MONA0008', 'MONA0009', 'MONA0010', 'MONA0011', 'MONA0012', 'MONA0013', 'MONA0014', 'MONA0015', 'MONA0016', 'MONA0017', 'MONA0018', 'MONA0019', 'MONA0020', 'MONA0021', 'NAMB0001', 'NAMB0002', 'NAMB0003', 'NAMB0004', 'NAMB0005', 'NAMB0006', 'NAMB0007', 'NAMB0008', 'NAMB0009', 'NAMB0010', 'NAMB0011', 'NAMB0012', 'NAMB0013', 'NAMB0014', 'NAMB0015', 'NAMB0016', 'NAMB0017', 'NAMB0018', 'NAMB0019', 'NAMB0020', 'NAMB0021', 'NAMB0022', 'NAMB0023', 'NAMB0024', 'NAMB0025', 'NAMB0026', 'NAMB0027', 'NAMB0028', 'NAMB0029', 'NAMB0030', 'NAMB0031', 'NAMB0032', 'NAMB0033', 'NAMB0034', 'NAMB0035', 'NAMB0036', 'NAMB0037', 'NAMB0038', 'NAMB0039', 'NAMB0040', 'NAMB0041', 'NAMB0042', 'NAMB0043', 'NAMB0044', 'NAMB0045', 'NAMB0046', 'NAMB0047', 'NAMB0048', 'NAMB0049', 'NAMB0050', 'NAMB0051', 'NAMB0052', 'NAMB0053', 'NAMB0054', 'NAMB0055', 'NAMB0056', 'NAMB0057', 'NAMB0058', 'NAMB0059', 'NAMB0060', 'NAMB0061', 'NAMB0062', 'NAMB0063', 'NAMB0064', 'NAMB0065', 'NAMB0066', 'NAMB0067', 'NAMB0068', 'NAMB0069', 'NAMB0070', 'NAMB0071', 'NAMB0072', 'NAMB0073', 'NARRA0001', 'NARRA0002', 'NARRA0003', 'NARRA0004', 'NARRA0005', 'NARRA0006', 'NARRA0007', 'NARRA0008', 'NARRA0009', 'NARRA0010', 'NARRA0011', 'NARRA0012', 'NARRA0013', 'NARRA0014', 'NARRA0015', 'NARRA0016', 'NARRA0017', 'NARRA0018', 'NARRA0019', 'NARRA0020', 'NARRA0021', 'NARRA0022', 'NARRA0023', 'NARRA0024', 'NARRA0025', 'NARRA0026', 'NARRA0027', 'NARRA0028', 'NARRA0029', 'NARRA0030', 'NARRA0031', 'NARRA0032', 'NARRA0033', 'NARRA0034', 'NARRA0035', 'NARRA0036', 'NINEMn0001', 'NINEMn0002', 'NINEMn0003', 'NINEMn0004', 'NINEMn0005', 'NINEMn0006', 'NINEMn0007', 'NINEMn0008', 'NINEMn0009', 'NINEMn0010', 'NINEMn0011', 'NINEMn0012', 'NINEMn0013', 'NINEMn0014', 'NINEMn0015', 'NINEMn0016', 'NINEMn0017', 'NINEMn0018', 'NINEMn0019', 'NINEMn0020', 'NINEMn0021', 'NINEMn0022', 'NINEMn0023', 'NINEMn0024', 'NINEMn0025', 'NINEMn0026', 'NINEMn0027', 'NINEMn0028', 'NINEMn0029', 'NINEMn0030', 'NINEMn0031', 'NINEMn0032', 'NINEMn0033', 'NINEMn0034', 'NINEMn0035', 'NINEMn0036', 'NINEMn0037', 'NINEMn0038', 'NINEMn0039', 'NINEMn0040', 'NINEMn0041', 'NINEMn0042', 'NINEMn0043', 'NINEMn0044', 'NINEMn0045', 'NINEMn0046', 'NINEMn0047', 'NINEMn0048', 'NINEMn0049', 'NINEMn0050', 'NINEMn0051', 'NINEMn0052', 'NINEMn0053', 'NINEMn0054', 'NINEMs0001', 'NINEMs0002', 'NINEMs0003', 'NINEMs0004', 'NINEMs0005', 'NINEMs0006', 'NINEMs0007', 'NINEMs0008', 'NINEMs0009', 'NINEMs0010', 'NINEMs0011', 'NINEMs0012', 'NINEMs0013', 'NINEMs0014', 'NINEMs0015', 'NINEMs0016', 'NINEMs0017', 'NINEMs0018', 'NINEMs0019', 'NINEMs0020', 'NINEMs0021', 'NINEMs0022', 'NINEMs0023', 'NINEMs0024', 'NINEMs0025', 'NINEMs0026', 'NINEMs0027', 'NINEMs0028', 'NINEMs0029', 'NINEMs0030', 'NINEMs0031', 'NINEMs0032', 'NINEMs0033', 'NINEMs0034', 'NINEMs0035', 'NINEMs0036', 'NINEMs0037', 'NINEMs0038', 'NINEMs0039', 'NINEMs0040', 'NINEMs0041', 'NINEMs0042', 'NINEMs0043', 'NINEMs0044', 'NINEMs0045', 'NINEMs0046', 'NINEMs0047', 'NINEMs0048', 'NINEMs0049', 'NINEMs0050', 'NINEMs0051', 'NINEMs0052', 'NINEMs0053', 'NINEMs0054', 'NINEMs0055', 'NINEMs0056', 'NINEMs0057', 'NINEMs0058', 'NINEMs0059', 'NINEMs0060', 'NSHORE_n0001', 'NSHORE_n0002', 'NSHORE_n0003', 'NSHORE_n0004', 'NSHORE_n0005', 'NSHORE_n0006', 'NSHORE_n0007', 'NSHORE_n0008', 'NSHORE_n0009', 'NSHORE_n0010', 'NSHORE_n0011', 'NSHORE_n0012', 'NSHORE_n0013', 'NSHORE_n0014', 'NSHORE_n0015', 'NSHORE_n0016', 'NSHORE_n0017', 'NSHORE_n0018', 'NSHORE_n0019', 'NSHORE_n0020', 'NSHORE_n0021', 'NSHORE_n0022', 'NSHORE_n0023', 'NSHORE_n0024', 'NSHORE_n0025', 'NSHORE_n0026', 'NSHORE_n0027', 'NSHORE_n0028', 'NSHORE_n0029', 'NSHORE_n0030', 'NSHORE_n0031', 'NSHORE_n0032', 'NSHORE_n0033', 'NSHORE_n0034', 'NSHORE_n0035', 'NSHORE_n0036', 'NSHORE_n0037', 'NSHORE_n0038', 'NSHORE_n0039', 'NSHORE_n0040', 'NSHORE_n0041', 'NSHORE_n0042', 'NSHORE_n0043', 'NSHORE_n0044', 'NSHORE_n0045', 'NSHORE_n0046', 'NSHORE_n0047', 'NSHORE_n0048', 'NSHORE_n0049', 'NSHORE_n0050', 'NSHORE_n0051', 'NSHORE_n0052', 'NSHORE_n0053', 'NSHORE_n0054', 'NSHORE_n0055', 'NSHORE_n0056', 'NSHORE_n0057', 'NSHORE_n0058', 'NSHORE_n0059', 'NSHORE_n0060', 'NSHORE_n0061', 'NSHORE_n0062', 'NSHORE_n0063', 'NSHORE_n0064', 'NSHORE_n0065', 'NSHORE_n0066', 'NSHORE_n0067', 'NSHORE_n0068', 'NSHORE_n0069', 'NSHORE_n0070', 'NSHORE_n0071', 'NSHORE_n0072', 'NSHORE_n0073', 'NSHORE_n0074', 'NSHORE_n0075', 'NSHORE_n0076', 'NSHORE_n0077', 'NSHORE_n0078', 'NSHORE_n0079', 'NSHORE_n0080', 'NSHORE_n0081', 'NSHORE_n0082', 'NSHORE_s0001', 'NSHORE_s0002', 'NSHORE_s0003', 'NSHORE_s0004', 'NSHORE_s0005', 'NSHORE_s0006', 'NSHORE_s0007', 'NSHORE_s0008', 'NSHORE_s0009', 'NSHORE_s0010', 'NSHORE_s0011', 'NSHORE_s0012', 'NSHORE_s0013', 'NSHORE_s0014', 'NSHORE_s0015', 'NSHORE_s0016', 'NSHORE_s0017', 'NSHORE_s0018', 'NSHORE_s0019', 'NSHORE_s0020', 'NSHORE_s0021', 'NSHORE_s0022', 'NSHORE_s0023', 'NSHORE_s0024', 'NSHORE_s0025', 'NSHORE_s0026', 'NSHORE_s0027', 'NSHORE_s0028', 'NSHORE_s0029', 'NSHORE_s0030', 'NSHORE_s0031', 'NSHORE_s0032', 'NSHORE_s0033', 'NSHORE_s0034', 'NSHORE_s0035', 'NSHORE_s0036', 'NSHORE_s0037', 'NSHORE_s0038', 'NSHORE_s0039', 'NSHORE_s0040', 'NSHORE_s0041', 'NSHORE_s0042', 'NSHORE_s0043', 'NSHORE_s0044', 'OLDBAR0001', 'OLDBAR0002', 'OLDBAR0003', 'OLDBAR0004', 'OLDBAR0005', 'OLDBAR0006', 'OLDBAR0007', 'OLDBAR0008', 'OLDBAR0009', 'OLDBAR0010', 'OLDBAR0011', 'OLDBAR0012', 'OLDBAR0013', 'OLDBAR0014', 'OLDBAR0015', 'OLDBAR0016', 'OLDBAR0017', 'OLDBAR0018', 'OLDBAR0019', 'OLDBAR0020', 'OLDBAR0021', 'OLDBAR0022', 'OLDBAR0023', 'OLDBAR0024', 'OLDBAR0025', 'OLDBAR0026', 'OLDBAR0027', 'OLDBAR0028', 'OLDBAR0029', 'OLDBAR0030', 'OLDBAR0031', 'OLDBAR0032', 'OLDBAR0033', 'OLDBAR0034', 'OLDBAR0035', 'OLDBAR0036', 'ONEMILE0001', 'ONEMILE0002', 'ONEMILE0003', 'ONEMILE0004', 'ONEMILE0005', 'ONEMILE0006', 'ONEMILE0007', 'ONEMILE0008', 'ONEMILE0009', 'ONEMILE0010', 'ONEMILE0011', 'ONEMILE0012', 'ONEMILE0013', 'PEARLn0001', 'PEARLn0002', 'PEARLn0003', 'PEARLn0004', 'PEARLn0005', 'PEARLs0001', 'PEARLs0002', 'PEARLs0003', 'PEARLs0004', 'PEARLs0005', 'SCOT0001', 'SCOT0002', 'SCOT0003', 'SCOT0004', 'SCOT0005', 'SCOT0006', 'SCOT0007', 'SCOT0008', 'SCOT0009', 'SCOT0010', 'SCOT0011', 'SCOT0012', 'STOCNn0001', 'STOCNn0002', 'STOCNn0003', 'STOCNn0004', 'STOCNn0005', 'STOCNn0006', 'STOCNn0007', 'STOCNn0008', 'STOCNn0009', 'STOCNn0010', 'STOCNn0011', 'STOCNn0012', 'STOCNn0013', 'STOCNn0014', 'STOCNn0015', 'STOCNn0016', 'STOCNn0017', 'STOCNn0018', 'STOCNn0019', 'STOCNn0020', 'STOCNn0021', 'STOCNn0022', 'STOCNn0023', 'STOCNn0024', 'STOCNn0025', 'STOCNn0026', 'STOCNn0027', 'STOCNn0028', 'STOCNn0029', 'STOCNn0030', 'STOCNn0031', 'STOCNn0032', 'STOCNn0033', 'STOCNn0034', 'STOCNn0035', 'STOCNn0036', 'STOCNn0037', 'STOCNn0038', 'STOCNn0039', 'STOCNn0040', 'STOCNn0041', 'STOCNn0042', 'STOCNn0043', 'STOCNn0044', 'STOCNn0045', 'STOCNn0046', 'STOCNn0047', 'STOCNn0048', 'STOCNn0049', 'STOCNn0050', 'STOCNn0051', 'STOCNn0052', 'STOCNn0053', 'STOCNn0054', 'STOCNn0055', 'STOCNn0056', 'STOCNn0057', 'STOCNn0058', 'STOCNn0059', 'STOCNn0060', 'STOCNn0061', 'STOCNn0062', 'STOCNn0063', 'STOCNn0064', 'STOCNn0065', 'STOCNs0001', 'STOCNs0002', 'STOCNs0003', 'STOCNs0004', 'STOCNs0005', 'STOCNs0006', 'STOCNs0007', 'STOCNs0008', 'STOCNs0009', 'STOCNs0010', 'STOCNs0011', 'STOCNs0012', 'STOCNs0013', 'STOCNs0014', 'STOCNs0015', 'STOCNs0016', 'STOCNs0017', 'STOCNs0018', 'STOCNs0019', 'STOCNs0020', 'STOCNs0021', 'STOCNs0022', 'STOCNs0023', 'STOCNs0024', 'STOCNs0025', 'STOCNs0026', 'STOCNs0027', 'STOCNs0028', 'STOCNs0029', 'STOCNs0030', 'STOCNs0031', 'STOCNs0032', 'STOCNs0033', 'STOCNs0034', 'STOCNs0035', 'STOCNs0036', 'STOCNs0037', 'STOCNs0038', 'STOCNs0039', 'STOCNs0040', 'STOCNs0041', 'STOCNs0042', 'STOCNs0043', 'STOCNs0044', 'STOCNs0045', 'STOCNs0046', 'STOCNs0047', 'STOCNs0048', 'STOCNs0049', 'STOCNs0050', 'STOCNs0051', 'STOCNs0052', 'STOCNs0053', 'STOCNs0054', 'STOCNs0055', 'STOCNs0056', 'STOCNs0057', 'STOCNs0058', 'STOCNs0059', 'STOCNs0060', 'STOCNs0061', 'STOCNs0062', 'STOCNs0063', 'STOCNs0064', 'STOCNs0065', 'STOCNs0066', 'STOCNs0067', 'STOCNs0068', 'STOCNs0069', 'STOCNs0070', 'STOCNs0071', 'STOCNs0072', 'STOCNs0073', 'STOCNs0074', 'STOCNs0075', 'STOCNs0076', 'STOCNs0077', 'STOCNs0078', 'STOCNs0079', 'STOCNs0080', 'STOCNs0081', 'STOCNs0082', 'STOCNs0083', 'STOCNs0084', 'STOCNs0085', 'STOCNs0086', 'STOCNs0087', 'STOCNs0088', 'STOCNs0089', 'STOCNs0090', 'STOCNs0091', 'STOCNs0092', 'STOCNs0093', 'STOCNs0094', 'STOCNs0095', 'STOCNs0096', 'STOCNs0097', 'STOCNs0098', 'STOCNs0099', 'STOCNs0100', 'STOCNs0101', 'STOCNs0102', 'STOCNs0103', 'STOCNs0104', 'STOCNs0105', 'STOCNs0106', 'STOCNs0107', 'STOCNs0108', 'STOCNs0109', 'STOCNs0110', 'STOCNs0111', 'STOCNs0112', 'STOCNs0113', 'STOCNs0114', 'STOCNs0115', 'STOCNs0116', 'STOCNs0117', 'STOCNs0118', 'STOCNs0119', 'STOCNs0120', 'STOCNs0121', 'STOCNs0122', 'STOCNs0123', 'STOCNs0124', 'STOCNs0125', 'STOCNs0126', 'STOCNs0127', 'STOCNs0128', 'STOCNs0129', 'STOCNs0130', 'STOCNs0131', 'STOCNs0132', 'STOCNs0133', 'STOCNs0134', 'STOCNs0135', 'STOCNs0136', 'STOCNs0137', 'STOCNs0138', 'STOCNs0139', 'STOCNs0140', 'STOCNs0141', 'STOCNs0142', 'STOCNs0143', 'STOCNs0144', 'STOCNs0145', 'STOCNs0146', 'STOCNs0147', 'STOCNs0148', 'STOCNs0149', 'STOCNs0150', 'STOCNs0151', 'STOCNs0152', 'STOCNs0153', 'STOCNs0154', 'STOCNs0155', 'STOCNs0156', 'STOCNs0157', 'STOCNs0158', 'STOCNs0159', 'STOCNs0160', 'STOCNs0161', 'STOCNs0162', 'STOCNs0163', 'STOCNs0164', 'STOCNs0165', 'STOCNs0166', 'STOCNs0167', 'STOCNs0168', 'STOCNs0169', 'STOCNs0170', 'STOCNs0171', 'STOCNs0172', 'STOCNs0173', 'STOCNs0174', 'STOCNs0175', 'STOCNs0176', 'STOCNs0177', 'STOCNs0178', 'STOCNs0179', 'STOCNs0180', 'STOCNs0181', 'STOCNs0182', 'STOCNs0183', 'STOCNs0184', 'STOCNs0185', 'STOCNs0186', 'STOCNs0187', 'STOCNs0188', 'STOCNs0189', 'STOCNs0190', 'STOCNs0191', 'STOCNs0192', 'STOCNs0193', 'STOCNs0194', 'STOCNs0195', 'STOCNs0196', 'STOCNs0197', 'STOCNs0198', 'STOCNs0199', 'STOCNs0200', 'STOCNs0201', 'STOCNs0202', 'STOCNs0203', 'STOCNs0204', 'STOCNs0205', 'STOCNs0206', 'STOCNs0207', 'STOCNs0208', 'STOCNs0209', 'STOCS0001', 'STOCS0002', 'STOCS0003', 'STOCS0004', 'STOCS0005', 'STOCS0006', 'STOCS0007', 'STOCS0008', 'STOCS0009', 'STOCS0010', 'STOCS0011', 'STOCS0012', 'STOCS0013', 'STOCS0014', 'STOCS0015', 'STOCS0016', 'STOCS0017', 'STOCS0018', 'STOCS0019', 'STOCS0020', 'STOCS0021', 'STOCS0022', 'STOCS0023', 'STOCS0024', 'STOCS0025', 'STOCS0026', 'STOCS0027', 'STOCS0028', 'STOCS0029', 'STOCS0030', 'STOCS0031', 'STOCS0032', 'STOCS0033', 'STOCS0034', 'STOCS0035', 'STOCS0036', 'STOCS0037', 'STOCS0038', 'STOCS0039', 'STOCS0040', 'STOCS0041', 'STOCS0042', 'STOCS0043', 'STOCS0044', 'STOCS0045', 'STOCS0046', 'STUART0001', 'STUART0002', 'STUART0003', 'STUART0004', 'STUART0005', 'STUART0006', 'STUART0007', 'STUART0008', 'STUART0009', 'STUART0010', 'STUART0011', 'STUART0012', 'STUART0013', 'STUART0014', 'STUART0015', 'STUART0016', 'STUART0017', 'STUART0018', 'STUART0019', 'STUART0020', 'STUART0021', 'STUART0022', 'STUART0023', 'STUART0024', 'STUART0025', 'STUART0026', 'STUART0027', 'STUART0028', 'STUART0029', 'STUART0030', 'STUART0031', 'STUART0032', 'STUART0033', 'STUART0034', 'STUART0035', 'STUART0036', 'STUART0037', 'STUART0038', 'STUART0039', 'STUART0040', 'STUART0041', 'STUART0042', 'STUART0043', 'STUART0044', 'STUART0045', 'STUART0046', 'STUART0047', 'STUART0048', 'STUART0049', 'STUART0050', 'STUART0051', 'STUART0052', 'STUART0053', 'STUART0054', 'STUART0055', 'STUART0056', 'STUART0057', 'STUART0058', 'STUART0059', 'STUART0060', 'STUART0061', 'STUART0062', 'STUART0063', 'STUART0064', 'STUART0065', 'STUART0066', 'STUART0067', 'STUART0068', 'STUART0069', 'STUART0070', 'STUART0071', 'STUART0072', 'STUART0073', 'STUART0074', 'STUART0075', 'STUART0076', 'STUART0077', 'STUART0078', 'STUART0079', 'STUART0080', 'STUART0081', 'STUART0082', 'STUART0083', 'STUART0084', 'STUART0085', 'STUART0086', 'STUART0087', 'STUART0088', 'STUART0089', 'SWRO0001', 'SWRO0002', 'SWRO0003', 'SWRO0004', 'SWRO0005', 'SWRO0006', 'SWRO0007', 'SWRO0008', 'SWRO0009', 'SWRO0010', 'SWRO0011', 'SWRO0012', 'SWRO0013', 'SWRO0014', 'SWRO0015', 'SWRO0016', 'SWRO0017', 'SWRO0018', 'SWRO0019', 'SWRO0020', 'SWRO0021', 'SWRO0022', 'SWRO0023', 'SWRO0024', 'SWRO0025', 'SWRO0026', 'TREACH0001', 'TREACH0002', 'TREACH0003', 'TREACH0004', 'TREACH0005', 'TREACH0006', 'TREACH0007', 'TREACH0008', 'TREACH0009', 'TREACH0010', 'TREACH0011', 'TREACH0012', 'TREACH0013', 'TREACH0014', 'TREACH0015', 'TREACH0016', 'WAMBE0001', 'WAMBE0002', 'WAMBE0003', 'WAMBE0004', 'WAMBE0005', 'WAMBE0006', 'WAMBE0007', 'WAMBE0008', 'WAMBE0009', 'WAMBE0010', 'WAMBE0011', 'WAMBE0012', 'WAMBE0013', 'WAMBE0014', 'WAMBE0015', 'WAMBE0016', 'WAMBE0017', 'WAMBE0018', 'WAMBE0019', 'WAMBE0020', 'WAMBE0021', 'WAMBE0022', 'WAMBE0023', 'WAMBE0024', 'WAMBE0025', 'WAMBE0026', 'WAMBE0027'), value='NARRA0001'),)))), HBox(children=(FigureWidget({\n", - " 'data': [{'name': 'Pre Storm Profile',\n", - " 'type': 'scatter',\n", - " 'uid': '534bf20e-d5c0-49b0-8f3a-247fc1db8b29',\n", - " 'x': [0],\n", - " 'y': [0]},\n", - " {'name': 'Post Storm Profile',\n", - " 'type': 'scatter',\n", - " 'uid': '4da21238-7eab-464a-94e3-374d731a3797',\n", - " 'x': [0],\n", - " 'y': [0]},\n", - " {'marker': {'color': 'rgb(17, 157, 255)', 'size': 20},\n", - " 'mode': 'markers',\n", - " 'name': 'Pre-storm dune crest',\n", - " 'type': 'scatter',\n", - " 'uid': '1bcb6e22-4d7a-487d-a63f-23086513084e',\n", - " 'x': [0],\n", - " 'y': [0]},\n", - " {'marker': {'color': 'rgb(231, 99, 250)', 'size': 20},\n", - " 'mode': 'markers',\n", - " 'name': 'Pre-storm dune toe',\n", - " 'type': 'scatter',\n", - " 'uid': '39507d76-af86-4685-812d-03a96960aac9',\n", - " 'x': [0],\n", - " 'y': [0]},\n", - " {'name': 'Peak R_high: foreshore_slope_sto06',\n", - " 'type': 'scatter',\n", - " 'uid': '64fa5f96-580e-4188-a9f1-95a453763277',\n", - " 'x': [0],\n", - " 'y': [0]},\n", - " {'name': 'Peak R_high: mean_slope_sto06',\n", - " 'type': 'scatter',\n", - " 'uid': '65603ac3-721e-428a-8dc3-c94a500fdeeb',\n", - " 'x': [0],\n", - " 'y': [0]}],\n", - " 'layout': {'height': 300,\n", - " 'legend': {'font': {'size': 10}},\n", - " 'margin': {'b': 50, 'l': 50, 'r': 20, 't': 50},\n", - " 'title': 'Bed Profiles',\n", - " 'xaxis': {'autorange': True,\n", - " 'range': [0, 200],\n", - " 'showgrid': True,\n", - " 'showline': True,\n", - " 'title': 'x (m)',\n", - " 'zeroline': True},\n", - " 'yaxis': {'autorange': False,\n", - " 'range': [-1, 20],\n", - " 'showgrid': True,\n", - " 'showline': True,\n", - " 'title': 'z (m)',\n", - " 'zeroline': True}}\n", - "}), FigureWidget({\n", - " 'data': [{'lat': array([-33.46381539, -33.46301835, -33.46221051, ..., -33.4279646 ,\n", - " -33.42732743, -33.42671036]),\n", - " 'lon': array([151.43639576, 151.43690633, 151.43738179, ..., 151.4501613 ,\n", - " 151.45092222, 151.45170635]),\n", - " 'marker': {'size': 10},\n", - " 'mode': 'markers',\n", - " 'text': array(['AVOCAn0001', 'AVOCAn0002', 'AVOCAn0003', ..., 'WAMBE0025', 'WAMBE0026',\n", - " 'WAMBE0027'], dtype='{}
\".format(observed_regime)\n", + " \n", + " for forecast in impacts['forecasted']:\n", + " regime = impacts['forecasted'][forecast].query(\"site_id=='{}'\".format(site_id)).storm_regime.values[0]\n", + " site_id_impacts.value += '{}: {}
'.format(forecast, regime)\n", + " \n", + " # Update our tables\n", + " \n", "site_id_select.observe(update_profile, names=\"value\")\n", "\n", "\n", @@ -867,478 +582,42 @@ "for box in selectboxes:\n", " box.observe(update_filter, names=\"value\")\n", "\n", - "# Display our widgets!ore forecast i\n", - "widgets.VBox([filter_container, site_id_container,\n", - " widgets.HBox([g_profiles, g_map]), g_timeseries])\n", - "# widgets.VBox([filter_container,site_id_container,widgets.HBox([g_profiles,g_map]),g_twls,g_params])\n", - "\n", + " \n", "\n", - "# For table\n", - "# out = Output()\n", - "# with out:\n", - "# display(df_waves.head(3))\n", "\n", - "# widgets.VBox([filter_container,site_id_container, out])" + "# Display our widgets!\n", + "widgets.VBox([filter_container, site_id_container,\n", + " widgets.HBox([g_profiles, g_map]), g_timeseries, tables_container])\n", + "\n" ] }, { "cell_type": "code", - "execution_count": 164, + "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2018-11-22T01:26:00.955120Z", - "start_time": "2018-11-22T01:26:00.904958Z" - } + "start_time": "2018-11-22T22:48:17.837Z" + }, + "scrolled": true }, - "outputs": [ - { - "data": { - "text/plain": [ - "['2016-05-28 00:00:00',\n", - " '2016-05-28 01:00:00',\n", - " '2016-05-28 02:00:00',\n", - " '2016-05-28 03:00:00',\n", - " '2016-05-28 04:00:00',\n", - " '2016-05-28 05:00:00',\n", - " '2016-05-28 06:00:00',\n", - " '2016-05-28 07:00:00',\n", - " '2016-05-28 08:00:00',\n", - " '2016-05-28 09:00:00',\n", - " '2016-05-28 10:00:00',\n", - " '2016-05-28 11:00:00',\n", - " '2016-05-28 12:00:00',\n", - " '2016-05-28 13:00:00',\n", - " '2016-05-28 14:00:00',\n", - " '2016-05-28 15:00:00',\n", - " '2016-05-28 16:00:00',\n", - " '2016-05-28 17:00:00',\n", - " '2016-05-28 18:00:00',\n", - " '2016-05-28 19:00:00',\n", - " '2016-05-28 20:00:00',\n", - " '2016-05-28 21:00:00',\n", - " '2016-05-28 22:00:00',\n", - " '2016-05-28 23:00:00',\n", - " '2016-05-29 00:00:00',\n", - " '2016-05-29 01:00:00',\n", - " '2016-05-29 02:00:00',\n", - " '2016-05-29 03:00:00',\n", - " '2016-05-29 04:00:00',\n", - " '2016-05-29 05:00:00',\n", - " '2016-05-29 06:00:00',\n", - " '2016-05-29 07:00:00',\n", - " '2016-05-29 08:00:00',\n", - " '2016-05-29 09:00:00',\n", - " '2016-05-29 10:00:00',\n", - " '2016-05-29 11:00:00',\n", - " '2016-05-29 12:00:00',\n", - " '2016-05-29 13:00:00',\n", - " '2016-05-29 14:00:00',\n", - " '2016-05-29 15:00:00',\n", - " '2016-05-29 16:00:00',\n", - " '2016-05-29 17:00:00',\n", - " '2016-05-29 18:00:00',\n", - " '2016-05-29 19:00:00',\n", - " '2016-05-29 20:00:00',\n", - " '2016-05-29 21:00:00',\n", - " '2016-05-29 22:00:00',\n", - " '2016-05-29 23:00:00',\n", - " '2016-05-30 00:00:00',\n", - " '2016-05-30 01:00:00',\n", - " '2016-05-30 02:00:00',\n", - " '2016-05-30 03:00:00',\n", - " '2016-05-30 04:00:00',\n", - " '2016-05-30 05:00:00',\n", - " '2016-05-30 06:00:00',\n", - " '2016-05-30 07:00:00',\n", - " '2016-05-30 08:00:00',\n", - " '2016-05-30 09:00:00',\n", - " '2016-05-30 10:00:00',\n", - " '2016-05-30 11:00:00',\n", - " '2016-05-30 12:00:00',\n", - " '2016-05-30 13:00:00',\n", - " '2016-05-30 14:00:00',\n", - " '2016-05-30 15:00:00',\n", - " '2016-05-30 16:00:00',\n", - " '2016-05-30 17:00:00',\n", - " '2016-05-30 18:00:00',\n", - " '2016-05-30 19:00:00',\n", - " '2016-05-30 20:00:00',\n", - " '2016-05-30 21:00:00',\n", - " '2016-05-30 22:00:00',\n", - " '2016-05-30 23:00:00',\n", - " '2016-05-31 00:00:00',\n", - " '2016-05-31 01:00:00',\n", - " '2016-05-31 02:00:00',\n", - " '2016-05-31 03:00:00',\n", - " '2016-05-31 04:00:00',\n", - " '2016-05-31 05:00:00',\n", - " '2016-05-31 06:00:00',\n", - " '2016-05-31 07:00:00',\n", - " '2016-05-31 08:00:00',\n", - " '2016-05-31 09:00:00',\n", - " '2016-05-31 10:00:00',\n", - " '2016-05-31 11:00:00',\n", - " '2016-05-31 12:00:00',\n", - " '2016-05-31 13:00:00',\n", - " '2016-05-31 14:00:00',\n", - " '2016-05-31 15:00:00',\n", - " '2016-05-31 16:00:00',\n", - " '2016-05-31 17:00:00',\n", - " '2016-05-31 18:00:00',\n", - " '2016-05-31 19:00:00',\n", - " '2016-05-31 20:00:00',\n", - " '2016-05-31 21:00:00',\n", - " '2016-05-31 22:00:00',\n", - " '2016-05-31 23:00:00',\n", - " '2016-06-01 00:00:00',\n", - " '2016-06-01 01:00:00',\n", - " '2016-06-01 02:00:00',\n", - " '2016-06-01 03:00:00',\n", - " '2016-06-01 04:00:00',\n", - " '2016-06-01 05:00:00',\n", - " '2016-06-01 06:00:00',\n", - " '2016-06-01 07:00:00',\n", - " '2016-06-01 08:00:00',\n", - " '2016-06-01 09:00:00',\n", - " '2016-06-01 10:00:00',\n", - " '2016-06-01 11:00:00',\n", - " '2016-06-01 12:00:00',\n", - " '2016-06-01 13:00:00',\n", - " '2016-06-01 14:00:00',\n", - " '2016-06-01 15:00:00',\n", - " '2016-06-01 16:00:00',\n", - " '2016-06-01 17:00:00',\n", - " '2016-06-01 18:00:00',\n", - " '2016-06-01 19:00:00',\n", - " '2016-06-01 20:00:00',\n", - " '2016-06-01 21:00:00',\n", - " '2016-06-01 22:00:00',\n", - " '2016-06-01 23:00:00',\n", - " '2016-06-02 00:00:00',\n", - " '2016-06-02 01:00:00',\n", - " '2016-06-02 02:00:00',\n", - " '2016-06-02 03:00:00',\n", - " '2016-06-02 04:00:00',\n", - " '2016-06-02 05:00:00',\n", - " '2016-06-02 06:00:00',\n", - " '2016-06-02 07:00:00',\n", - " '2016-06-02 08:00:00',\n", - " '2016-06-02 09:00:00',\n", - " '2016-06-02 10:00:00',\n", - " '2016-06-02 11:00:00',\n", - " '2016-06-02 12:00:00',\n", - " '2016-06-02 13:00:00',\n", - " '2016-06-02 14:00:00',\n", - " '2016-06-02 15:00:00',\n", - " '2016-06-02 16:00:00',\n", - " '2016-06-02 17:00:00',\n", - " '2016-06-02 18:00:00',\n", - " '2016-06-02 19:00:00',\n", - " '2016-06-02 20:00:00',\n", - " '2016-06-02 21:00:00',\n", - " '2016-06-02 22:00:00',\n", - " '2016-06-02 23:00:00',\n", - " '2016-06-03 00:00:00',\n", - " '2016-06-03 01:00:00',\n", - " '2016-06-03 02:00:00',\n", - " '2016-06-03 03:00:00',\n", - " '2016-06-03 04:00:00',\n", - " '2016-06-03 05:00:00',\n", - " '2016-06-03 06:00:00',\n", - " '2016-06-03 07:00:00',\n", - " '2016-06-03 08:00:00',\n", - " '2016-06-03 09:00:00',\n", - " '2016-06-03 10:00:00',\n", - " '2016-06-03 11:00:00',\n", - " '2016-06-03 12:00:00',\n", - " '2016-06-03 13:00:00',\n", - " '2016-06-03 14:00:00',\n", - " '2016-06-03 15:00:00',\n", - " '2016-06-03 16:00:00',\n", - " '2016-06-03 17:00:00',\n", - " '2016-06-03 18:00:00',\n", - " '2016-06-03 19:00:00',\n", - " '2016-06-03 20:00:00',\n", - " '2016-06-03 21:00:00',\n", - " '2016-06-03 22:00:00',\n", - " '2016-06-03 23:00:00',\n", - " '2016-06-04 00:00:00',\n", - " '2016-06-04 01:00:00',\n", - " '2016-06-04 02:00:00',\n", - " '2016-06-04 03:00:00',\n", - " '2016-06-04 04:00:00',\n", - " '2016-06-04 05:00:00',\n", - " '2016-06-04 06:00:00',\n", - " '2016-06-04 07:00:00',\n", - " '2016-06-04 08:00:00',\n", - " '2016-06-04 09:00:00',\n", - " '2016-06-04 10:00:00',\n", - " '2016-06-04 11:00:00',\n", - " '2016-06-04 12:00:00',\n", - " '2016-06-04 13:00:00',\n", - " '2016-06-04 14:00:00',\n", - " '2016-06-04 15:00:00',\n", - " '2016-06-04 16:00:00',\n", - " '2016-06-04 17:00:00',\n", - " '2016-06-04 18:00:00',\n", - " '2016-06-04 19:00:00',\n", - " '2016-06-04 20:00:00',\n", - " '2016-06-04 21:00:00',\n", - " '2016-06-04 22:00:00',\n", - " '2016-06-04 23:00:00',\n", - " '2016-06-05 00:00:00',\n", - " '2016-06-05 01:00:00',\n", - " '2016-06-05 02:00:00',\n", - " '2016-06-05 03:00:00',\n", - " '2016-06-05 04:00:00',\n", - " '2016-06-05 05:00:00',\n", - " '2016-06-05 06:00:00',\n", - " '2016-06-05 07:00:00',\n", - " '2016-06-05 08:00:00',\n", - " '2016-06-05 09:00:00',\n", - " '2016-06-05 10:00:00',\n", - " '2016-06-05 11:00:00',\n", - " '2016-06-05 12:00:00',\n", - " '2016-06-05 13:00:00',\n", - " '2016-06-05 14:00:00',\n", - " '2016-06-05 15:00:00',\n", - " '2016-06-05 16:00:00',\n", - " '2016-06-05 17:00:00',\n", - " '2016-06-05 18:00:00',\n", - " '2016-06-05 19:00:00',\n", - " '2016-06-05 20:00:00',\n", - " '2016-06-05 21:00:00',\n", - " '2016-06-05 22:00:00',\n", - " '2016-06-05 23:00:00',\n", - " '2016-06-06 00:00:00',\n", - " '2016-06-06 01:00:00',\n", - " '2016-06-06 02:00:00',\n", - " '2016-06-06 03:00:00',\n", - " '2016-06-06 04:00:00',\n", - " '2016-06-06 05:00:00',\n", - " '2016-06-06 06:00:00',\n", - " '2016-06-06 07:00:00',\n", - " '2016-06-06 08:00:00',\n", - " '2016-06-06 09:00:00',\n", - " '2016-06-06 10:00:00',\n", - " '2016-06-06 11:00:00',\n", - " '2016-06-06 12:00:00',\n", - " '2016-06-06 13:00:00',\n", - " '2016-06-06 14:00:00',\n", - " '2016-06-06 15:00:00',\n", - " '2016-06-06 16:00:00',\n", - " '2016-06-06 17:00:00',\n", - " '2016-06-06 18:00:00',\n", - " '2016-06-06 19:00:00',\n", - " '2016-06-06 20:00:00',\n", - " '2016-06-06 21:00:00',\n", - " '2016-06-06 22:00:00',\n", - " '2016-06-06 23:00:00',\n", - " '2016-06-07 00:00:00',\n", - " '2016-06-07 01:00:00',\n", - " '2016-06-07 02:00:00',\n", - " '2016-06-07 03:00:00',\n", - " '2016-06-07 04:00:00',\n", - " '2016-06-07 05:00:00',\n", - " '2016-06-07 06:00:00',\n", - " '2016-06-07 07:00:00',\n", - " '2016-06-07 08:00:00',\n", - " '2016-06-07 09:00:00',\n", - " '2016-06-07 10:00:00',\n", - " '2016-06-07 11:00:00',\n", - " '2016-06-07 12:00:00',\n", - " '2016-06-07 13:00:00',\n", - " '2016-06-07 14:00:00',\n", - " '2016-06-07 15:00:00',\n", - " '2016-06-07 16:00:00',\n", - " '2016-06-07 17:00:00',\n", - " '2016-06-07 18:00:00',\n", - " '2016-06-07 19:00:00',\n", - " '2016-06-07 20:00:00',\n", - " '2016-06-07 21:00:00',\n", - " '2016-06-07 22:00:00',\n", - " '2016-06-07 23:00:00',\n", - " '2016-06-08 00:00:00',\n", - " '2016-06-08 01:00:00',\n", - " '2016-06-08 02:00:00',\n", - " '2016-06-08 03:00:00',\n", - " '2016-06-08 04:00:00',\n", - " '2016-06-08 05:00:00',\n", - " '2016-06-08 06:00:00',\n", - " '2016-06-08 07:00:00',\n", - " '2016-06-08 08:00:00',\n", - " '2016-06-08 09:00:00',\n", - " '2016-06-08 10:00:00',\n", - " '2016-06-08 11:00:00',\n", - " '2016-06-08 12:00:00',\n", - " '2016-06-08 13:00:00',\n", - " '2016-06-08 14:00:00',\n", - " '2016-06-08 15:00:00',\n", - " '2016-06-08 16:00:00',\n", - " '2016-06-08 17:00:00',\n", - " '2016-06-08 18:00:00',\n", - " '2016-06-08 19:00:00',\n", - " '2016-06-08 20:00:00',\n", - " '2016-06-08 21:00:00',\n", - " '2016-06-08 22:00:00',\n", - " '2016-06-08 23:00:00',\n", - " '2016-06-09 00:00:00',\n", - " '2016-06-09 01:00:00',\n", - " '2016-06-09 02:00:00',\n", - " '2016-06-09 03:00:00',\n", - " '2016-06-09 04:00:00',\n", - " '2016-06-09 05:00:00',\n", - " '2016-06-09 06:00:00',\n", - " '2016-06-09 07:00:00',\n", - " '2016-06-09 08:00:00',\n", - " '2016-06-09 09:00:00',\n", - " '2016-06-09 10:00:00',\n", - " '2016-06-09 11:00:00',\n", - " '2016-06-09 12:00:00',\n", - " '2016-06-09 13:00:00',\n", - " '2016-06-09 14:00:00',\n", - " '2016-06-09 15:00:00',\n", - " '2016-06-09 16:00:00',\n", - " '2016-06-09 17:00:00',\n", - " '2016-06-09 18:00:00',\n", - " '2016-06-09 19:00:00',\n", - " '2016-06-09 20:00:00',\n", - " '2016-06-09 21:00:00',\n", - " '2016-06-09 22:00:00',\n", - " '2016-06-09 23:00:00',\n", - " '2016-06-10 00:00:00',\n", - " '2016-06-10 01:00:00',\n", - " '2016-06-10 02:00:00',\n", - " '2016-06-10 03:00:00',\n", - " '2016-06-10 04:00:00',\n", - " '2016-06-10 05:00:00',\n", - " '2016-06-10 06:00:00',\n", - " '2016-06-10 07:00:00',\n", - " '2016-06-10 08:00:00',\n", - " '2016-06-10 09:00:00',\n", - " '2016-06-10 10:00:00',\n", - " '2016-06-10 11:00:00',\n", - " '2016-06-10 12:00:00',\n", - " '2016-06-10 13:00:00',\n", - " '2016-06-10 14:00:00',\n", - " '2016-06-10 15:00:00',\n", - " '2016-06-10 16:00:00',\n", - " '2016-06-10 17:00:00',\n", - " '2016-06-10 18:00:00',\n", - " '2016-06-10 19:00:00',\n", - " '2016-06-10 20:00:00',\n", - " '2016-06-10 21:00:00',\n", - " '2016-06-10 22:00:00',\n", - " '2016-06-10 23:00:00',\n", - " '2016-06-11 00:00:00',\n", - " '2016-06-11 01:00:00',\n", - " '2016-06-11 02:00:00',\n", - " '2016-06-11 03:00:00',\n", - " '2016-06-11 04:00:00',\n", - " '2016-06-11 05:00:00',\n", - " '2016-06-11 06:00:00',\n", - " '2016-06-11 07:00:00',\n", - " '2016-06-11 08:00:00',\n", - " '2016-06-11 09:00:00',\n", - " '2016-06-11 10:00:00',\n", - " '2016-06-11 11:00:00',\n", - " '2016-06-11 12:00:00',\n", - " '2016-06-11 13:00:00',\n", - " '2016-06-11 14:00:00',\n", - " '2016-06-11 15:00:00',\n", - " '2016-06-11 16:00:00',\n", - " '2016-06-11 17:00:00',\n", - " '2016-06-11 18:00:00',\n", - " '2016-06-11 19:00:00',\n", - " '2016-06-11 20:00:00',\n", - " '2016-06-11 21:00:00',\n", - " '2016-06-11 22:00:00',\n", - " '2016-06-11 23:00:00',\n", - " '2016-06-12 00:00:00',\n", - " '2016-06-12 01:00:00',\n", - " '2016-06-12 02:00:00',\n", - " '2016-06-12 03:00:00',\n", - " '2016-06-12 04:00:00',\n", - " '2016-06-12 05:00:00',\n", - " '2016-06-12 06:00:00',\n", - " '2016-06-12 07:00:00',\n", - " '2016-06-12 08:00:00',\n", - " '2016-06-12 09:00:00',\n", - " '2016-06-12 10:00:00',\n", - " '2016-06-12 11:00:00',\n", - " '2016-06-12 12:00:00',\n", - " '2016-06-12 13:00:00',\n", - " '2016-06-12 14:00:00',\n", - " '2016-06-12 15:00:00',\n", - " '2016-06-12 16:00:00',\n", - " '2016-06-12 17:00:00',\n", - " '2016-06-12 18:00:00',\n", - " '2016-06-12 19:00:00',\n", - " '2016-06-12 20:00:00',\n", - " '2016-06-12 21:00:00',\n", - " '2016-06-12 22:00:00',\n", - " '2016-06-12 23:00:00',\n", - " '2016-06-13 00:00:00',\n", - " '2016-06-13 01:00:00',\n", - " '2016-06-13 02:00:00',\n", - " '2016-06-13 03:00:00',\n", - " '2016-06-13 04:00:00',\n", - " '2016-06-13 05:00:00',\n", - " '2016-06-13 06:00:00',\n", - " '2016-06-13 07:00:00',\n", - " '2016-06-13 08:00:00',\n", - " '2016-06-13 09:00:00',\n", - " '2016-06-13 10:00:00',\n", - " '2016-06-13 11:00:00',\n", - " '2016-06-13 12:00:00',\n", - " '2016-06-13 13:00:00',\n", - " '2016-06-13 14:00:00',\n", - " '2016-06-13 15:00:00',\n", - " '2016-06-13 16:00:00',\n", - " '2016-06-13 17:00:00',\n", - " '2016-06-13 18:00:00',\n", - " '2016-06-13 19:00:00',\n", - " '2016-06-13 20:00:00',\n", - " '2016-06-13 21:00:00',\n", - " '2016-06-13 22:00:00',\n", - " '2016-06-13 23:00:00',\n", - " '2016-06-14 00:00:00',\n", - " '2016-06-14 01:00:00',\n", - " '2016-06-14 02:00:00',\n", - " '2016-06-14 03:00:00',\n", - " '2016-06-14 04:00:00',\n", - " '2016-06-14 05:00:00',\n", - " '2016-06-14 06:00:00',\n", - " '2016-06-14 07:00:00',\n", - " '2016-06-14 08:00:00',\n", - " '2016-06-14 09:00:00',\n", - " '2016-06-14 10:00:00',\n", - " '2016-06-14 11:00:00',\n", - " '2016-06-14 12:00:00',\n", - " '2016-06-14 13:00:00',\n", - " '2016-06-14 14:00:00',\n", - " '2016-06-14 15:00:00',\n", - " '2016-06-14 16:00:00',\n", - " '2016-06-14 17:00:00',\n", - " '2016-06-14 18:00:00',\n", - " '2016-06-14 19:00:00',\n", - " '2016-06-14 20:00:00',\n", - " '2016-06-14 21:00:00',\n", - " '2016-06-14 22:00:00',\n", - " '2016-06-14 23:00:00',\n", - " '2016-06-15 00:00:00']" - ] - }, - "execution_count": 164, - "metadata": {}, - "output_type": "execute_result" + "outputs": [], + "source": [ + "titles[0].observe" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": { + "ExecuteTime": { + "start_time": "2018-11-22T22:48:17.840Z" } - ], + }, + "outputs": [], "source": [ - "g_timeseries.data\n", - "df_twl = twls['forecasted']['foreshore_slope_sto06'].query(\"site_id=='{}'\".format('NARRA0018'))\n", - "times = df_twl.index.get_level_values('datetime').tolist()\n", - "times" + "# impacts['observed'].query(\"site_id=='{}'\".format(\"NARRA0018\")).T\n", + "impacts['forecasted']['foreshore_slope_sto06'].query(\"site_id=='{}'\".format(\"NARRA0018\")).T\n", + "\n" ] } ],