Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-bk authored Aug 11, 2020
1 parent 1a8659f commit ef3adc8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Jupyter notebooks and Python code for analyzing air quality (fine particles, PM<
<a href="#2.2.2">2.2. Correlation with wind and temperature (analysis)</sub></a>
<a href="#2.3">2.3 Correlation with MERRA-2 data</a>
<a href="#2.4">2.4 Conversion wind (U,V) component, RH from temperatures </a>
<a href="#3.1">3.1 Data selection</a>

<a href="#todo">TODO</a>
<a href="#credit">4. Credits</a>

Expand Down Expand Up @@ -63,7 +65,7 @@ Jupyter notebooks and Python code for analyzing air quality (fine particles, PM<

<a id="2.2.2"></a>
### 2.2 Correlation with wind and temperature (analysis)
- explore correlation between meteorological paramters to observed PM<sub>2.5<sub> concentration such wind, temperature, height above ground
- explore correlation between meteorological paramters to observed PM<sub>2.5</sub> concentration such wind, temperature, height above ground
- capture espisode and examine relevant inputs with PM<sub>2.5</sub>
- some examples from this exercise
- correlation graph:
Expand Down Expand Up @@ -104,7 +106,7 @@ Jupyter notebooks and Python code for analyzing air quality (fine particles, PM<
</p>

<a id="2.4"></a>
### Conversion wind (U,V) component, RH from temperatures
### 2.4 Conversion wind (U,V) component, RH from temperatures
- a detour to look at conversion of wind data (U, V) vectors to speed and direction in degree
- how to use **MetPy** packages calculate such conversion instead of manually undertake
- explore data for the next which is selecting relevant data for predicting PM<sub>2.5</sub>
Expand All @@ -124,6 +126,14 @@ Jupyter notebooks and Python code for analyzing air quality (fine particles, PM<
<img src="img/2020Aug_wind_corr_heights_inc.png"/>
</p>

<a id="3.1"></a>
### 3.1 Data selection
- combine three sources of data fromt the previous exercise
- PM<sub>2.5</sub> from airnow.gov
- Ground observed data from ncei.noaa.gov
- Reanalysis data from MERRA-2 product, SLV and FLX groups (or tags)
- remove dependent data and data with weak (very weak) correlation with PM<sub>2.5</sub>
- here is outcome of this excercise:


<a id="todo"></a>
Expand Down

0 comments on commit ef3adc8

Please sign in to comment.