diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py index 86808755c877c81e628c1762d5153c7e97b37b59..7089d71b9afe9d3d4f04fb2c1a2f8af5719bc7c5 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': {