4
4
- [ Example] ( #example )
5
5
- [ Data Access] ( #data-access )
6
6
- [ Metadata Tables] ( #metadata-tables )
7
- - [ Utilities] ( #utilities )
7
+ - [ Utilities] ( #utilities )
8
+
8
9
9
10
## Description
10
11
@@ -18,6 +19,7 @@ file (`'bsmdata.rda'`) representing the timeseries of strain,
18
19
and another file (` 'bsmdata_nfo.rda' ` ) representing metadata associated with the timeseries. We also include a
19
20
pdf figure of the timeseries in (` 'fig_timeseries.pdf' ` ) for reference.
20
21
22
+
21
23
### ` bsmdata.rda `
22
24
23
25
These files contain timeseries of linear strain ( in 10<sup >-9 </sup >, or * nanostrain* )
@@ -110,6 +112,7 @@ List of 4
110
112
111
113
The command used is in ` b[['cmd']] ` , for example.
112
114
115
+
113
116
## Example
114
117
115
118
Here, for example, is the timeseries at B084 for the
@@ -122,16 +125,16 @@ shown in the appropriate [fig_timeseries.pdf](2010/2010.094_7.2/B084/fig_timeser
122
125
We have included a sample R script [ ` plot_bsmdata.R ` ] ( plot_bsmdata.R ) to show how
123
126
a similar version of this figure can be reproduced.
124
127
125
- ## Data Access
126
128
127
- Download the full archive here: https://github.com/abarbour/pbe-data/archive/master.zip
129
+ ## Data Access
128
130
129
- Or use version control (git, Subversion, etc.):
131
+ Download the full archive through the link above, or
132
+ use version control (git, Subversion, etc.) to maintain a local copy:
130
133
131
134
git clone git@github.com:abarbour/pbe-data.git
132
135
133
136
The total size of this repository is on the order of 800 Mb, so the first
134
- fetch will take a considerable amount of time. The size can be minimized slightly
137
+ fetch through ` git ` will take a considerable amount of time. The size can be minimized slightly
135
138
by replacing ` git clone ` with ` git clone --depth 1 ` in the expression above.
136
139
137
140
@@ -198,6 +201,7 @@ $ grep -E 'B084.*2010.094' Earthquake_BSM_pairs.txt
198
201
* Note the earthquake identifier is defined as ` [year].[jday]_[Mw] ` , with the terms
199
202
in the brackets representing field names in the tables.*
200
203
204
+
201
205
## Utilities
202
206
203
207
### [ listFiles] ( listFiles )
0 commit comments