root/trunk/pst-map3d/ReadMe_Earthquakes.txt

Revision 21, 3.0 kB (checked in by manuel, 2 years ago)

Nouvelle version de map.pro.
Dessin des plaques tectoniques.
Trace des épicentres et des cercles concentriques sur le globe.

Line 
1                   World Earthquake Epicenters
2             1 January 1990 through 31 December 2006
3
4
5------------------
61. Source of data:
7------------------
8The original earthquake data was downloaded from the National
9Earthquake Information Center at,
10
11http://wwwneic.cr.usgs.gov/neis/epic/epic_global.html
12
13
14-------------------------------
152. Contents of Earthquakes.zip:
16-------------------------------
17The ASCII .PRN files in Earthquakes.zip contain the positions of
18all earthquakes with magnitudes >= 5.0 on the Richter scale, that
19occurred from 1 January 1990 through 31 December 2006.  There are
20a total of 26,222 earthquakes.  The .PRN files can be plotted
21directly from Versamap version 3.
22
23----------               ---------
24File                     Contents
25----------               ---------
26ReadMe_Earthquakes.txt   This file
27EQ_ALL.PRN               All 26,222 earthquakes
28EQ_M5.PRN                All magnitude 5 earthquakes, 23546
29EQ_M6.PRN                All magnitude 6 earthquakes,  2371
30EQ_M7.PRN                All magnitude 7 earthquakes,   283
31EQ_M8.PRN                All magnitude 8 earthquakes,    21
32EQ_M9.PRN                All magnitude 9 earthquakes,     1
33
34The single magnitude 9 earthquake in EQ_M9.PRN is the earthquake
35that caused the Tsunami of 26 December 2004 in the Indian Ocean.
36
37
38---------------------------------------------
393. How to plot these earthquakes in Versamap:
40---------------------------------------------
41To plot the earthquakes in EQ_ALL.PRN,
42
43a.   Open the Contents tab of the Versamap Help file.
44b.   Select 'How to plot an ASCII PRN or UTM file' under 'How
45     to...' in Contents.
46c.   Substitute the filename EQ_ALL.PRN for VmapUser.prn, and
47     follow the instructions on how to plot VmapUser.prn.
48d.   Stop displaying the earthquake magnitude labels, which plot
49     next to each point, by following the instructions under
50     'Stop displaying city names in VmapUser.prn' at the end of
51     the help topic.
52
53
54-----------------------------
554. File format of .PRN files:
56-----------------------------
57Each line, in the above .PRN files, represents 1 earthquake.  All
58lines have the same format.  The following is the first line of
59data in EQ_M5.PRN,
60
61-1  -21.77  -179.36  ""  "5.20"  "1990 01 01"  "074935.57"
62
63-----          --------
64Field          Contents
65-----          --------
66-1             Line header, same for all records.
67-21.77         Decimal latitude, south latitude is negative.
68-179.36        Decimal longitude, west longitude is negative.
69""             Null string to prevent following comments from
70               displaying in Versamap.
71"5.20"         Earthquake magnitude.
72"1990 01 01"   Year, Month, Day.
73"074935.57"    Origin Time in Coordinated Universal Time (UTC).
74
75
76The data in quotes to the right of the longitude,
77
78   ""  "5.20"  "1990 01 01"  "074935.57"
79
80are comments.
81
82The format of Versamap ASCII .PRN files is discussed in the
83Versamap Help file.  Search for 'file format', and select the
84topic 'File format for PRN files'.
Note: See TracBrowser for help on using the browser.