Hazardous Events Using the EONET API
Learn how to keep track of earthly hazardous events using the EONET API.
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 ...