-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Historical_Overseas_Stations.md #2007
Open
salichon
wants to merge
4
commits into
main
Choose a base branch
from
HistoricalOverseasStations_doc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
7a6fca0
Create Historical_Overseas_Stations.md
salichon 2405740
Update Historical_Overseas_Stations.md
salichon eeaf7d6
Merge branch 'main' into HistoricalOverseasStations_doc
salichon a41aabf
Merge branch 'main' into HistoricalOverseasStations_doc
salichon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## About overseas stations in Delta repository - Reference ## | ||
Historical long standing seismological international stations were refered to | ||
in Delta/network/stations.csv and Delta/network/networks.csv as the "OE" network | ||
these have been removed since. | ||
|
||
#### Station Recordings and Instrumentation #### | ||
Most likely used in the paper seismograms and pre-miniseed recordings. | ||
|
||
#### Countries Australia, U.S.A., Japan #### | ||
Delta reference as it was for "historical stations": | ||
BRS,OE,Brisbane,-27.389720485,152.774988403,525,,WGS84,1937-09-01T00:00:00Z,9999-01-01 | ||
CAN,OE,Canberra,-35.3208,148.9987,700,,NZGD49,1958-01-01T00:00:00Z,9999-01-01 | ||
COO,OE,Cooney Tunnel,-30.5778,151.8917,653,,NZGD49,1974-08-17T00:00:00Z,1991-09-19 | ||
CTA,OE,Charters Towers,-20.086291797,146.254463618,357,,WGS84,1957-09-15T00:00:00Z,9999-01-01 | ||
HON,OE,Honolulu,-21.319815863,-158.007798757,2,,WGS84,1902-01-01T00:00:00Z,9999-01-0 | ||
HUA,OE,Huancayo,-12.036389747,-75.321986265,3313,,WGS84,1932-04-01T00:00:00Z,9999-01-01 | ||
KOB,OE,Kobe,-34.686303733,135.179788878,58,,WGS84,1939-11-01T00:00:00Z,9999-01-01 | ||
NAG,OE,Nagoya,-35.163019642,136.968099401,52,,WGS84,1891-02-01T00:00:00Z,9999-01-0 | ||
NIA,OE,Norfolk Island,-29.039783059,167.960134076,130,,WGS84,1969-12-01T00:00:00Z,1977-05-28 | ||
PAS,OE,Pasadena,-34.146386171,-118.170846348,295,,WGS84,1927-03-17T00:00:00Z,2006-10-31 | ||
PER,OE,Perth,-31.9528,115.8395,55,,NZGD49,1901-01-01T00:00:00Z,1963-08-01 | ||
RIV,OE,Riverview,-33.8295,151.1583,25,,NZGD49,1909-01-01T00:00:00Z,9999-01-01 | ||
SYD,OE,Sydney,-33.8667,151.2,43,,NZGD49,1906-01-01T00:00:00Z,1948-12-31 | ||
TOK,OE,Tokyo,-35.684741727,139.758118639,21,,WGS84,1875-06-01T00:00:00Z,9999-01-01 | ||
TOO,OE,Toolangi,-37.5713,145.4905,604,,NZGD49,1962-01-01T00:00:00Z,9999-01-01 | ||
|
||
#### Additional information #### | ||
No information on these | ||
No additional metadata | ||
No information about data being used in events |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content here is ok, but if you preview this file it looks like github markdown isn't handling the line breaks/paragraphs here how you probably intended it to, and this csv block is all just running together instead of having each entry on its own line. Easiest fix would either be to surround this block in code tags (triple backtick ```) or add double spaces at the end of each line.