MANILA, Philippines — Tropical cyclone “Auring” weakened right into a tropical storm hours after it turned a extreme tropical storm, state climate bureau PAGASA mentioned Friday in its 5 p.m. bulletin.
PAGASA, nevertheless, warns that Auring could intensify once more right into a extreme tropical storm forward of its anticipated landfall over the japanese coast of Caraga area on Sunday morning.
Afterwards, PAGASA mentioned Auring will doubtless weaken because it follows a usually northwestward path whereas crossing the Caraga area, Visayas and Mimaropa from Sunday to Monday.
Auring now packs winds of as much as 85 kilometers per hour (kph) close to the middle and gusts of as much as 105 kph and is shifting westward at 15 kph.
PAGASA final noticed its middle 405 kilometers east southeast of Hinatuan, Surigao del Sur.
Whereas Auring has but to make landfall, its results are already being felt in Caraga, Camiguin, Misamis Oriental, Bukidnon, Davao Oriental, Davao de Oro and Davao del Norte the place mild to reasonable with at instances heavy rains are anticipated till tonight.
PAGASA has hoisted Sign No. 1 over the next areas:
- Southern Leyte
- Guian, Jap Samar, together with Homonhon Island
- Dinagat Islands
- Surigao del Norte
- Surigao del Sur
- Agusan del Norte
- Agusan del Sur
- Davao Oriental
- Davao de Oro
- Davao del Norte
- Davao Metropolis
- Camiguin
- Balingasag, Misamis Oriental
- Balingoan, Misamis Oriental
- Binuangan, Misamis Oriental
- Claveria, Misamis Oriental
- Gingoog Metropolis, Misamis Oriental
- Jasaan, Misamis Oriental
- Kinoguitan, Misamis Oriental
- Lagonglong, Misamis Oriental
- Magsaysay, Misamis Oriental
- Medina, Misamis Oriental
- Salay, Misamis Oriental
- Sugbongcogon, Misamis Oriental
- Tagoloan, Misamis Oriental
- Talisayan, Misamis Oriental
- Villanueva, Misamis Oriental
- Cabanglasan, Bukidnon
- Impasug-ong, Bukidnon
- Lantapan, Bukidnon
- Malaybalay Metropolis, Bukidnon
- Malitbog, Bukidnon
- Manolo Fortich, Bukidnon
- Maramag, Bukidnon
- Quezon, Bukidnon
- San Fernando, Bukidnon
- Sumilao, Bukidnon
- Valencia Metropolis, Bukidnon
PAGASA mentioned that it could elevate Sign No. 2 over Surigao del Sur and Davao Oriental by 11 p.m.
The state climate bureau warns of reasonable to heavy with at instances intense rains over Caraga, Camiguin, Misamis Oriental, Bukidnon, Davao Oriental, Davao de Oro and Davao del Norte by Saturday.
In the meantime, japanese and central Visayas, the remainder of northern Mindanao, Lanao del Sur, Cotabato and Davao Metropolis can anticipate mild to reasonable with at instances heavy rains by Saturday.
Average to heavy with at instances intense rains over Catanduanes, Albay, Sorsogon, Masbate, Visayas, Caraga, Camiguin, Misamis Oriental and Bukidnon are anticipated on Sunday, whereas mild to reasonable with at instances heavy rains are anticipated over Romblon, the remainder of northern Mindanao, Lanao del Sur, Cotabato, Davao Metropolis, Davao del Norte, Davao de Oro and Davao Oriental on the identical day.
- 24 hour (Saturday afternoon): 290 km east southeast of Hinatuan, Surigao del Sur
- 48 hour (Sunday afternoon): Within the neighborhood of Hilongos, Leyte
- 72 hour (Monday afternoon): 140 km northwest of Coron, Palawan
- 96 hour (Tuesday afternoon): 415 km west of Subic, Zambales
- 120 hour (Wednesday afternoon): 490 km west of Iba, Zambales
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }