Skip to content
Snippets Groups Projects
Commit 5e54d4c5 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Merge pull request #53 from hasimpson-usgs/hertz

Added Tst observatory,  so the Boulder test observatory can be looked…
parents 32295a69 2a9c7be3
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,36 @@ DEFAULT_METADATA = { ...@@ -63,6 +63,36 @@ DEFAULT_METADATA = {
} }
} }
}, },
'TST': {
'metadata': {
'station_name': 'Boulder Test',
'agency_name': 'United States Geological Survey (USGS)',
'geodetic_latitude': '40.137',
'geodetic_longitude': '254.764',
'elevation': '1682',
'sensor_orientation': 'HDZF',
'sensor_sampling_rate': 0.01,
'declination_base': 5527,
'is_gin': False,
'is_intermagnet': False,
'conditions_of_use': 'The Conditions of Use for data provided' +
' through INTERMAGNET and acknowledgement templates' +
' can be found at www.intermagnet.org'
},
'interval_specific': {
'minute': {
'data_interval_type': 'filtered 1-minute (00:15-01:45) ',
'filter_comments': ['Vector 1-minute values are computed' +
' from 1-second values using the INTERMAGNET gaussian' +
' filter centered on the minute. Scalar 1-minute values' +
' are computed from 1-second values using the' +
' INTERMAGNET gaussian filter centered on the minute. ']
},
'second': {
'data_interval_type': 'Average 1-Second'
}
}
},
'BRW': { 'BRW': {
'metadata': { 'metadata': {
'station_name': 'Barrow', 'station_name': 'Barrow',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment