Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
48 hour Hurricane Forecast track error (nautical miles)
The public, private sectors, emergency managers, and government institutions at all levels in this country and abroad use NOAA tropical cyclone forecasts to make decisions regarding the protection of life and property. This goal measures the difference between the projected and actual location of the center of tropical cyclones in nautical miles (nm) for the Atlantic Basin, averaged over all the 48- hour forecasts occurring during the calendar year (CY). * Data for a given CY are not available until April of the following CY.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"performance-commerce-gov/48-hour-hurricane-forecast-track-error-nautical-d2as-2fvz\".\"48_hour_hurricane_forecast_track_error_nautical\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata