Visible and infrared hurricane images (GOES-11)
What it measures. Visible and infrared snapshots of developing tropical storms and hurricanes, captured every 15 minutes during a 2010 field campaign.
How it's made. Taken by the imaging radiometer on the GOES-11 weather satellite and prepared in near-real-time for a real-time mission-monitoring tool during the GRIP hurricane study.
How & where you'd use it. Helps researchers study how tropical storms form and rapidly strengthen into major hurricanes, and supports campaign mission monitoring.
What's measured
Coverage & cadence
- Time span2010-08-15 → 2010-10-01
- Measured byGOES-11 (GOES-11 Imager)
- Processing levelLevel 3
- Spatial extent-100, 0, 0, 45
- FormatsPNG
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
The GRIP GOES 11 Visible and Infrared Images dataset was produced and archived in near real-time at the Global Hydrology Resource Center throughout the Genesis and Rapid Intensification Processes (GRIP) campaign. The major goal was to better understand how tropical storms form and develop into major hurricanes. The GOES I-M Imager is a five channel (one visible, four infrared) imaging radiometer designed to sense radiant and solar reflected energy from sampled areas of the Earth. These image files were created for use with the Real Time Mission Monitor (RTMM). Generally, GOES-11 images are available for all dates between August 15 and September 30, 2010 at 15 minute intervals throughout this time period.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="gripgoes11B",
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
- The guide document contains detailed information about the dataset VIEW RELATED INFORMATION
- Instructions for citing GHRC data VIEW RELATED INFORMATION