Skip to content

Commit f023c04

Browse files
maint: typo fix on notebook
1 parent 598f6a8 commit f023c04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/notebooks/environment_analysis_class_usage.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
},
104104
"source": [
105-
"The next cell will capture the dataset file previous donwloaded. For more details about how to get .nc files for another specific time and location, please consult the following thread:"
105+
"The next cell will capture the dataset file previous downloaded. For more details about how to get .nc files for another specific time and location, please consult the following thread:"
106106
]
107107
},
108108
{
@@ -164,7 +164,7 @@
164164
},
165165
"source": [
166166
"At this first section we are looking for at the surface level.\n",
167-
"Data from surface analysis usually come with bigger amounts of information and therefore are important to give us a complete understanding of the scenario faced at the place and time that we are analysing."
167+
"Data from surface analysis usually come with bigger amounts of information and therefore are important to give us a complete understanding of the scenario faced at the place and time that we are analyzing."
168168
]
169169
},
170170
{
@@ -254,7 +254,7 @@
254254
}
255255
},
256256
"source": [
257-
"It's also important to look at the variation of temperature and wind distribution throught a typical day, which can be easily done by running the next code cells:"
257+
"It's also important to look at the variation of temperature and wind distribution through a typical day, which can be easily done by running the next code cells:"
258258
]
259259
},
260260
{
@@ -12618,7 +12618,7 @@
1261812618
}
1261912619
},
1262012620
"source": [
12621-
"Finally, we can use the previous informations to generate a graphic known as Wind Rose. A Wind Rose is commonly used by meteorologists to identify how wind speed and direction are typically distributed at a particular location. Using a polar coordinate system of gridding, the frequency of winds over a time period is plotted by wind direction, with color bands showing wind speed ranges. These color bands follow the Beaufort wind force scale. The direction of the longest spoke shows the wind direction with the greatest frequency.\n",
12621+
"Finally, we can use the previous information to generate a graphic known as Wind Rose. A Wind Rose is commonly used by meteorologists to identify how wind speed and direction are typically distributed at a particular location. Using a polar coordinate system of griddling, the frequency of winds over a time period is plotted by wind direction, with color bands showing wind speed ranges. These color bands follow the Beaufort wind force scale. The direction of the longest spoke shows the wind direction with the greatest frequency.\n",
1262212622
"\n",
1262312623
"**Note**: Wind Roses plot wind direction, which means the **direction** from which the wind is blowing, not to be confused with wind **heading**, which is the direction to which the wind blows."
1262412624
]
@@ -12724,7 +12724,7 @@
1272412724
},
1272512725
"source": [
1272612726
"At this section, we guide our analysis through pressure profile data available on our dataset.\n",
12727-
"It means we are now stopping to see just surface information and start better understaand how the meteorology varies while the altitude increases."
12727+
"It means we are now stopping to see just surface information and start better understand how the meteorology varies while the altitude increases."
1272812728
]
1272912729
},
1273012730
{

0 commit comments

Comments
 (0)