{"id":876,"date":"2020-08-14T08:40:04","date_gmt":"2020-08-14T08:40:04","guid":{"rendered":"http:\/\/polkares.org\/?page_id=876"},"modified":"2025-07-15T20:10:02","modified_gmt":"2025-07-15T20:10:02","slug":"current-radar","status":"publish","type":"page","link":"https:\/\/polkares.org\/?page_id=876","title":{"rendered":"Radar &#038; Weather"},"content":{"rendered":"\n<meta http-equiv=\"Refresh\" content=\"120\">\n\n\n<p>This page will auto refresh every 120 seconds<\/p>\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/radar.weather.gov\/ridge\/standard\/KTBW_loop.gif\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/cdn.tegna-media.com\/wtsp\/weather\/radar\/880x495\/polk35.gif\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/www.nhc.noaa.gov\/xgtwo\/two_atl_7d0.png\" alt=\"\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/cdn.star.nesdis.noaa.gov\/GOES16\/ABI\/CONUS\/Sandwich\/GOES16-CONUS-Sandwich-625x375.gif\" alt=\"\" style=\"width:840px;height:auto\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/cdn.star.nesdis.noaa.gov\/GOES16\/ABI\/SECTOR\/se\/GEOCOLOR\/GOES16-SE-GEOCOLOR-600x600.gif\" alt=\"\" style=\"width:834px;height:auto\"\/><\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Tropical Weather Outlook<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            margin: 20px;\n            padding: 20px;\n            background-color: #f4f4f4;\n        }\n        .content {\n            background: white;\n            padding: 20px;\n            border-radius: 5px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n        }\n        pre {\n            font-weight: bold;\n            color: black;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"content\">\n        <h1>Tropical Weather Outlook<\/h1>\n        <pre id=\"forecast\"><\/pre>\n    <\/div>\n\n    <script>\n        async function fetchForecast() {\n            const response = await fetch(\"https:\/\/forecast.weather.gov\/product.php?site=NWS&issuedby=AT&product=TWO\");\n            const text = await response.text();\n            const parser = new DOMParser();\n            const doc = parser.parseFromString(text, \"text\/html\");\n            const forecastText = doc.querySelector(\"pre\").innerText;\n            document.getElementById(\"forecast\").innerText = forecastText;\n        }\n\n        fetchForecast();\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Polk County Weather Alerts<\/title>\n  <style>\n    body {\n      font-family: Arial, sans-serif;\n      margin: 20px;\n    }\n    .alert {\n      border: 2px solid #c00;\n      background-color: #fee;\n      padding: 10px;\n      margin-bottom: 15px;\n    }\n    .alert h3 {\n      margin-top: 0;\n      color: #c00;\n    }\n    .no-alerts {\n      color: green;\n      font-weight: bold;\n    }\n  <\/style>\n<\/head>\n<body>\n  <h1>Weather Alerts for Polk County, FL<\/h1>\n  <div id=\"alerts\">Loading alerts&#8230;<\/div>\n\n  <script>\n    const zoneId = \"FLZ043\"; \/\/ Inland Polk County zone ID\n    const alertsContainer = document.getElementById(\"alerts\");\n\n    function fetchAlerts() {\n      fetch(`https:\/\/api.weather.gov\/alerts\/active\/zone\/${zoneId}`)\n        .then(response => response.json())\n        .then(data => {\n          if (!data.features || data.features.length === 0) {\n            alertsContainer.innerHTML = '<p class=\"no-alerts\">No active alerts for Polk County, FL.<\/p>';\n            return;\n          }\n\n          alertsContainer.innerHTML = '';\n          data.features.forEach(alert => {\n            const alertEl = document.createElement(\"div\");\n            alertEl.className = \"alert\";\n            alertEl.innerHTML = `\n              <h3>${alert.properties.event}<\/h3>\n              <p><strong>Severity:<\/strong> ${alert.properties.severity}<\/p>\n              <p><strong>Effective:<\/strong> ${new Date(alert.properties.effective).toLocaleString()}<\/p>\n              <p><strong>Expires:<\/strong> ${new Date(alert.properties.expires).toLocaleString()}<\/p>\n              <p>${alert.properties.headline}<\/p>\n              <p>${alert.properties.description.replace(\/\\n\/g, \"<br>\")}<\/p>\n            `;\n            alertsContainer.appendChild(alertEl);\n          });\n        })\n        .catch(error => {\n          console.error(\"Error fetching alerts:\", error);\n          alertsContainer.innerHTML = '<p class=\"no-alerts\">Could not load alerts.<\/p>';\n        });\n    }\n\n    \/\/ Initial fetch\n    fetchAlerts();\n\n    \/\/ Repeat every 60 seconds (60000 milliseconds)\n    setInterval(fetchAlerts, 60000);\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<h2><span style=\"text-decoration: underline;\">NWS Tampa Bay Weather Information<\/span><\/h2>\n\n<ul class=\"wp-block-rss\"><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https:\/\/www.weather.gov\/media\/tbw\/hydro\/TBW%20PNS%20for%20Forecast%20Frequency%202026.pdf'>Upgrading River Forecast Services for the Manatee River near Myakka Head<\/a><\/div><\/li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https:\/\/www.weather.gov\/tbw\/DroughtInformationStatement'>Moderate to Extreme Drought Continues across West Central and Southwest Florida<\/a><\/div><\/li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https:\/\/www.weather.gov\/jax\/FTTW2026'>Register Here for the Virtual Florida Public Tropical Training Week 2026!<\/a><\/div><\/li><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https:\/\/weather.gov\/tampa\/2026hat'>Hurricane Awareness Tour Coming to Sarasota-Bradenton May 4th!<\/a><\/div><\/li><\/ul>\n\n<h2>\u00a0<\/h2>\n<h2><span style=\"text-decoration: underline;\"><strong>ASOS Weather Observations<\/strong><\/span><\/h2>\n<p><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/www.weather.gov\/wrh\/timeseries?site=KLAL\" target=\"_blank\" rel=\"noopener\">Lakeland Linder International Airport (KLAL)<\/a><\/span><br \/><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/www.weather.gov\/wrh\/timeseries?site=KBOW\" target=\"_blank\" rel=\"noopener\">Bartow Municipal Airport (KBOW)<\/a><\/span><br \/><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/www.weather.gov\/wrh\/timeseries?site=KGIF\" target=\"_blank\" rel=\"noopener\">Winter Haven Municipal Airport (KGIF)<\/a><\/span><\/p>\n<h2><span style=\"text-decoration: underline;\">Other Radar Links<\/span>:<\/h2>\n<p><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/thurlowpa.com\/FullScreenRadarStuartZoom7Statewide.html\" target=\"_blank\" rel=\"noopener\">Google Radar<\/a><\/span><br \/><span style=\"color: #0000ff;\"><strong><a style=\"color: #0000ff;\" href=\"https:\/\/www.star.nesdis.noaa.gov\/GOES\/sector_band.php?sat=G16&amp;sector=se&amp;band=14&amp;length=96\">Southeast Sector<\/a><br \/><\/strong><a style=\"color: #0000ff;\" href=\"https:\/\/www.lightningmaps.org\/?lang=en#m=oss;t=3;s=0;o=0;b=;ts=0;y=28.0502;x=-82.0198;z=10;d=2;dl=2;dc=0;\" target=\"_blank\" rel=\"noopener\">Lightning Map<\/a><\/span><br \/><span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/alerts.weather.gov\/cap\/wwaatmget.php?x=FLC105&amp;y=1\">NWS ALERTS<\/a><\/span><\/p>\n<h2><strong><span style=\"text-decoration: underline;\">Hurricane Resources<\/span>:<\/strong><\/h2>\n<p><strong>National Hurricane Center: <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"https:\/\/www.nhc.noaa.gov\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.nhc.noaa.gov\/<\/a><\/span><br \/>NOAA: <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"https:\/\/www.noaa.gov\/hurricane-prep\" target=\"_blank\" rel=\"noopener\">https:\/\/www.noaa.gov\/hurricane-prep<\/a><\/span><br \/>Federal Emergency Management Agency (FEMA) &#8211; <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"https:\/\/www.fema.gov\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.fema.gov\/<\/a><\/span><br \/>Florida Dept of Emergency Management &#8211; <a href=\"https:\/\/floridadisaster.org\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #000080;\">https:\/\/floridadisaster.org<\/span><br \/><\/a>Ready.gov &#8211; <span style=\"color: #000080;\"><a style=\"color: #000080;\" href=\"https:\/\/www.ready.gov\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.ready.gov\/<\/a><\/span><\/strong><\/p>\n<h2><span style=\"text-decoration: underline;\"><strong>Tropical Weather Outlook<\/strong><\/span><\/h2>\n\n<ul class=\"wp-block-rss\"><li class='wp-block-rss__item'><div class='wp-block-rss__item-title'><a href='https:\/\/www.nhc.noaa.gov\/'>The Atlantic hurricane season runs from June 1st through November 30th.<\/a><\/div><\/li><\/ul>","protected":false},"excerpt":{"rendered":"<p>This page will auto refresh every 120 seconds Tropical Weather Outlook Tropical Weather Outlook Polk County Weather Alerts Weather Alerts for Polk County, FL Loading alerts&#8230; NWS Tampa Bay Weather Information \u00a0 ASOS Weather Observations Lakeland Linder International Airport (KLAL)Bartow Municipal Airport (KBOW)Winter Haven Municipal Airport (KGIF) Other Radar Links: Google RadarSoutheast SectorLightning MapNWS ALERTS [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-876","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/polkares.org\/index.php?rest_route=\/wp\/v2\/pages\/876","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/polkares.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/polkares.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/polkares.org\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/polkares.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=876"}],"version-history":[{"count":38,"href":"https:\/\/polkares.org\/index.php?rest_route=\/wp\/v2\/pages\/876\/revisions"}],"predecessor-version":[{"id":2865,"href":"https:\/\/polkares.org\/index.php?rest_route=\/wp\/v2\/pages\/876\/revisions\/2865"}],"wp:attachment":[{"href":"https:\/\/polkares.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}