From ec711b10abfd06a4a4eba7f7a2c59887a816253d Mon Sep 17 00:00:00 2001 From: Nicholas Shavers <nshavers@contractor.usgs.gov> Date: Tue, 17 Dec 2024 12:29:33 -0800 Subject: [PATCH] 'reported' key removed from ObservatoryMetadata.py --- geomagio/ObservatoryMetadata.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py index bf1d507d..91fcd14c 100644 --- a/geomagio/ObservatoryMetadata.py +++ b/geomagio/ObservatoryMetadata.py @@ -362,7 +362,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "140.186", "elevation": "36", "sensor_orientation": "HDZ", - "reported": "HDZF", "sensor_sampling_rate": 0.01, "declination_base": None, "is_gin": False, @@ -515,7 +514,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "264.000", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -535,7 +533,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "262.900", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -555,7 +552,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "255.000", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -575,7 +571,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "282.300", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -595,7 +590,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "265.900", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -615,7 +609,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "355.500", "elevation": "0", "sensor_orientation": "HDZ", - "reported": "HDZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -635,7 +628,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "19.200", "elevation": "0", "sensor_orientation": "HDZ", - "reported": "HDZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -655,7 +647,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "291.500", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -675,7 +666,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "246.700", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -695,7 +685,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "284.500", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -715,7 +704,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "265.100", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -735,7 +723,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "245.500", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -755,7 +742,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "307.300", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -775,7 +761,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "236.600", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, @@ -795,7 +780,6 @@ DEFAULT_METADATA = { "geodetic_longitude": "245.500", "elevation": "0", "sensor_orientation": "XYZ", - "reported": "XYZF", "sensor_sampling_rate": 100.0, "declination_base": None, "is_gin": False, -- GitLab