Lightning strike mapping over Wallops, Virginia
What it measures. Detailed maps of where lightning is happening around Wallops, Virginia, recorded by a network of ground sensors.
How it's made. Collected by a ground-based Lightning Mapping Array that detects the radio signals lightning gives off, delivered as text files.
How & where you'd use it. Serves as a ground-truth check for space-based lightning sensors and supports studies of how storms produce lightning. Coverage is ongoing and being expanded.
What's measured
Coverage & cadence
- Time span2020-01-01 → ongoing
- Measured byGROUND STATIONS (LMA)
- Processing levelLevel 1B
- Spatial extent-77.875, 36.294, -73.304, 39.891
- FormatsASCII
- StatusACTIVE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
The Wallops Island Flight Facility Lightning Mapping Array (WFFLMA) dataset collection is used to validate the Lightning Imaging Sensor (LIS) on the International Space Station (ISS), the Geostationary Lightning Mapper (GLM) instrument, and other current and future lightning measurements. These data are also used in convective storm process studies, including but not limited to the validation of convection-resolving models that predict lightning. The WFFLMA data files are available from February 1, 2025 through January 10, 2026 and are ongoing in ASCII format. NOTE: This dataset is actively being worked on to backfill older data and to update this to an ongoing dataset.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="wfflma",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from GHRC_DAAC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- WFFLMA Dataset Collection User Guide VIEW RELATED INFORMATION
- A Hyperbolic System for Obtaining VHF Radio Pictures of Lightning VIEW RELATED INFORMATION
- VHF radio pictures of cloud flashes VIEW RELATED INFORMATION
- VHF radio pictures of lightning flashes to ground VIEW RELATED INFORMATION
- A GPS-based Three-Dimensional Lightning Mapping System: Initial Observations in Central New Mexico VIEW RELATED INFORMATION
- Accuracy of the Lightning Mapping Array VIEW RELATED INFORMATION
- Instructions for citing GHRC data VIEW RELATED INFORMATION