91³Ô¹ÏÍø

Watch CBS News

Know the six P's of preparedness to evacuate during a wildfire, other disasters

During natural disasters like wildfires and hurricanes, people in at-risk areas are often asked or ordered to evacuate. It's important to prepare, heed evacuation warnings and  — a checklist list of the necessities you should pack or take with you whether you are evacuating from a fire or another natural disaster. 

These kinds of checklists commonly circulate on social media and are often put out by local officials during major fires and other disasters. The six P's included may vary a bit, but they all address the important things you would not want to lose or leave behind in a disaster. 

1. People and Pets 

Cal Fire's includes action items to include in your emergency preparedness plan. You should pick a meeting point for your family members to join each other after evacuating that is safe and away from the high-risk zones. You should also plan your escape routes and practice them so your family knows where to go.

Have a plan for safely evacuating your pets, who may be frightened.

You can also choose someone who lives outside of the at-risk area that your family can check in with in case you get separated or some phones no longer work. 

2. Papers, phone numbers and important documents

Papers and important documents could get damaged in wildfires and other natural disasters. You should take things like IDs, passports, insurance cards and Social Security cards with you. You may also want to take a list of important numbers with you — if your phone dies, you can't access your contact list. 

These tips apply to all disasters during which your important documents might get destroyed, like a hurricane.

3. Prescriptions 

Have your full, current supply of prescriptions packed in case you can't get to a pharmacy. You may also want to take other health supplies like vitamins, eyeglasses and extra contacts. 

4. Photos and personal items 

Especially in disasters like the Southern California wildfires, where entire homes can be destroyed, you should take family photos and small mementos that you wouldn't want to lose and that are irreplaceable to you.

You will also want room for other personal items like toiletries and even snacks and water. The United States Department of Agriculture enough water and food for two to three days. 

5. Personal computer and hard drives 

If your work or personal documents are digital, bring the hard drives or laptop computers they are on. Computers can get destroyed in fires or other storms like hurricanes.

6. Plastics — credit cards, ATM cards, cash 

Lastly, take your credit and debit cards and cash. In many cases, people don't know when they will be able to return home. With power outages, even ATMs may shut down, so it is important to have cash and other forms of payment when you leave home. 

Preparing to evacuate

As major wildfires ravage several Los Angeles neighborhoods, thousands of people were told to evacuate — leaving almost everything behind and some even leaving by foot. 

The Los Angeles Fire Department  creating a plan for evacuating your family and pets out of the area, packing an emergency supply kit, talking to your loved ones about a communication plan and following local officials like the LAPD for evacuation updates. 

Cal Fire has an showing the various evacuation zones brought on by the Palisades Fire, Sunset Fire and Eaton Fire, which have burned tens of thousands of acres and are threatening thousands of structures.

There are two levels to the zones. In the red zones, it is mandatory to evacuate and required by law. In the yellow zones, there is an evacuation warning and mandatory evacuations could be imminent — people who may have trouble getting out of these areas should leave immediately. 

While authorities will tell the public about evacuation plans, it is safer to leave before a mandatory order is issued.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });