Table of Contents
The AI Satellites Watching Over Your Family — Space Tech for Parents
Planet Labs has 200+ satellites using the same AI as phone cameras to monitor wildfires, floods, and crop yields. Here's why parents should talk to kids about space tech careers.
Last November, Planet Labs’ satellite constellation photographed the entire land surface of Earth — every farm, forest, city, and coastline — in a single day. The images were processed by machine learning models looking for changes: new construction, wildfire spread, flooding, deforestation. Some of those results were in the hands of disaster response teams within hours.
Your kid probably used Google Maps this week. They almost certainly don’t know that satellites used AI to build it, maintain it, and update it in near real-time. Satellite imagery and the AI that processes it sit inside some of the most consequential technology on Earth right now — and it’s expanding fast. Yet “remote sensing engineer” or “satellite data scientist” rarely shows up on any list of careers parents discuss with their kids.
Why Parents Don’t Know This
The word “satellites” conjures GPS and weather forecasts — technology that has existed since before most parents were born and feels, accordingly, stable and unglamorous. What’s changed is the combination of two things: miniaturization that made satellites cheap to launch, and AI that made the data from those satellites actually useful at scale.
In 2000, a commercial satellite capable of imaging Earth’s surface at 1-meter resolution cost hundreds of millions of dollars to build and launch. Today, Planet Labs’ Dove satellites — small enough to hold in two hands — cost roughly $100,000 each to manufacture and launch on shared rockets. The result is a constellation of over 200 satellites capable of imaging the entire Earth daily for a fraction of the cost of the previous generation.
The data those satellites generate is vast. A single Dove satellite captures roughly 150 images per day, each about 25 km × 7 km at 3-meter resolution. Across the constellation, Planet generates millions of images per week. No team of human analysts could review all of it. Machine learning — specifically, convolutional neural networks trained on labeled satellite imagery — is what makes that data useful.
This is the part worth explaining to kids: the AI that identifies a wildfire spreading in satellite imagery is using the same fundamental architecture as the AI that identifies a cat in a photo on your phone. The math is the same. The sensor is different. The scale and consequence are dramatically larger.
What the Research and Data Show
The commercial satellite imagery industry has grown from near-zero revenue in 2000 to a projected $8.6 billion market by 2025, according to the Satellite Industry Association’s 2024 State of the Satellite Industry Report (SIA, 2024). The driving force behind that growth is AI-enabled analysis — the ability to extract actionable information automatically from raw imagery.
| Application | Technique | Data Source | Real-World Impact |
|---|---|---|---|
| Wildfire monitoring | Change detection CNN | Planet Labs, Sentinel-2 | Cal Fire uses satellite data for real-time perimeter mapping |
| Crop yield prediction | Multi-spectral analysis + ML | NASA Landsat, Sentinel-2 | USDA uses satellite-based estimates for national crop reports |
| Deforestation tracking | Object detection (tree cover) | Planet Labs, Global Forest Watch | Global Forest Watch monitors 1.3 billion hectares in near real-time |
| Disaster damage assessment | Before/after change detection | Maxar, Planet Labs | UN OCHA uses Copernicus Emergency Management Service post-disaster |
| Urban growth mapping | Time-series classification | Google Earth Engine | World Bank uses it for infrastructure planning in developing nations |
| Sea ice monitoring | Synthetic aperture radar (SAR) | ESA Sentinel-1 | NSIDC Arctic sea ice extent reports |
A 2022 study in Remote Sensing of Environment by Brandt and colleagues used machine learning applied to satellite imagery to detect and count individual trees across the Sahara and Sahel — a task that would have been impossible without AI, given the scale. They found 1.8 billion isolated trees in areas previously classified as essentially barren (Brandt et al., 2022). That result changed the scientific understanding of African dryland ecosystems.
NASA’s Landsat program — which has been continuously imaging Earth since 1972 — provides freely available data that researchers worldwide use as a training set for machine learning models. The USGS Earth Explorer tool (earthexplorer.usgs.gov) gives anyone free access to the entire Landsat archive, including images from the past 50 years. A motivated teenager can download actual satellite data and run analysis on it without paying anything.
The European Space Agency’s Copernicus program operates Sentinel-1 (radar) and Sentinel-2 (optical) satellites with freely available data and a strong public education mission. ESA publishes Jupyter notebook tutorials for satellite data analysis at step.esa.int — again, free and genuinely accessible to someone with Python basics.
How the Technology Actually Works
What satellites actually see
Optical satellites like Planet’s Doves capture images in visible light and near-infrared bands. The near-infrared band is particularly useful for vegetation analysis: healthy plants reflect strongly in near-infrared in a way that stressed or dead vegetation doesn’t. The NDVI (Normalized Difference Vegetation Index) — a simple calculation using red and near-infrared bands — is one of the most widely used metrics in agriculture and environmental monitoring. It’s derived from arithmetic that a middle schooler can follow: NDVI = (NIR - Red) / (NIR + Red). Values near 1.0 indicate dense, healthy vegetation. Values near 0 indicate bare soil or rock.
Synthetic aperture radar: seeing through clouds
Optical satellites are limited by weather — clouds block visible light. Synthetic aperture radar (SAR) satellites, like ESA’s Sentinel-1, emit microwave pulses and measure the return signal. Microwaves penetrate clouds. SAR images look different from optical photos — they’re grayscale and have a textured, speckled appearance — but they can be captured at any time, day or night, regardless of cloud cover. This makes SAR particularly valuable for monitoring floods (which happen during storms) and Arctic ice (which is frequently cloud-covered).
Change detection: the core AI task
The most common AI task in satellite imagery is change detection: compare an image from date A to an image from date B and identify what changed. A convolutional neural network trained on labeled pairs (before/after wildfire, before/after flood, before/after construction) learns to identify pixels where meaningful change occurred. This sounds conceptually simple but is technically demanding: clouds, atmospheric haze, seasonal vegetation changes, and sensor angle differences all create apparent changes that aren’t real. Training the model to distinguish real change from noise requires careful engineering and large labeled datasets.
Google Earth Engine (earthengine.google.com) provides both the data and the computing infrastructure to run change detection analysis on planetary-scale imagery, free for research and education. It’s used by universities, NGOs, and government agencies worldwide. A high school student with Google account access can run change detection scripts on real Landsat data from Google Earth Engine’s code editor without needing a supercomputer.
The new-space commercial boom
Planet Labs, Maxar Technologies, BlackSky, Satellogic, and Umbra are among the commercial satellite companies that have emerged since 2010, collectively launching hundreds of satellites and building AI analysis capabilities on top of their imagery. SpaceX’s Starlink is a different category — communication satellites — but its launch infrastructure (Falcon 9 rideshare missions) has dramatically reduced the cost of reaching orbit for everyone.
NASA’s Commercial Crew program, the success of SpaceX, and the emergence of dedicated small-satellite launch providers like Rocket Lab have created what the industry calls the “new space” era: faster, cheaper, more commercially driven than the previous generation of space development. The number of satellites in orbit has roughly tripled in the past five years (Union of Concerned Scientists Satellite Database, 2024).
What This Means for Your Kid’s Career Future
The intersection of satellite technology and AI has created several career paths that didn’t meaningfully exist ten years ago.
Remote sensing engineer — designs and maintains the pipelines that process raw satellite imagery into usable data products. Requires: image processing, Python/GDAL, understanding of satellite sensor physics. Often based at companies like Planet Labs, Maxar, or Esri. Median salary: $95,000–$130,000.
Satellite data scientist — builds machine learning models to extract information from satellite data (crop yield estimation, urban mapping, disaster assessment). Requires: machine learning, geospatial data skills (QGIS, Google Earth Engine), statistics. Median salary: $110,000–$150,000.
Mission systems engineer — designs the technical architecture of satellite missions, including sensor specifications, orbit selection, and data downlink systems. Requires: aerospace engineering or electrical engineering background, systems engineering methodology. Median salary: $105,000–$145,000.
Earth observation policy analyst — works at NASA, NOAA, ESA, or think tanks on how satellite data is used for climate monitoring, disaster response, and international agreements. Requires: technical understanding of remote sensing plus policy/international relations background. This is a genuinely rare combination, which makes it valuable.
If you want to give your kid a concrete starting point, NASA’s DEVELOP program (develop.larc.nasa.gov) places undergraduate students on real satellite data analysis projects with NASA science teams. It’s competitive, but it’s also one of the most direct paths from “interested teenager” to “published NASA researcher” in any STEM field. Applications open multiple times per year.
The article on future-proofing your kid’s career for an AI world covers the broader landscape of AI-adjacent careers — remote sensing sits squarely in the category of fields where domain expertise combined with AI skills creates an unusually strong career position.
What Parents Should Do
1. Show kids Google Earth’s historical imagery feature
Google Earth (the desktop app, not just Maps) has a historical imagery slider that shows the same location at different dates going back decades. Spending ten minutes looking at how a city expanded, how a glacier retreated, or how a wildfire changed a landscape is a visceral demonstration of what satellites actually see. It’s the closest thing to a free demonstration of remote sensing available to anyone with a laptop.
2. Introduce NASA Worldview
NASA’s Worldview tool (worldview.earthdata.nasa.gov) shows satellite imagery updated daily, with layers for fires, dust storms, sea ice, vegetation index, and more. Watching wildfire smoke drift across the continent in near real-time, using freely available government satellite data, is the kind of thing that can flip a switch in a science-curious kid.
3. Point teens toward NASA Earthdata and Google Earth Engine
For teenagers with Python skills, NASA Earthdata (earthdata.nasa.gov) provides free access to the full archive of satellite data from NASA’s Earth-observing missions. Google Earth Engine (earthengine.google.com) provides both the data and the cloud computing to run analysis. There are tutorials for beginners at both platforms. The learning curve is real but manageable for a motivated 14-year-old.
4. Connect it to the computer vision they already know
If your kid uses Snapchat filters, understands that the filter identifies their face — it’s using the same convolutional neural network architecture as wildfire detection in satellite imagery. The sensor is different (phone camera vs. satellite sensor), the scale is different, the training data is different — but the core technology is identical. Making this connection helps kids see that what they understand about AI on their phone is actually transferable to space technology.
5. Look at university programs with remote sensing specializations
Not many schools offer dedicated remote sensing degrees, but the skills can be built through geography, earth science, environmental engineering, or computer science programs with geospatial emphasis. UC Santa Barbara’s geography department, Penn State’s Earth Sciences program, and GWU’s Graduate School of Political Management (for policy-facing roles) all have relevant concentrations. NASA DEVELOP partnerships are most common at land-grant universities.
What to Watch Over the Next 3 Years
The hyperspectral imaging wave. Current commercial satellites capture 3–12 spectral bands. Hyperspectral sensors capture hundreds of bands, enabling detailed material identification (specific mineral compositions, vegetation species, water contaminant detection). Companies like Pixxel (India) and Orbital Sidekick are launching hyperspectral constellations. When these become commercially available at scale — projected 2025–2027 — they’ll create entirely new AI analysis opportunities.
SAR constellation expansion. Capella Space and Umbra have been expanding their commercial SAR constellations. As revisit time decreases (from weekly to daily coverage), SAR’s advantages over optical imagery — all-weather, all-hour capability — become more practically useful. AI models trained on SAR data will become as commercially important as optical image analysis models.
Climate monitoring mandates. The SEC’s climate disclosure rules (finalized in 2024) require large public companies to disclose climate-related risks including Scope 3 emissions. Satellite data is one of the few ways to independently verify deforestation rates, shipping emissions, and agricultural land use at scale. This regulatory pressure is creating commercial demand for satellite-based emissions monitoring that didn’t exist five years ago.
Frequently Asked Questions
How can satellites photograph the entire Earth every day?
Planet Labs achieves daily global coverage through constellation design: 200+ small satellites in multiple orbital planes, arranged so that every point on Earth’s surface is imaged by at least one satellite daily. Individual satellites orbit Earth roughly every 90 minutes at 400–500 km altitude. Because they’re spread across different orbital planes, the combined constellation achieves overlapping coverage.
Is satellite imagery really the same technology as phone cameras?
The sensors work on similar principles — they capture light and convert it to digital signals — but satellite sensors capture additional electromagnetic spectrum bands (near-infrared, shortwave infrared) that phone cameras don’t. The AI analysis uses convolutional neural networks in both cases; the training data is different (satellite scenes vs. everyday photos), but the architecture is fundamentally the same family of models.
What is NASA Landsat and why is it important?
Landsat is a joint NASA/USGS program that has been continuously imaging Earth since 1972, making it the longest continuous Earth observation data record in existence. The entire archive is free and publicly available. Landsat data is a foundational training set for machine learning models in remote sensing and a key input to scientific research on land cover change, agricultural productivity, and climate.
Can a high school student actually work with satellite data?
Yes. NASA Earthdata and Google Earth Engine both offer free access to real satellite data with beginner tutorials. NASA’s DEVELOP program places undergraduate students on research projects. Several universities offer Research Experience for Undergraduates (REU) programs in remote sensing. A motivated student with Python basics can be doing meaningful analysis on real satellite data within weeks.
What’s the difference between optical and radar satellites?
Optical satellites (like Planet’s Doves) capture images in visible and near-infrared light — similar to photography, but with additional spectrum bands. They can’t see through clouds. Radar satellites (like ESA Sentinel-1) emit microwave pulses and measure the return signal; microwaves penetrate clouds, fog, and darkness. Radar images require different analysis techniques but provide data in conditions where optical satellites are blind.
How does AI detect wildfires using satellite imagery?
Wildfire detection uses change detection models: the AI compares before and after images and identifies pixels where significant change occurred. Thermal infrared bands — available on satellites like NOAA GOES and NASA MODIS — directly detect heat. Change detection models trained on historical fire imagery can identify active fire perimeters and smoke plumes with high accuracy. NOAA’s Fire Detection and Monitoring system operates in near real-time using this approach.
About the author
Ricky Flores is the founder of HiWave Makers and an electrical engineer with 15+ years developing consumer technology at Apple, Samsung, and Texas Instruments. He writes about how kids learn to build, think, and create in a tech-saturated world. Read more at hiwavemakers.com.
Sources
- Satellite Industry Association. (2024). “State of the Satellite Industry Report 2024.” https://www.sia.org/state-of-the-satellite-industry/
- Brandt, M., Tucker, C. J., Kariryaa, A., et al. (2022). “An unexpectedly large count of trees in the West African Sahara and Sahel.” Remote Sensing of Environment, 281. https://doi.org/10.1016/j.rse.2022.113248
- European Space Agency. (2024). “Copernicus: Europe’s Eyes on Earth.” https://www.esa.int/Applications/Observing_the_Earth/Copernicus
- NASA. (2024). “Landsat Science.” https://landsat.gsfc.nasa.gov/
- NASA. (2024). “DEVELOP National Program.” https://develop.larc.nasa.gov/
- Google. (2024). “Earth Engine: A planetary-scale platform for Earth science data & analysis.” https://earthengine.google.com/
- Union of Concerned Scientists. (2024). “UCS Satellite Database.” https://www.ucsusa.org/resources/satellite-database
- USGS Earth Explorer. (2024). “Landsat Data Archive.” https://earthexplorer.usgs.gov/