Skip to content

Commit

Permalink
updated section 1 tutorial and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmelo-Belo committed Sep 14, 2023
1 parent 0bea495 commit e167cdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
4 changes: 3 additions & 1 deletion Dashboard documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ To support you for an effective use of the dashboard please also refer to the tu

## Section 1 - Tropical Cyclone Tracks and Characteristics

In this section, our primary goal is to provide users with a comprehensive view of tropical cyclones by visualizing both observed and forecasted tracks, as well as crucial additional information. Here, you'll find four main layers at your disposal: the Ensemble Forecast Tracks, the Observed Track, the Average Forecast Track, and the Strike Probability Map. These layers collectively offer a comprehensive understanding of cyclone behavior, enabling you to assess the potential impact of these powerful weather phenomena. Whether you're tracking the historical path of a cyclone, examining the consensus of future forecasts, or gauging the likelihood of a strike in a particular area, this section equips you with the tools you need to stay informed about cyclones positions and future developments.
In this section, our primary goal is to provide users with a comprehensive view of tropical cyclones by visualizing both observed and forecasted tracks, as well as crucial additional information. Here, you'll find four main layers at your disposal: the Ensemble Forecast Tracks, the Observed Track, the Average Forecast Track, and the Strike Probability Map. These layers collectively offer a comprehensive understanding of cyclone behavior, enabling you to assess the potential impact of these powerful weather phenomena. Whether you're tracking the historical path of a cyclone, examining the consensus of future forecasts, or gauging the likelihood of a strike in a particular area, this section equips you with the tools you need to stay informed about cyclones positions and future developments.

The data for Section 1 is sourced from two datasets. The forecasts are derived from the open dataset provided by the European Centre of Medium-Range Weather Forecasts (ECMWF), accessed with the Azure client throught the ecmwf.opendata library. You can find more information regarding the open-data __[here](https://www.ecmwf.int/en/forecasts/datasets/open-data)__. In parallel, the observed track data is obtained from the International Best Track Archive for Climate Stewardship (IBTrACS) dataset, maintained by the National Oceanic and Atmospheric Administration (NOAA). You can find more information regardin the IBTrACS dataset __[here](https://www.ncei.noaa.gov/products/international-best-track-archive)__.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"import ipywidgets as widgets\n",
"import branca.colormap as bc\n",
"\n",
"from ecmwf.opendata import Client\n",
"from datetime import datetime, timedelta\n",
"from localtileserver import get_leaflet_tile_layer, TileClient\n",
"from IPython.display import display\n",
Expand Down Expand Up @@ -203,7 +204,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bcb6b511a21547abb72c13a84eb299dc",
"model_id": "341a296f7c8c420aa91302ff0fd1e08c",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -217,7 +218,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a562d336c93f4ece8ff578323ded0f27",
"model_id": "d277ea2441a843aa82652a2194da8936",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -260,7 +261,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -461,7 +462,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -490,7 +491,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -548,7 +549,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -588,7 +589,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 12,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -621,7 +622,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 13,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -654,13 +655,13 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 14,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "446af78a30d249cd88b58d7cf41e095b",
"model_id": "358d6761207a4774ac7a9af485ccf0cf",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit e167cdf

Please sign in to comment.