Skip to content
Snippets Groups Projects
Commit 97be265a authored by Hal Simpson's avatar Hal Simpson
Browse files

Added USGS as an observatory, using Boulder Observatories position

parent 56c5bc3d
No related branches found
No related tags found
No related merge requests found
......@@ -440,6 +440,32 @@ DEFAULT_METADATA = {
}
}
},
'USGS': {
'metadata': {
'station_name': 'USGS',
'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': 0,
'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': '1-minute calculated ',
'filter_comments': []
},
'hour': {
'data_interval_type': '1 hour calculated'
}
}
},
'BLC': {
'metadata': {
'station_name': 'Bake Lake',
......
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