You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="./images/presentation_thumb.gif"width="400px"alt="Thumbnail of presentation"></img>
10
10
11
-
*Update 2020-03-15: Added information about how to estimate turbine power output with long-term wind estimates.*
12
-
13
-
Presentation about data science in wind resource assessment. The presentation is about the fictitious scenario of
14
-
building a wind farm on the hills around the AI incubator [The Sandbox San Diego](https://www.thesandbox.ai/). It
15
-
explains how the wind can be measured and how the measurement can be used together with climate models and ground
16
-
station data to generate a long-term estimate of the wind. Subsequently, the presentation shows how to use that estimate
17
-
to predict wind turbine power output. Finally, the presentation puts the output of the fictitious wind farm into the
18
-
broader context of the California power grid.
11
+
Hands-on tutorial about data science in wind resource assessment. The tutorial is about the fictitious scenario
12
+
of building a wind farm on the hills around the AI incubator [The Sandbox San Diego](https://www.thesandbox.ai/). Using
13
+
Python code, it explains how the wind can be measured and how the measurement can be used together with climate models
14
+
and ground station data to generate a long-term estimate of the wind. Subsequently, the tutorial explores how to use
15
+
that estimate to predict wind turbine power output. Finally, the tutorial puts the output of the fictitious wind
16
+
farm into the broader context of the California power grid.
19
17
20
-
From a data science perspective, the presentation touches on data exploration, modeling and validation, and clarifies
18
+
From a data science perspective, the tutorial touches on data exploration, modeling and validation, and clarifies
21
19
where domain knowledge of wind and fluid dynamics can help improve the wind estimate.
22
20
23
-
The presentation uses the following tool stack:
24
-
-[Jupyter Notebook](https://jupyter.org/) as a basis
21
+
The tutorial uses the following tool stack:
22
+
-[Python](https://www.python.org/) for performing calculations
23
+
-[Jupyter Notebook](https://jupyter.org/) as an IDE
25
24
-[RISE Jupyter extension](https://rise.readthedocs.io/) for presenting the notebook
26
25
-[hide_code extension](https://github.com/kirbs-/hide_code) for hiding some (long-ish) code to build maps
27
26
-[Folium](https://python-visualization.github.io/folium/) to display maps
@@ -35,19 +34,26 @@ The presentation uses the following tool stack:
35
34
<imgsrc="./images/map_and_12x24.png"width="400px"alt="Map of San Diego and 12x24 wind speed matrix"></img>
36
35
37
36
A notebook about how to download and preprocess meteorological data from ASOS measurement stations with Python
38
-
in a Jupyter notebook. In addition to showing how to download the data, the notebook also shows how to quickly produce a 12x24 plot with matplotlib and pandas.
37
+
in a Jupyter notebook. In addition to showing how to download the data, the notebook also shows how to quickly produce
38
+
a 12x24 plot with matplotlib and pandas.
39
39
40
40
### Additional Content: Downloading ERA5 Data in Python
A notebook that shows how to download and transform ERA5 reanalysis data from the [Copernicus Climate Change Service](https://cds.climate.copernicus.eu/cdsapp#!/home) in Python. The notebook is a classical example of an ETL process and includes some interesting wind data exploration snippets.
45
+
A notebook that shows how to download and transform ERA5 reanalysis data from the
46
+
[Copernicus Climate Change Service](https://cds.climate.copernicus.eu/cdsapp#!/home) in Python. The notebook is a
47
+
classical example of an ETL process and includes some interesting wind data exploration snippets.
46
48
47
49
### Additional Content: Synthesizing a (Mock) Wind Speed Time Series
0 commit comments