Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Requires Python >= 3.5, aiohttp, and pandas. | |
$ pip install aiohttp pandas | |
Upon running it will create a file 'networks_stations.json' which contains all | |
stations it could find across FDSN web service capable data centers. For each | |
station it contains the epochs and coordinates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Custom collector for | |
Requires PySensors. | |
:copyright: | |
Lion Krischer, 2017 | |
:license: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Script adding Blockette 1000 to MiniSEED files that have been written without | |
one. It will discard all other blockettes and furthermore requires at least 8 | |
bytes between the fixed header and the beginning of the data. | |
Requirements: Python >= 2.7 | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires Python 3 and numpy and requests. | |
# `ping` and `curl` must be available and usable | |
# | |
# Measured times are the time to the first received | |
# byte of the response. | |
from __future__ import print_function | |
import math | |
import os | |
import random |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMPORTS=" | |
obspy.ah.core;_get_AH_version | |
obspy.ah.core;_unpack_string | |
obspy.ah.core;is_AH | |
obspy.ah.core;read_AH | |
obspy.ah.core;read_AH1 | |
obspy.ah.core;read_AH2 | |
obspy.ah;core | |
obspy.arclink.client;ArcLinkException | |
obspy.arclink.client;Client |
NewerOlder