We expect about 16 major earthquakes in any given year, which includes 15 earthquakes in the magnitude 7 range and one earthquake magnitude 8.0 or greater. – USGS

Overview

When the Earth’s lithosphere has a sudden release of energy, the result is the shaking of the Earth’s surface. This event is commonly known as an earthquake. Some earthquakes are so weak they may go unnoticed while others are so powerful they can wreak havoc on the surface. Because of the potential destruction that these events can cause, it is important to track global trends concerning their location, frequency, and magnitude.

Over the past century, the global frequency of earthquakes has remained relatively steady. Advancing technologies have allowed the false notion that earthquake activity is increasing to become standard. According to the United States Geological Survey1 (USGS), the National Earthquake Information Center locates about 20,000 earthquakes each year. That is approximately 55 earthquakes per day! The increase in the number of seismic instruments and their precision gives only the appearance that earthquake activity is increasing.

The animation above is a testament to this. It appears that the number of earthquakes with magnitude 6.5 or greater has been increasing since 1900, but in reality as technology advanced we simply had a greater ability to detect earthquakes that would have previously gone unnoticed.

Other contributors to the false notion of increasing earthquake activity are increasing population and global communication2. Earthquakes in very populated centers of the world will easily get the attention of the public. As population and urban areas increase, the chances of an earthquake getting attention also increase. Global communication has vastly increased our ability to monitor seismic activity around the world, allowing people to hear of earthquakes much more frequently.

Data Description

The data visualization above is the location and magnitude of all earthquakes with magnitude 6.5 or greater since 1900. The data is from the USGS Earthquake Catalog. The dataset can be found here.

The specifications for the dataset used to produce the animation above were as follows:

Using a script written in the Python3 programming language, the data was organized and split into twelve CSV (comma-separated values) files each containing the year, latitude, longitude, and magnitude for all earthquakes in a given decade. Note that 2010-2020 includes a greater amount of time (approximately 4 months) than the preceding decades. The script also created dummy variables “Count Major” and “Count Great” for each earthquake. If the earthquake’s magnitude was in the range of 6.5-6.9, both dummy variables equated to 0. If the magnitude was in the range 7.0-7.9, “Count Major” was equal to 1 while “Count Great” was equal to 0. If the magnitude was 8.0 or greater, “Count Major” was equal to 0 while “Count Great” was equal to 1. Any other variables included in the initial USGS dataset were removed.

For each decade, the data were visualized in QGIS4 using the same world map layer and properties. QGIS provided statistics for the mean magnitude, maximum magnitude, total earthquakes, number of Major earthquakes (sum of “Count Major” column), and number of Great earthquakes (sum of “Count Great” column) for a given decade. Each decade was then exported to a PNG5 image. The image files were uploaded into GIMP6 and exported as an animated GIF7. The GIF was then converted to a MP48 video file using FFmpeg9.

Author: Grant Luisi.

Last edited: 2020-05-02.


  1. The United States Geological Survey. Accessed 2020-04-06. Online: https://www.usgs.gov/about/about-us/who-we-are↩︎

  2. The British Geological Survey. Accessed 2020-04-07. Online: https://www.bgs.ac.uk/about/whoWeAre.html↩︎

  3. Python. Copyright (C) 2001–2019. Python Software Foundation. Accessed 2020-04-07. Online: https://www.python.org/↩︎

  4. QGIS. Software released through CC-BY-SA by the QGIS Development Team. Accessed 2020-04-16. Online: https://www.qgis.org/↩︎

  5. Portable Network Graphics (PNG). Copyright 1995–2019 Greg Roelofs. Accessed 2020-04-22. Online: http://www.libpng.org/pub/png/↩︎

  6. GNU Image Manipulation Program (GIMP). Software released through CC-BY-SA by The GIMP Development Team. Accessed 2020-04-22. Online: https://www.gimp.org/↩︎

  7. Graphics Interchange Format (GIF). Copyright 1987–1990 CompuServe. Accessed 2020-04-22. Online: https://www.w3.org/Graphics/GIF/spec-gif89a.txt↩︎

  8. Moving Picture Experts Group Standard 4 (MPEG-4). Standard developed by a working group of the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC) joint technical committee. Accessed 2020-04-22. Online: https://mpeg.chiariglione.org/↩︎

  9. FFmpeg is a trademark of Fabrice Bellard. Software released under GNU LGPL 2.1. Accessed 2020-04-22. Online: https://ffmpeg.org/↩︎