Lightning flashes mapped over North Alabama
What it measures. Detailed mapping of individual lightning flashes over North Alabama, showing where and when lightning occurred.
How it's made. Recorded by a network of ground stations (the North Alabama Lightning Mapping Array) and stored as text files, available from December 2019 onward.
How & where you'd use it. Used to check the accuracy of space-based lightning sensors and to study how thunderstorms develop, including testing weather models that predict lightning.
What's measured
Coverage & cadence
- Time span2001-11-01 → ongoing
- Measured byGROUND STATIONS (LMA)
- Processing levelLevel 1B
- Spatial extent-88.6453, 32.7246, -84.6453, 36.7246
- 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 North Alabama Lightning Mapping Array (NALMA) data are 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 validation of convection-resolving models that predict lightning. These NALMA data files are available from December 17, 2019 and are ongoing in ASCII format.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="nalma",
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
- NALMA Dataset Collection User Guide VIEW RELATED INFORMATION
- The North Alabama Lightning Mapping Array: Recent severe storm observations and future prospects VIEW RELATED INFORMATION
- North Alabama Lightning Mapping Array (LMA): VHF Source Retrieval Algorithm and Error Analyses 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 ThreeDimensional Lightning Mapping System: Initial Observations in Central New Mexico VIEW RELATED INFORMATION