Thursday, May 21, 2015

NEPAL STILL AT POTENTIAL AFTERSHOCK RISK

Still aftershocks hit us now and then & no day passes by without one!

What more?? USGS today published an article titled "Strong Aftershocks Possible in Nepal in next 7 days"

Prediction : Within the week of May 20 to May 26, chances of hitting at least one magnitude(5 to 6 Richter Scale) aftershock is 40% probable and up to 3 such events are likely to happen.

The major question is "Are we still at gunpoint of mega shocks?"
It is hard to believe on such random releases (no matter it is via USGS or Siesmo Nepal) without enough proof which they fail to show in their official sites. So, I decided to peep through quake data on siesmonepal.gov.np and found some striking resemblance. Indeed, they seem to talk no nonsense. <Not to worry though.. it's just that we all need to act strong and stay safe.>

Let us try to back-trace some data <<represented by green filled arrow below>> (because latest records are at the top and we need to determine how the quakes are responding lately since early measures)  and here are some prime highlights.




The above analysis depicts clearly that after some regular minor aftershocks (the phase we are in as of talking now), Nepal is facing some disturbing higher magnitudes hit (Fun Fact:As we climb 1 magnitude above in a Richter Scale chart, each Richter scale is 33x powerful than to its lower scale). Such irregular yet destructive higher aftershocks are circled RED above.

What can vividly be distinguished is that what USGS research on similar data has to warn us is somehow possible! :(

Aftershocks have potential to create damages, just like main earthquakes. Some aftershocks are widely felt while some are  limited to narrow regions. But there must be awareness among people that it is yet risky to stay inside vulnerable houses, already weakened by past earthquakes and low magnitude tremors, and also spend time nearby weak structures or monuments.

We had been enlisted by United Nations regarding mega earthquake hit 4 to 5 years back and we did not seem to care much. Result: We lost thousands of people, homes and historically as well as religiously important monuments. Now, we have been alerted again and this time we must make sure not to repeat the same carelessness.

[Note:A second powerful earthquake (6.8 Richter Scale) in less than three weeks on May 12, 2015  killed at least 66 in Nepal including 17 in neighbouring India and  1 in Chinese Tibet after the mega-quake devastated the nation with death toll 9000 and  rising every minute.]

Stay safe. Let us all survive this earthquake with a strong heart. This too shall pass. :)

Tons of thanks to my 8K+ followers who send me priceless information every day via twitter. Your tremendous support and love helps me write such content. To be a part of it, simply follow me @sushil_NASA <<CLICK HERE>> and let me know your views, suggestions or what do you like me to post next. You can also inbox me your snapshots via twitter to get featured in 'OUR TOP FOLLOWERS' fame-display (Scroll to top of this page and check to your right navigation bar to see already featured pictures...)

Do let us know about the analysis below in comment section if you feel like zapping your lazy fingertips on random keys ;) 





Saturday, May 16, 2015

SOME KEY ANALYSIS ON NEPAL EARTHQUAKE DATA -- WHAT IT REVEALS IS VITAL

Hello there,
I am well aware that situation is quite tensed by now ... frequent aftershocks in sporadic intervals and encompassing public outcry have led most of us to psychological trauma and anxiety. But not to worry, experts claim that these minor yet frequent tremors are quite a good sign and further keep the possibility of any future mega-earthquake hit to a distant.

Nevertheless, we must keep ourselves safe unless these spine-chilling aftershocks stop hitting the nation. 



Among hardships and death tolls crossing the boundaries, I decided to do some quick earthquake data analysis and here is what I got.. 

First things first, I decided to check in Official Siesmological Site of Nepal from where I was able to extract all the values such as Local Time of Hit, Magnitude (in Richter Scale) etc. 







Then, I used Copy Column Chrome extension to copy all the data from the site to Notepad++ (as it gives me the line number which is equal to total tremors that has hit Nepal since Mega Earthquake on April 25, 2015). Any guesses, how many shocks have fellow Nepalese suffered till this blog has been posted??? 


ITS  237.  No, I am not kidding... Here's the proof.


































Next, I thought of writing a suitable code to analyse following points:

    
    1. Duration between two consecutive aftershocks.
    2. Number of aftershocks between an hour interval from 00:00 AM to 24:00 PM


 
To further make the analysis more profound and vital, I also decided to calculate the safest hours and peak risky hours during the day. How I made out these tricky understanding from the mere raw data I had just pulled out of the site?? Well, without a due, here are my steps (you can carry out yourselves to verify).



Spoiler Alert: I am usually a HTML plus PHP/SQL coder when it comes to web designing. But now, it was a matter of data analysis. So, I decided to switch to C/C++ for quality results. I also found file handling feature in C/C++ handy during this project (You can also use PHP for that matter but I find the former easier to code).



Here's my code (You can let me know if you have come up with your own code in some other languages you find yourself comfortable with. Feel free to post in the comment section below this post.)






Now, you must be wondering what is the above confusing code(though it is not if you know file handling feature of C well) upto!? 

Well, I am here to your rescue :)

My code simply populates an ordinary text file "times_modified.txt" with ascending order of 'local time of hit' and 'duration between consecutive hits'.  The above code also populates the 'total aftershocks' (also called tremors) between two consecutive standard hours (for ex. Between 1 AM to 2 AM).

The text file generated shall look like this.


TIMES_MODIFIED.TXT

0:07----=0
0:14----=7
0:16----=2
0:39----=23
0:43----=4
0:44----=1
0:58----=14
------$$$----TOTAL TREMOR COUNT TILL 1 is [7]------$$$----
1:29----=31
1:49----=20
1:50----=1
1:52----=2
1:56----=4
------$$$----TOTAL TREMOR COUNT TILL 2 is [5]------$$$----
2:07----=11
2:08----=1
2:08----=0
2:14----=6
2:15----=1
2:17----=2
2:19----=2
2:49----=30
2:52----=3
2:56----=4
2:59----=3
------$$$----TOTAL TREMOR COUNT TILL 3 is [11]------$$$----
3:08----=9
3:10----=2
3:12----=2
3:13----=1
3:23----=10
3:29----=6
3:37----=8
3:38----=1
3:41----=3
3:42----=1
3:55----=13
------$$$----TOTAL TREMOR COUNT TILL 4 is [11]------$$$----
4:06----=11
4:11----=5
4:15----=4
4:17----=2
4:27----=10
4:28----=1
4:38----=10
4:38----=0
4:49----=11
4:59----=10
------$$$----TOTAL TREMOR COUNT TILL 5 is [10]------$$$----
5:01----=2
5:05----=4
5:25----=20
5:26----=1
5:32----=6
5:47----=15
5:54----=7
5:55----=1
------$$$----TOTAL TREMOR COUNT TILL 6 is [8]------$$$----
6:00----=5
6:11----=11
6:16----=5
6:17----=1
6:22----=5
6:24----=2
6:31----=7
6:34----=3
6:39----=5
------$$$----TOTAL TREMOR COUNT TILL 7 is [8]------$$$----
7:00----=21
7:27----=27
7:45----=18
7:56----=11
------$$$----TOTAL TREMOR COUNT TILL 8 is [4]------$$$----
8:00----=4
8:08----=8
8:18----=10
8:19----=1
8:28----=9
8:31----=3
8:40----=9
8:43----=3
8:52----=9
8:55----=3
------$$$----TOTAL TREMOR COUNT TILL 9 is [10]------$$$----
9:06----=11
9:06----=0
9:24----=18
9:32----=8
9:35----=3
9:54----=19
9:59----=5
------$$$----TOTAL TREMOR COUNT TILL 10 is [7]------$$$----
10:05----=6
10:33----=28
10:33----=0
10:35----=2
10:35----=0
10:36----=1
10:43----=7
10:46----=3
10:51----=5
------$$$----TOTAL TREMOR COUNT TILL 11 is [9]------$$$----
11:08----=17
11:13----=5
11:20----=7
11:28----=8
11:56----=28
------$$$----TOTAL TREMOR COUNT TILL 12 is [5]------$$$----
12:08----=12
12:11----=3
12:22----=11
12:23----=1
12:30----=7
12:34----=4
12:38----=4
12:41----=3
12:50----=9
12:53----=3
12:54----=1
------$$$----TOTAL TREMOR COUNT TILL 13 is [11]------$$$----
13:02----=8
13:12----=10
13:17----=5
13:17----=0
13:21----=4
13:22----=1
13:28----=6
13:29----=1
13:32----=3
13:32----=0
13:33----=1
13:46----=13
13:51----=5
13:58----=7
------$$$----TOTAL TREMOR COUNT TILL 14 is [14]------$$$----
14:02----=4
14:05----=3
14:06----=1
14:09----=3
14:14----=5
14:19----=5
14:20----=1
14:24----=4
14:25----=1
14:30----=5
14:31----=1
14:34----=3
14:40----=6
14:44----=4
14:47----=3
14:48----=1
------$$$----TOTAL TREMOR COUNT TILL 15 is [16]------$$$----
15:05----=17
15:09----=4
15:10----=1
15:14----=4
15:15----=1
15:17----=2
15:20----=3
15:23----=3
15:24----=1
15:27----=3
15:28----=1
15:29----=1
15:37----=8
15:40----=3
15:49----=9
------$$$----TOTAL TREMOR COUNT TILL 16 is [15]------$$$----
16:00----=11
16:08----=8
16:16----=8
16:20----=4
16:23----=3
16:25----=2
16:26----=1
16:44----=18
16:44----=0
16:50----=6
16:51----=1
------$$$----TOTAL TREMOR COUNT TILL 17 is [11]------$$$----
17:00----=9
17:03----=3
17:06----=3
17:12----=6
17:19----=7
17:20----=1
17:26----=6
17:37----=11
17:43----=6
------$$$----TOTAL TREMOR COUNT TILL 18 is [9]------$$$----
18:02----=19
18:02----=0
18:02----=0
18:13----=11
18:24----=11
18:29----=5
18:47----=18
18:53----=6
18:56----=3
18:58----=2
------$$$----TOTAL TREMOR COUNT TILL 19 is [10]------$$$----
19:08----=10
19:15----=7
19:21----=6
19:28----=7
19:38----=10
19:42----=4
19:43----=1
19:47----=4
19:55----=8
------$$$----TOTAL TREMOR COUNT TILL 20 is [9]------$$$----
20:08----=13
20:17----=9
20:21----=4
20:21----=0
20:25----=4
20:27----=2
20:27----=0
20:29----=2
20:35----=6
20:36----=1
20:42----=6
20:44----=2
20:50----=6
------$$$----TOTAL TREMOR COUNT TILL 21 is [13]------$$$----
21:01----=11
21:02----=1
21:13----=11
21:21----=8
21:36----=15
21:36----=0
21:40----=4
21:47----=7
------$$$----TOTAL TREMOR COUNT TILL 22 is [8]------$$$----
22:07----=20
22:08----=1
22:10----=2
22:12----=2
22:15----=3
22:17----=2
22:19----=2
22:31----=12
22:39----=8
22:39----=0
22:42----=3
22:58----=16
------$$$----TOTAL TREMOR COUNT TILL 23 is [12]------$$$----
23:01----=3
23:13----=12
23:19----=6
23:19----=0
23:24----=5
23:25----=1
23:27----=2
23:30----=3
23:40----=10
23:46----=6
23:51----=5
23:54----=3
23:59----=5
------$$$----TOTAL TREMOR COUNT TILL 24'o clock is [13]------$$$----

Now, based on this, I got some prime highlights which are key to understand earthquake patterns, though random but probable, in details so that we can plan our daily chores inside our home with minimum risk and keep our family safe.

The waiting ends here. :P


SAFEST TIME

7 AM to 8 AM     [No. of tremors so far = 3]
1 AM to 2 AM     [No. of tremors so far = 4]
11 AM to 12 AM  [No. of tremors so far = 4]

RISKIEST TIME

2 PM to 3 PM     [No. of tremors so far = 15]
3 PM to 4 PM     [No. of tremors so far = 14]
1 PM to 2 PM     [No. of tremors so far = 13]


CONCLUSION:"Stay safe. Stay Strong." Do your in house chores only in safe time to minimize the risk, but always keep in mind that Earthquakes are not predictable! :(
Do lets us know if you have done your own analysis below! Let us know if you liked the page.

You can also follow me @sushil_NASA

  
                                 Photo Designed by: Sushil Pratap Bharati


Wednesday, April 29, 2015

EARTHQUAKE PREVENTIVE MEASURES - HOW and WHERE?

We all are aware by now that mega-earthquake has hit Nepal and tremors are still felt around the nation. (Nepal Earthquake Log) At this time of crisis, people most often get fear-attack and are unable to act strong.

Since quakes are not predictable, the best approach we can do to deal with such natural catastrophe is to prepare ourselves. Moreover, earthquake may hit any part of world, any time. Hence, it is better to update ourselves with some preventive measures to counter such inevitable disasters.

Here are some of the basic facts you must learn/drill (reminds me of the series The Big Bang Theory -- Share this post if you recall that episode :P )  to prevent ourselves.

>> Please show your support to all the earthquake victims of Nepal by tweeting to @sushil_nasa . If anyone is willing to donate or provide helping hands to overcome this immense crisis may tweet too. Your help counts! <<

Protect yourself
Protect your head with a helmet or cushion, and hide in a safe place, such as under a table. Running outside is potentially dangerous, because roof tiles and glass may fall on you.

Extinguish flames
Major aftershocks can come after the smallest earthquakes. Calmly extinguish any nearby flames.
Caution!!
If you are cooking, oil or boiling water may spill during the quake. Under such circumstances, you should immediately distance yourself from the oil or water and extinguish the flames after the quake stops.

Open your door and secure an escape route
Earthquakes can warp buildings, especially apartment buildings, making it impossible to open doors and escape. Open doors and windows to secure an escape route and prevent yourself from becoming trapped.

Be careful of broken glass
You may injure your feet on broken glass and other objects. Prepare a flashlight and slippers near your bed so you will be able to move safely.

Never return to your house
Once you have evacuated, never return to the house to get money or possessions. You may become trapped under debris or caught in a fire. Try to avoid entering your house until safety is confirmed.

Walk to your refuge area
Many emergency vehicles, such as fire engines and ambulances, will be using roads during disasters. Obstructing emergency vehicles immediately increases the damage caused by a disaster. Never use cars during an earthquake.



Avoid phone calls after a disaster
Phone line usage jumps up during disasters because of people trying to confirm the safety of themselves or others. This can obstruct emergency phone calls, such as 110, 119, and utility information.
Please avoid unnecessary phone calls. When you want to confirm the safety of a person, try to use the NTT Disaster Telephone Message Service (171) or make conversations as short as possible.

Calmly obtain accurate information
False rumors and information can spread during disasters, leading to further confusion. Obtain accurate information from the TV or radio and don’t get tricked by misinformation.

What should I do when...?
When walking outside
Take caution against falling objects, such as signs and broken windows. Tools and construction materials can fall down at a construction site. Protect your head with your bag or coat and keep at a distance from tall buildings.
Stone walls and pillars can also fall down and are potentially dangerous.

When driving a car
Firmly hold the steering wheel, gradually reduce speed, park your car on the left side of the road, and stop the engine. Listen to information on the radio and find out what is happening. If you need to evacuate, leave your keys, keep the doors unlocked, and walk away with your car documents and valuables.

When underground or in a subway
The shaking you feel when you are underground is about half of what you would experience over ground. Additionally, underground areas have strong structures and are safer than high-rise buildings. Calmly evacuate, following instructions from shop clerks and subway staff.

When in high-rise buildings
Elevators with earthquake sensors will stop at the nearest floor. Immediately leave the elevator. If you get stuck in the elevator, use the intercom to contact someone outside and wait for rescue.
When you evacuate from buildings, never use elevators, listen to announcements, and use the stairs to leave the building.

When near the ocean
Head for higher ground and carefully listen to tsunami information. Do not go near the ocean until tsunami warnings have been cleared. Don’t even think about going to watch tsunamis!
 Do share this post among your friends. Share options are below.

Source: http://www.city.sendai.jp/syoubou/bousai-e/05.html

Friday, April 10, 2015

FREE APPLE PAY DECALS

apple pay
Apple Pay is a mobile payment service that lets particular Apple cell phones pay at retail and online checkout. It digitizes and changes the credit or debit magnetic stripe card deal at charge card terminals. Apple Pay will certainly alter how you make purchases with advancement contact-less payment innovation and distinct security functions constructed right into the gadgets you have with you every day. So you can utilize your iPhone, Apple Watch, or iPad to pay in a basic, secure, and personal method.

Pay with Apple iPhone 6

apple pay logoOne touch to pay with Touch ID. Now paying in shops takes place in one natural movement- there's no have to open an app or perhaps wake your screen thanks to the ingenious Near Field Communication antenna in iPhone 6. To pay, simply hold your iPhone near the contact-less reader with your finger on Touch ID. You do not even need to take a look at the screen to understand your payment details was effectively sent out. A subtle vibration and beep let you understand.

Pay with Apple Watch

Double-click to pay and go. To pay with Apple Watch, simply double click the side button and hold the face of your Apple Watch near the contact-less reader. A mild pulse and tone verify that your payment info was sent out.

Quickly Pay within Apps

Hassle-free checkout. On iPhone 6, iPad Air 2, and iPad mini 3, you can likewise utilize Apple Pay to pay with a single touch within apps. Taking a look at is as simple as choosing Apple Pay and positioning your finger on Touch ID.

More Secure Payments

Each time you turn over your credit or debit card to pay, your card number and identity show up. With Apple Pay, instead of utilizing your real credit and debit card numbers when you include your card, a special Device Account Number is appointed, secured, and firmly kept in the Secure Element, a devoted chip in iPhone, iPad, and Apple Watch. These numbers are never ever kept on Apple servers. And when you purchase, the Device Account Number, together with a transaction-specific vibrant security code, is utilized to process your payment. So your real credit or debit card numbers are never ever shared by Apple with merchants or transferred with payment.

Keep your Purchases Private

Apple does not conserve your deal info. With Apple Pay, your payments are personal. Apple Pay does not keep the information of your deals so they cannot be tied back to you. Your latest purchases are kept in Passbook for your benefit, however that's as far as it goes. Keep your cards in your wallet. Given that you do not need to reveal your credit or debit card, you never ever expose your name, card number, or security code to the cashier when you pay in a shop. This added layer of personal privacy assists guarantee that your details remains where it belongs. With you.

How to Grab Free Apple Pay Glass Stickers

Well now if you got full information on what is Apple Pay and how actually it works, you might be implementing it onto your store counters for easier payments. Well it that case you paste some nice Apple Pay decals or stickers onto your counters so that every person coming into your store knows that he can process secure payments.
Well now you can get upto 3 stickers or decals for Apple Pay for free instantly shipped to your home or store. Follow below steps.
  1. Visit https://www.applepaysupplies.com/applepaykit.html
  2. Now choose the quantity you want to get shipped.
  3. Simply enter your address onto the next page and that's it.
  4. Enjoy your decals will be shipped to your for free.

So hope you enjoyed this freebie article and grab your free decals on time, enjoy and have fun, see you in next post, Peace !