From 97be265a2aa5c08981e57aa840cc90cee8788a3b Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Tue, 10 Nov 2015 17:22:13 -0700 Subject: [PATCH] Added USGS as an observatory, using Boulder Observatories position --- geomagio/ObservatoryMetadata.py | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py index b2973635..7165505e 100644 --- a/geomagio/ObservatoryMetadata.py +++ b/geomagio/ObservatoryMetadata.py @@ -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', -- GitLab