Bromine monoxide gas in the air (Aura)
What it measures. Measures the total amount of bromine monoxide, a reactive gas involved in ozone chemistry, in a vertical column of the atmosphere, along with quality and location details.
How it's made. Retrieved from the OMI instrument on NASA's Aura satellite for the sunlit part of each orbit, producing roughly 14 orbit files per day.
How & where you'd use it. Useful to atmospheric scientists studying ozone-related chemistry and reactive halogen gases in the atmosphere.
What's measured
Coverage & cadence
- Time span2004-08-26 → ongoing
- Measured byAura (OMI)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- 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 Aura Ozone Monitoring Instrument (OMI) collection-3 Bromine Monoxide Product OMBRO from the Aura-OMI, is now available from the NASA Goddard Earth Sciences Data and Information Services Center (GES DISC) for the public access. The shortname for this Level-2 OMI total column BrO product is OMBRO. The algorithm leads for this product are the US OMI scientists Dr. Kelly Chance and Dr. Thomas Kurosu from the Harvard-Smithsonian Center, Cambridge, MA. The OMBRO product contains total vertical column BrO, standard errors (rms and sigma), quality flags, geolocation and other ancillary information. The OMBRO files are stored in the version 5 EOS Hierarchical Data Format (HDF-EOS5). Each file contains data from the day lit portion of an orbit (~53 minutes). There are approximately 14 orbits per day. The average file size for the OMBRO data product is about 5 Mbytes.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OMBRO",
version="003",
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 GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTPS. GET DATA
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- README Document VIEW RELATED INFORMATION
- OMI Algorithm Theoretical Basis Documents VIEW RELATED INFORMATION
- OMI Data User's Guide VIEW RELATED INFORMATION
- File Specification Document VIEW RELATED INFORMATION
- VIEW RELATED INFORMATION VIEW RELATED INFORMATION