From 7d7adfc69247c284f5e6be77d33d1a17a7bac0e5 Mon Sep 17 00:00:00 2001 From: pcain-usgs <pcain@usgs.gov> Date: Mon, 8 Jul 2019 14:42:04 -0600 Subject: [PATCH] Fixes issue 118 Adds KAK into observatory metadata dictionary. --- geomagio/ObservatoryMetadata.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py index 86808755..7089d71b 100644 --- a/geomagio/ObservatoryMetadata.py +++ b/geomagio/ObservatoryMetadata.py @@ -426,6 +426,31 @@ DEFAULT_METADATA = { 'data_interval_type': 'Average 1-Second' } } + },xt + 'KAK': { + 'metadata': { + 'station_name': 'Kakioka', + 'agency_name': 'Japan Meteorological Agency', + 'geodetic_latitude': '36.232', + 'geodetic_longitude': '140.186', + 'elevation': '36', + 'sensor_orientation': 'HDZF', + 'reported': 'HDZF', + 'sensor_sampling_rate': 0.01, + '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)' + }, + 'second': { + 'data_interval_type': '' + } + } }, 'NEW': { 'metadata': { -- GitLab