Skip to content

Commit b57262f

Browse files
committed
Update intro content
1 parent 43ea14a commit b57262f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

notebooks/Nate/catalog_management.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"# Catalog Wrangling Exercise \n",
88
"*:auth: Nate Stevens (PNSN)*\n",
99
"\n",
10-
"In this exercise we'll use ObsPy and ObsPlus to create a highly translatable earthquake \n",
11-
"catalog of located events from our analyses and those in the USGS Comprehensive Catalog \n",
12-
"(ComCat) and do some quick intercomparisons between the two. Finally we'll save these \n",
13-
"catalogs into a variety of standardized formats (schema) that are easy to re-load and \n",
14-
"re-analyze with ObsPy and Pandas."
10+
"In this exercise we'll use ObsPy and ObsPlus to create a highly translatable earthquake catalog from events we located through analyses. \n",
11+
"\n",
12+
"The notebook will demonstrate some tools for getting our (meta)data into two well-defined schema: \n",
13+
" - the ANSS schema (https://ncedc.org/db/Documents/NewSchemas/PI/v1.6.4/PI.1.6.4/index.htm)\n",
14+
" - the QuakeML schema (https://quake.ethz.ch/quakeml)\n",
15+
"\n",
16+
"Finally, we'll make an EventBank that lets us save, update, and query our event catalog in a systematic manner."
1517
]
1618
},
1719
{

0 commit comments

Comments
 (0)