diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py index b297363514b1781529c67e5b81d26f4555a659a6..7165505eafd8f51e3ac2d0756e3e14912c1fe5ea 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',