Search⌘ K

Hazardous Events Using the EONET API

Explore how to use NASA's EONET API to access up-to-date data on natural hazardous events such as storms, floods, and wildfires. Understand how to retrieve event categories, filter ongoing or closed events, and visualize event layers to enhance your space and Earth data projects.

Overview

Earth Observatory Natural Event Tracker (EONET) is a repository that contains data for natural events such as storms, floods, and earthquakes. We can use the EONET API to access this data programmatically. EONET not only provides us data about these events, but can also be used to get event-related image layers to represent those events better in our application. This repository is updated continuously so users can stay up-to-date.

Categories

The events are cataloged into different categories. The base URL https://eonet.gsfc.nasa.gov/api/v3/categories is used to get a list of all available categories. We can then use these categories to filter out events of a ...