aux_getxml | R Documentation |
This function either downloads an online station XML file and (optionally) saves it and/or reads an already existing local station XML file.
aux_getxml(
xml,
start,
duration,
network,
station,
component,
url,
level = "response"
)
xml |
|
start |
|
duration |
|
network |
|
station |
|
component |
|
url |
|
level |
|
Currently, the function uses Obspy python code. Hence, both python and the package 'obspy' need to be installed in order to use the function.
Obspy
object with station meta info inventory.
Michael Dietze
## Not run:
x <- aux_getxml(start = "2010-10-10",
duration = 60,
network = "GE",
station = "BRNL",
component = "BHZ",
url = "http://service.iris.edu")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.