Why We Measure the Natural Environment¶
Summary¶
This chapter asks what environmental monitoring is and why anyone bothers. It introduces the difference between a qualitative observation and a quantitative measurement, then introduces the system this book measures: the atmosphere, the air masses that move through it, and the distinction between weather and climate. By the end, readers can name the quantities a monitoring station records and describe what a meteorologist and a climatologist each do with them.
Concepts Covered¶
This chapter covers the following 12 concepts from the learning graph:
- Environmental Monitoring
- Physical Property
- Atmosphere
- Measurement
- Air Mass
- Atmospheric Layer
- Quantitative Data
- Qualitative Observation
- Weather
- Climate
- Meteorologist
- Climatologist
Prerequisites¶
This chapter assumes only the prerequisites listed in the course description.
It Is Cold Outside¶
Step outside on a winter morning and you know something right away. It is cold.
You did not need a thermometer to know that. Your skin told you. But now try to answer a harder question. Is it colder than yesterday? Most people cannot say for sure. Your body is good at telling you cold. It is bad at telling you how much.
That gap is where this book starts.
Try a small experiment. Fill three bowls with water. Put ice water in the first, room-temperature water in the second, and warm water in the third. Soak your left hand in the ice water and your right hand in the warm water for thirty seconds. Then put both hands in the middle bowl.
The same bowl of water will feel hot to your left hand and cold to your right hand. Your hands disagree. One of them has to be wrong, and there is no way to settle the argument by feeling harder.
A thermometer settles it in one second. It says 21 °C, and it says that to everybody.
The point of the experiment
Your senses report change, not amount. Your left hand says "warmer than before" and your right hand says "colder than before." Both are telling the truth. Neither one is measuring.
Observing Versus Measuring¶
There are two ways to record what the world is doing, and it matters a great deal which one you use.
A qualitative observation describes something without a number. "The sky is cloudy." "The wind is strong." "It feels muggy today." These are real information. Scientists use them constantly, and some of the most important science ever done started with somebody noticing something odd.
Quantitative data describes something with a number and a unit. "Cloud cover is 80 percent." "Wind speed is 24 kilometers per hour." "Relative humidity is 88 percent." A number without a unit is not quantitative data — it is just a number. "The temperature is 25" tells you nothing until you know whether that is Celsius or Fahrenheit.
A measurement is the act of comparing something in the world to an agreed-upon standard, and reporting the result as a number with a unit. When you measure a table with a meter stick, you are comparing the table to a standard length that everyone has agreed on. The meter stick is the agreement made physical.
What gets measured is a physical property — a feature of an object or a place that can be described by a number. Temperature is a physical property. Pressure is a physical property. So are length, mass, speed, and brightness. "Beautiful" is not a physical property. Neither is "scary." You cannot build an instrument that reads out how scary something is, because there is nothing physical to compare against a standard.
Before the table below, one warning. It is easy to read this comparison and conclude that qualitative observations are the weak, unscientific option. They are not. They are how you notice that something needs measuring in the first place.
Here is how the two kinds of information compare:
| Qualitative Observation | Quantitative Data | |
|---|---|---|
| Contains a number | No | Yes |
| Contains a unit | No | Yes |
| Example | "It is windy" | "Wind speed is 24 km/h" |
| Two people agree? | Often not | Almost always |
| Can be graphed | No | Yes |
| Can be compared to last year | No | Yes |
| Needs an instrument | No | Usually |
| Good for | Noticing something is happening | Proving it, and by how much |
Look at the row labeled Can be compared to last year. That row is the reason this book exists. You cannot graph "it was windy." You cannot ask whether this March was windier than last March if all you wrote down was "windy." The moment you record 24 km/h instead, you can do both.
Before the next element, two more terms. A sorter here means a small program that shows you an example and asks you to place it in one of two bins. Feedback means the program tells you immediately whether you were right, and why.
Diagram: Observation or Measurement Sorter¶
Observation or Measurement Sorter
Type: microsim
sim-id: observation-or-measurement-sorter
Library: p5.js
Status: Specified
Bloom Taxonomy Level: Evaluate (L5) Bloom Verb: judge
Learning objective: Given a statement about the environment, the learner judges whether it is a qualitative observation or quantitative data, and justifies the choice by identifying whether a number and a unit are present.
Purpose: The distinction between observing and measuring is the foundational idea of the whole book, and it is a distinction students think they understand until they are asked to apply it to borderline cases. This sorter forces the judgment on 12 examples, several of which are deliberately tricky.
Canvas layout: - Top band: the current statement card, displayed in large text - Middle: two labeled drop bins, "Qualitative Observation" (left) and "Quantitative Data" (right) - Bottom band: feedback area and score counter, plus Next and Reset buttons - Responsive: bins stack vertically below 500px canvas width; the layout must respond to window resize events
Statement bank (12 cards, presented in random order): 1. "The sky is overcast." -> qualitative 2. "Barometric pressure is 1013 hPa." -> quantitative 3. "It feels muggy." -> qualitative 4. "Relative humidity is 88 percent." -> quantitative 5. "The wind is strong enough to bend the small trees." -> qualitative 6. "Wind speed is 24 kilometers per hour." -> quantitative 7. "The temperature is 25." -> TRICK: qualitative, because no unit is given 8. "The air temperature is 25 degrees Celsius." -> quantitative 9. "It is colder than yesterday." -> qualitative 10. "Today is 3.2 degrees Celsius colder than yesterday." -> quantitative 11. "The ground shook hard enough to rattle the windows." -> qualitative 12. "The earthquake measured 4.1 on the moment magnitude scale." -> quantitative
Interaction: - Learner drags the card into a bin, or clicks a bin button on touch devices - On drop, the feedback area states correct or incorrect and gives the reason, naming the rule: "Quantitative data needs both a number AND a unit." - Card 7 gets special feedback: "Careful. There is a number here, but 25 what? Celsius? Fahrenheit? Without a unit this cannot be compared to anything." - Card 5 gets special feedback: "This is a real, useful observation, and it is roughly Beaufort force 6. But as written it has no number, so it cannot be graphed." - Score counter shows correct out of attempted - Reset reshuffles and clears the score
Default parameters: - Score: 0 of 0 - Cards shuffled on load
Instructional Rationale: A sorting task at the Evaluate level is appropriate because the objective is judgment against a criterion, not recall. Immediate per-card feedback that names the rule is what converts a guess into a generalization. The two trick cards exist because students commonly believe "has a number" is sufficient, and the missing-unit case is the fastest way to break that belief.
Implementation: p5.js with drag-and-drop hit testing on bin rectangles. Store the statement bank as an array of objects with text, answer, and feedback fields.
What Environmental Monitoring Is¶
Environmental monitoring means measuring conditions in the natural environment, over and over, in the same place, for a long time.
Every word in that sentence is doing work.
Measuring rules out simply describing. Conditions in the natural environment means the air, the ground, and the water rather than something in a laboratory. Over and over rules out a single reading. In the same place means the readings can be compared to one another. And for a long time is what turns a pile of numbers into a story.
That last part is what makes monitoring different from an ordinary science experiment. An experiment usually asks a question, collects data for an afternoon, and answers it. A monitoring station asks a question that cannot be answered in an afternoon:
- Is it getting warmer here?
- How much rain does this valley actually get, compared to the town in the next valley?
- Does the parking lot beside the school get hotter than the field behind it?
- Did the ground move last Tuesday, or was that a truck?
None of those have an answer after one reading. They all have an answer after a year of readings.
A monitoring station is just a machine built to be patient. It takes a reading, writes it down with the time and the place attached, and then does it again. It does this while you are asleep, while you are at school, and while nobody is thinking about it at all. That patience is the entire product.
The station you will build in this book measures seven things:
- Temperature — how fast the atoms in the air are moving
- Barometric pressure — the weight of the air above you
- Humidity — how much invisible water is in the air
- Solar radiation — how much energy is arriving from the Sun
- Wind speed — how fast air is moving past you
- Ground motion — whether the earth beneath the station is shaking
- Location and time — exactly where and when every reading was taken
The seventh one may look like it does not belong. It does. A temperature reading with no place and no time attached is not a measurement of anything. It is a number that used to mean something.
Before the next element, here are the parts you will be clicking on. A sensor is the part that responds to the physical world. A single-board computer is a small, complete computer on one circuit board — the brain that asks the sensors for readings and writes them down. An enclosure is the weatherproof box that keeps rain out.
Diagram: Anatomy of an Environmental Monitoring Station¶
Anatomy of an Environmental Monitoring Station
Type: infographic
sim-id: monitoring-station-anatomy
Library: p5.js
Status: Specified
Bloom Taxonomy Level: Remember (L1) Bloom Verb: identify
Learning objective: The learner identifies each major component of an environmental monitoring station and names the quantity it measures, building the mental map of the system that the rest of the book fills in.
Purpose: Chapter 1 readers have never seen one of these. This is the orientation diagram they will return to in every later chapter, so each hotspot names the chapter where that component is covered in depth.
Layout: A simple side-view illustration of a small weather station on a post, drawn with p5.js primitives rather than a photograph so it scales cleanly. Components arranged around a central enclosure. Fully responsive to window resize; hotspot positions are computed as fractions of canvas width and height, never as fixed pixel coordinates.
Clickable hotspots (each opens an infobox in a side panel or below the canvas on narrow screens): 1. Enclosure — "The weatherproof box. Keeps rain and sun off the electronics. Covered in Chapter 16." 2. Single-board computer inside the enclosure — "A whole computer on one circuit board. Asks the sensors for readings and writes them down. Chapter 3." 3. BME280 sensor in a vented shield — "One chip that measures temperature, pressure, and humidity. Chapters 6, 7, and 8." 4. Radiation shield / louvered screen around the sensor — "White louvers keep sunlight off the thermometer. Without this, the station measures the sun, not the air. Chapter 6." 5. Anemometer on top — "Spinning cups measure wind speed. Chapter 10." 6. Solar radiation sensor — "Measures the energy arriving from the Sun, in watts per square meter. Chapter 9." 7. Accelerometer inside the enclosure — "Feels the ground shake. Chapter 11." 8. GPS antenna — "Gives the station its exact position and a very accurate clock. Chapter 5." 9. Solar panel — "Charges the battery so the station never needs to be plugged in. Chapter 16." 10. Battery — "Runs the station at night and through cloudy weather. Chapter 16." 11. Cellular antenna — "Sends the data home when there is no Wi-Fi. Chapter 16."
Interactive features: - Hover: component outline highlights and its name appears - Click: infobox opens with the text above; previously clicked hotspots stay marked with a small check so the learner can see which ones they have explored - A "Show all labels" toggle reveals every label at once for learners who prefer an overview first - Reset button clears the explored marks
Color scheme: Each hotspot is tinted with the taxonomy color used for its chapter in the learning graph, so the visual identity carries through the book. Sensors warm colors, computing and power cool colors.
Implementation: p5.js. Store hotspots as an array of objects with fractional x, y, radius, label, and infobox text. Compute pixel positions from canvas dimensions in draw() so resize works correctly.
The Air Above You¶
Six of the seven quantities in the list above are properties of the air. So it is worth being clear about what the air actually is.
The atmosphere is the layer of gases held around the Earth by gravity. It is mostly nitrogen, about 78 percent. Oxygen is about 21 percent. Everything else — argon, carbon dioxide, water vapor — makes up the last one percent. That last one percent does an enormous amount of the interesting work.
The atmosphere has no lid. It does not stop at a particular height and give way to space. It simply gets thinner and thinner until there is effectively nothing left. But it does have structure, and scientists divide it into atmospheric layers — bands at different heights that behave differently from one another.
Here are the layers, from the ground up:
- Troposphere (0 to about 12 km) — where all weather happens, and where you live
- Stratosphere (12 to about 50 km) — contains the ozone layer; airliners fly at its base
- Mesosphere (50 to about 85 km) — where most meteors burn up
- Thermosphere (85 to about 600 km) — where auroras glow and the space station orbits
- Exosphere (600 km and up) — the fading edge, where atmosphere becomes space
Your station sits at the very bottom of the troposphere, in the first few meters of a layer 12 kilometers thick. Almost everything you will measure is happening in that bottom sliver.
The troposphere is not still. Enormous bodies of air move through it, and these are called air masses. An air mass is a large volume of air — often hundreds of kilometers across — in which the temperature and the moisture are roughly the same throughout.
Air masses get their character from where they form. Air that sits over the Gulf of Mexico for a week becomes warm and wet. Air that sits over northern Canada becomes cold and dry. When those air masses move, they carry those properties with them. A cold snap in Texas is often just Canadian air that went for a walk.
This is why your station's readings will change. You are not usually watching one body of air warm up and cool down. You are watching different air masses arrive and depart.
Before the next element, one term. Altitude means height above sea level, and it is the vertical axis in the explorer below.
Diagram: Atmospheric Layers Explorer¶
Atmospheric Layers Explorer
Type: microsim
sim-id: atmospheric-layers-explorer
Library: p5.js
Status: Specified
Bloom Taxonomy Level: Understand (L2) Bloom Verb: interpret
Learning objective: The learner interprets a scale drawing of the atmosphere to explain where weather occurs, and recognizes how thin the weather-producing layer is compared to the whole atmosphere.
Purpose: Students consistently overestimate how much of the atmosphere is involved in weather. Seeing the troposphere as a thin band at the bottom of a tall column is the single most useful correction this chapter can make, and it is not a correction that prose alone achieves.
Canvas layout: - Left two-thirds: a vertical cross-section of the atmosphere, ground at the bottom, 700 km at the top - Right one-third: infobox panel showing details for the selected layer - Below canvas: a scale toggle and an altitude slider - Responsive: panel moves below the cross-section when canvas width is under 600px; must respond to window resize events
Data Visibility Requirements: Stage 1: Show the five layers as colored bands with correct proportional thickness on a linear scale, so the troposphere appears as a barely-visible sliver at the bottom Stage 2: When the learner toggles to "stretch the troposphere," redraw with a non-linear vertical scale so the troposphere fills half the canvas and its internal detail becomes visible Stage 3: Show a marker for the monitoring station at ground level, with a label reading "Your station is here" Stage 4: As the learner drags the altitude slider, show at that altitude: approximate air pressure in hPa, approximate temperature in degrees Celsius, and one familiar reference object
Reference objects to display at the correct altitudes: - 0.03 km: a house - 0.8 km: the Burj Khalifa - 5.9 km: Denali summit - 8.8 km: Mount Everest summit - 11 km: cruising airliner - 30 km: weather balloon burst altitude - 100 km: the Karman line, "the usual definition of space" - 400 km: International Space Station
Layer infobox content (shown on click): - Troposphere: "0 to 12 km. All weather happens here. Temperature falls about 6.5 degrees Celsius for every kilometer you climb. Contains about 75 percent of the atmosphere's mass." - Stratosphere: "12 to 50 km. Holds the ozone layer. Temperature RISES with altitude here, which is why storms cannot punch through it." - Mesosphere: "50 to 85 km. Coldest layer. Most meteors burn up here." - Thermosphere: "85 to 600 km. Very hot but extremely thin. Auroras glow here." - Exosphere: "600 km and up. Atmosphere fades into space."
Interaction: - Click any layer band to open its infobox - Drag the altitude slider to move a horizontal marker line and update the readout - Toggle button: "Linear scale" / "Stretch the troposphere" - Hover a reference object to see its name and exact altitude
Default parameters: - Scale: linear - Slider: 0 km - No layer selected
Instructional Rationale: The objective is Understand/interpret, so the specification calls for step-controlled exploration with concrete numbers visible at every altitude rather than an animation. The scale toggle is the pedagogical core: showing the honest linear proportion first delivers the surprise, and only then stretching it lets the learner read the detail. An animated fly-through would deliver neither.
Implementation: p5.js. Map altitude to y-position through a switchable function so the two scale modes share all other drawing code. Use the barometric formula for the pressure readout and the standard atmosphere lapse rate for temperature.
Weather Is Not Climate¶
Two words get used almost interchangeably in conversation, and confusing them causes more bad arguments about the environment than any other mistake.
Weather is the state of the atmosphere at one place at one time. It is what is happening outside right now. Weather is temperature, pressure, humidity, wind, and precipitation at this moment. Weather changes hour to hour. It is what your station measures directly.
Climate is the pattern of weather at a place, averaged over a long time. The standard averaging period is 30 years. Climate is not what is happening outside. It is what usually happens outside.
A useful way to hold the difference:
Climate is what you expect. Weather is what you get.
If you plan a July picnic in Arizona, you are using climate. You expect it to be hot and dry, because it usually is. If it rains on your picnic anyway, that is weather.
This distinction has a sharp practical edge. A single cold day does not tell you the climate is cooling, in exactly the way that a single tall student does not tell you the school is getting taller. One reading is weather. A pattern across decades is climate.
And here is the part that matters for you personally: your station cannot measure climate. It can only measure weather. Climate is what you get when somebody adds up thirty years of weather. But every climate record that exists was built out of weather readings taken by stations like yours, one at a time, by people who kept showing up.
| Weather | Climate | |
|---|---|---|
| Time scale | Minutes to days | Decades |
| Question it answers | "Do I need a coat today?" | "Do I need a coat collection?" |
| Changes | Constantly | Slowly |
| Measured by | Instruments, right now | Averaging many years of instrument readings |
| Your station measures | This, directly | Only by contributing to a long record |
| Studied by | Meteorologists | Climatologists |
Diagram: Weather Versus Climate Explorer¶
Weather Versus Climate Explorer
Type: chart
sim-id: weather-versus-climate-explorer
Library: Chart.js
Status: Specified
Bloom Taxonomy Level: Analyze (L4) Bloom Verb: distinguish
Learning objective: The learner distinguishes short-term variation from long-term trend in the same dataset, and explains why a single unusual reading does not establish a trend.
Purpose: This is the chapter's hardest idea and the one most vulnerable to misunderstanding. Showing the same data at three different time windows, with the trend line appearing only when the window is wide enough, teaches the point in a way a paragraph cannot.
Chart type: Line chart with a toggleable overlay, three selectable time windows
Data: Synthetic but realistic daily mean temperature for a single mid-latitude location, generated once and stored as a static JSON file so every learner sees the same numbers. The series must contain: - A strong daily and seasonal cycle - Random day-to-day noise of a few degrees - Several deliberately extreme individual days, both hot and cold - A slow warming trend of about 0.02 degrees Celsius per year embedded underneath
Time window selector (three buttons): 1. "One week" — shows 7 daily values. Trend overlay is DISABLED with the message: "Seven days is not enough to see a trend. This is weather." 2. "One year" — shows 365 daily values. The seasonal cycle dominates. Trend overlay is DISABLED with the message: "One year shows the seasons, not the climate. Come back with thirty." 3. "Thirty years" — shows 30 years of monthly means. Trend overlay is ENABLED.
X-axis: Date. Label and tick density adapt to the selected window. Y-axis: Mean temperature in degrees Celsius. The axis range must stay FIXED across all three windows so the learner can see that the same vertical distance means the same thing in each view. This is essential and must not be auto-scaled.
Overlay toggle: "Show 30-year average line" — draws a horizontal climate normal, and in the thirty-year view also draws the fitted trend line.
Interactive features: - Hover any point: tooltip shows the exact date, that day's value, and how far it sits from the 30-year average, e.g. "14 January: -2.1 C, which is 4.3 C below normal" - Click one of the marked extreme days: an infobox appears reading "This was an unusual day. Notice that it does not move the 30-year average line at all." - Toggle the trend overlay on and off in the thirty-year view to see the trend appear and disappear against identical data
Annotations: - In the one-week view: a caption reading "WEATHER" - In the thirty-year view: a caption reading "CLIMATE"
Color scheme: Daily values in a light gray-blue so they read as noise; the 30-year average in a solid dark line; the trend line in a contrasting warm color.
Implementation: Chart.js with a fixed y-axis scale and a custom tooltip callback that computes the departure from normal. The dataset must be pre-generated and committed, never randomized at load time, so that classroom discussion refers to the same numbers.
The People Who Do This Work¶
Two job titles come up constantly in this field, and they are not the same job.
A meteorologist is a scientist who studies and forecasts weather. Meteorologists work on short time scales — hours to about two weeks. They pull in readings from thousands of surface stations, weather balloons, radar, ocean buoys, and satellites, feed them into computer models, and predict what the atmosphere will do next. The person on the news telling you about tomorrow's storm is doing meteorology. So is the person deciding whether to close an airport.
A climatologist is a scientist who studies weather patterns over long periods — decades, centuries, and much longer. Climatologists ask different questions. Not "will it rain Thursday" but "is this region getting drier over fifty years." Because their questions run longer than the instrument record, climatologists also read the environment's own records: tree rings, gas bubbles trapped in ice cores, layers of sediment on lake bottoms, and coral growth bands.
The two fields use much of the same data. They ask different questions of it.
| Meteorologist | Climatologist | |
|---|---|---|
| Time scale | Hours to two weeks | Decades to millennia |
| Typical question | "Will it rain on Thursday?" | "Is this valley getting drier?" |
| Main data source | Live instrument readings | Long instrument records, plus tree rings and ice cores |
| Output | A forecast | A trend |
| Wrong prediction means | A ruined picnic | A misjudged policy |
| Uses your station's data | Right now, today | In thirty years |
Both of them depend on people who take readings and write them down. There is no forecast without stations, and no climate record without decades of them. When you build a station and log its data honestly, you are doing the part of this work that everything else rests on.
Your data can actually be used
Amateur weather stations are not a toy version of the real thing. Networks like the Community Collaborative Rain, Hail and Snow Network (CoCoRaHS) and the Weather Underground personal weather station network accept data from stations built by students and hobbyists, and professional forecasters use it. Chapter 17 covers how to contribute. What you need first is a station that is sited correctly and logs honest numbers — which is what Chapters 2 through 16 are about.
Why Any of This Matters¶
It is fair to ask why a school should care about seven numbers taken in one spot.
The answer is that decisions get made from those numbers, and the decisions are not small ones. Consider a few:
- A school district decides whether to cancel outdoor practice. That comes from temperature and humidity readings combined into a heat index.
- An engineer decides how high to build a bridge deck above a river. That comes from decades of rainfall and flood records.
- A farmer decides when to plant. That comes from soil and air temperature records for that specific field.
- A city decides where to plant trees. That often comes from surface temperature measurements showing which neighborhoods run hottest.
- A building code committee decides how strong a roof must be in a given county. That comes from wind speed records.
Every one of those decisions traces back to instruments and to people who read them. Chapter 17 follows each of the seven measurements all the way to the decisions it drives.
There is a second reason, and it is more personal. Once you have wired a sensor, watched it drift, found a reading you did not believe, and figured out whether the instrument or the world was responsible, you hold environmental data differently. You know what a measurement costs. You know what it can honestly support and where it can mislead. That is a different relationship to a chart in a news article than most people ever get.
Key Takeaways¶
- A qualitative observation describes without a number. Quantitative data carries both a number and a unit. A number without a unit is neither.
- A measurement compares a physical property to an agreed standard and reports a number with a unit.
- Environmental monitoring means measuring the same place repeatedly over a long time. The patience is the point.
- The atmosphere is the gas layer held by gravity, divided into atmospheric layers. All weather happens in the bottom one, the troposphere.
- An air mass is a large body of air with roughly uniform temperature and moisture. Most day-to-day change at your station is air masses arriving and leaving.
- Weather is the atmosphere right now. Climate is the 30-year pattern. Your station measures weather, and contributes to climate records.
- Meteorologists forecast the near term. Climatologists study long-term patterns. Both depend on station data.
Check Yourself¶
Is 'the barometric pressure is 1013' quantitative data? Click to check.
No. There is a number, but no unit. 1013 what? Hectopascals, most likely — but the reader cannot know that, and a reading nobody can interpret cannot be compared to anything. Add the unit and it becomes quantitative data: 1013 hPa.
Your station records the coldest March day in its five-year history. Does this tell you the climate is cooling? Click to check.
No. One day is weather, and five years is not long enough to establish climate anyway. The standard climate averaging period is 30 years. An extreme single day is exactly what you expect to find inside normal variation — the Weather Versus Climate Explorer above shows extreme days that do not move the long-term average at all.
Why is location one of the seven things the station measures? Click to check.
Because a reading with no location attached cannot be compared to any other reading. Pressure changes with elevation, so a pressure reading is meaningless without knowing how high the station sits. Beyond that, location is what lets many stations together become a map — and maps are how heat islands, pollution plumes, and storm tracks become visible.
A friend says 'it was freezing this morning, so much for global warming.' Using this chapter, what is wrong with the argument? Click to check.
It confuses weather with climate. A single cold morning is one weather observation. Climate is the 30-year average pattern. A cold morning is entirely compatible with a warming climate, in the same way that one short student is compatible with a school whose average height is rising. To say anything about climate you need decades of readings, not one morning.
What Is Next¶
You now know what this book is measuring and why. The next chapter takes on the thing that makes all of it possible: units. Every measurement in this book is a number attached to a unit, and every unit is an agreement that took people a surprisingly long time to reach.
Chapter 2 covers the SI system, how to convert between units, and the vocabulary for describing how good a measurement is — accuracy, precision, and uncertainty. Those words get used loosely in conversation. They mean specific and different things here, and you will need all of them before you can judge whether your own station is telling you the truth.