raw_df: Significant earthquakes around the world

Description Usage Format Details Examples

Description

This dataset contains information about 5,933 earthquakes over an approximately 4,000 year time span.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 5979 rows and 47 columns.

Details

@source Dataset NOAA Significant Earthquake Database https://www.ngdc.noaa.gov/nndc/struts/form?t=101650&s=1&d=1 National Geophysical Data Center / World Data Service (NGDC / WDS): Significant Earthquake Database. National Geophysical Data Center, NOAA. doi:10.7289 / V5TD9V7K

@format A data frame with columns:

I_D

The unique numeric identifier of the record.

FLAG_TSUNAMI

When a tsunami was generated by an earthquake, "Tsu" appear.

YEAR

Year: Format +/-yyyy (-is B.C, +is A.D.)

MONTH

Month: 1-12

DAY

Day: 1-31 (where months apply)

HOUR

Hour: 0-23

MINUTE

Minute: 0-59

SECOND

Second: 0-59

FOCAL_DEPTH

The depth of the earthquake is given in kilometers.

EQ_PRIMARY

Magnitude: 0.0 to 9.9

EQ_MAG_MW

The Mw magnitude is based on the moment magnitude scale.

EQ_MAG_MS

The Ms magnitude is the surface-wave magnitude of the earthquake.

EQ_MAG_MB

The Mb magnitude is the compressional body wave (P-wave) magnitude.

EQ_MAG_ML

The ML magnitude was the original magnitude relationship defined by Richter and Gutenberg for local earthquakes in 1935.

EQ_MAG_MFA

The Mfa magnitudes are computed from the felt area, for earthquakes that occurred before seismic instruments were in general use.

EQ_MAG_UNK

The computational method for the earthquake magnitude was unknown and could not be determined from the published sources.

INTENSITY

The Modified Mercalli Intensity (Int) is given in Roman Numerals (converted to numbers in the digital database). 1-12

COUNTRY

The Country where the Earthquake occurred.

STATE

The two-letter State or Province abbreviation where the Earthquake occurred.

LOCATION_NAME

The State, Province or City where the Earthquake occurred

LATITUDE

Latitude: 0 to 90 (Northern Hemisphere) -90 to 0 (Southern Hemisphere)

LONGITUDE

Longitude: 0 to 180 (Eastern Hemisphere) -180 to 0 (Western Hemisphere)

REGION_CODE

Regional boundaries defined as follows: 10 = Central, Western and S. Africa 15 = Northern Africa 20 = Antarctica 30 = East Asia 40 = Central Asia and Caucasus 50 = Kamchatka and Kuril Islands 60 = S. and SE. Asia and Indian Ocean 70 = Atlantic Ocean 80 = Bering Sea 90 = Caribbean 100 = Central America 110 = Eastern Europe 120 = Northern and Western Europe 130 = Southern Europe 140 = Middle East 150 = North America and Hawaii 160 = South America 170 = Central and South Pacific

DEATHS

Number of Deaths from the Earthquake

DEATHS_DESCRIPTION

0 = None 1 = Few (~1 to 50 deaths) 2 = Some (~51 to 100 deaths) 3 = Many (~101 to 1000 deaths) 4 = Very Many (~1001 or more deaths)

MISSING

Number of Missing from the Earthquake

MISSING_DESCRIPTION

0 = None 1 = Few (~1 to 50 missing) 2 = Some(~51 to 100 missing) 3 = Many (~101 to 1000 missing) 4 = Very Many (~1001 or more missing)

INJURIES

Number of Injuries from the Earthquake

INJURIES_DESCRIPTION

0 = None 1 = Few (~1 to 50 injuries) 2 = Some(~51 to 100 injuries) 3 = Many (~101 to 1000 injuries) 4 = Very Many (~1001 or more injuries)

DAMAGE_MILLIONS_DOLLARS

Damage in Millions of Dollars from the Earthquake.

DAMAGE_DESCRIPTION

0 = NONE 1 = LIMITED (roughly corresponding to less than $1 million) 2 = MODERATE (~$1 to $5 million) 3 = SEVERE (~>$5 to $24 million) 4 = EXTREME (~$25 million or more)

HOUSES_DESTROYED

Total Number of Houses Destroyed by the Earthquake.

HOUSES_DESTROYED_DESCRIPTION

0 = None 1 = Few (~1 to 50 houses) 2 = Some (~51 to 100 houses) 3 = Many (~101 to 1000 houses) 4 = Very Many (~1001 or more houses)

HOUSES_DAMAGED

Total Number of Houses Damaged by the Earthquake.

HOUSES_DAMAGED_DESCRIPTION

0 = None 1 = Few (~1 to 50 houses) 2 = Some (~51 to 100 houses) 3 = Many (~101 to 1000 houses) 4 = Very Many (~1001 or more houses)

TOTAL_DEATHS

Total Number of Deaths from the Earthquake and secondary effects (eg Tsunami)

TOTAL_DEATHS_DESCRIPTION

0 = None 1 = Few (~1 to 50 deaths) 2 = Some (~51 to 100 deaths) 3 = Many (~101 to 1000 deaths) 4 = Very Many (~1001 or more deaths)

TOTAL_MISSING

Total Number of Missing from the Earthquake and secondary effects (eg Tsunami)

TOTAL_MISSING_DESCRIPTION

0 = None 1 = Few (~1 to 50 missing) 2 = Some(~51 to 100 missing) 3 = Many (~101 to 1000 missing) 4 = Very Many (~1001 or more missing)

TOTAL_INJURIES

Total Number of Injuries from the Earthquake and secondary effects (eg Tsunami)

TOTAL_INJURIES_DESCRIPTION

0 = None 1 = Few (~1 to 50 injuries) 2 = Some(~51 to 100 injuries) 3 = Many (~101 to 1000 injuries) 4 = Very Many (~1001 or more injuries)

TOTAL_DAMAGE_MILLIONS_DOLLARS

Total Damage in Millions of Dollars from the Earthquake and secondary effects (eg Tsunami)

TOTAL_DAMAGE_DESCRIPTION

0 = NONE 1 = LIMITED (roughly corresponding to less than $1 million) 2 = MODERATE (~$1 to $5 million) 3 = SEVERE (~>$5 to $24 million) 4 = EXTREME (~$25 million or more)

TOTAL_HOUSES_DESTROYED

Total Number of Houses Destroyed by the Earthquake and secondary effects (eg Tsunami)

TOTAL_HOUSES_DESTROYED_DESCRIPTION

0 = None 1 = Few (~1 to 50 houses) 2 = Some (~51 to 100 houses) 3 = Many (~101 to 1000 houses) 4 = Very Many (~1001 or more houses)

TOTAL_HOUSES_DAMAGED

Total Number of Houses Damaged by the Earthquake and secondary effects (eg Tsunami)

TOTAL_HOUSES_DAMAGED_DESCRIPTION

0 = None 1 = Few (~1 to 50 houses) 2 = Some (~51 to 100 houses) 3 = Many (~101 to 1000 houses) 4 = Very Many (~1001 or more houses)

Examples

1
2
3
4
 ## Not run: 
 raw_df
 
## End(Not run)

atibot/eqplot documentation built on May 17, 2019, 4 p.m.