Is there an app that would show only hurricane and Earthquake information

Any help is appreciated

Answers

  • I think what you are asking is whether Domo has a way to integrate hurricane and earthquake information. If you look at recent discussions there was a recent conversation about this topic. You can link to an external API from places like NOAA to gather information about weather such as hurricanes and earthquakes.

    ** Was this post helpful? Click Agree or Like below. **
    ** Did this solve your problem? Accept it as a solution! **

  • I have been using this one for a few years now for earthquakes from the USGS.

    https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_month.csv
    You can use the CSV Advanced Connector as set it up as an HTTP Request.

    Hurricane data has been trickier. You can get a CSV file from here:

    https://www.ncei.noaa.gov/data/international-best-track-archive-for-climate-stewardship-ibtracs/v04r01/access/csv/

    But they sometimes are lagging behind in how current they are. To supplement it, I created a Jupyter Notebook that looks for current storm activity using this call:
    https://www.nhc.noaa.gov/CurrentStorms.json

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.