From 0cfad2a6dbd0357e598a123a499b2040a2a70f42 Mon Sep 17 00:00:00 2001
From: Nicholas Shavers <nshavers@contractor.usgs.gov>
Date: Tue, 17 Dec 2024 12:26:00 -0800
Subject: [PATCH] F removed from XYZF sensor orientation in
 ObservatoryMetadata.py

---
 geomagio/ObservatoryMetadata.py | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/geomagio/ObservatoryMetadata.py b/geomagio/ObservatoryMetadata.py
index 73b3f1e8..bf1d507d 100644
--- a/geomagio/ObservatoryMetadata.py
+++ b/geomagio/ObservatoryMetadata.py
@@ -514,7 +514,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "64.300",
             "geodetic_longitude": "264.000",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -534,7 +534,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "49.600",
             "geodetic_longitude": "262.900",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -554,7 +554,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "69.200",
             "geodetic_longitude": "255.000",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -574,7 +574,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "55.300",
             "geodetic_longitude": "282.300",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -594,7 +594,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "58.800",
             "geodetic_longitude": "265.900",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -654,7 +654,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "63.800",
             "geodetic_longitude": "291.500",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -674,7 +674,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "54.600",
             "geodetic_longitude": "246.700",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -694,7 +694,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "45.400",
             "geodetic_longitude": "284.500",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -714,7 +714,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "74.700",
             "geodetic_longitude": "265.100",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -734,7 +734,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "62.400",
             "geodetic_longitude": "245.500",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -754,7 +754,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "47.600",
             "geodetic_longitude": "307.300",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -774,7 +774,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "48.600",
             "geodetic_longitude": "236.600",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
@@ -794,7 +794,7 @@ DEFAULT_METADATA = {
             "geodetic_latitude": "62.400",
             "geodetic_longitude": "245.500",
             "elevation": "0",
-            "sensor_orientation": "XYZF",
+            "sensor_orientation": "XYZ",
             "reported": "XYZF",
             "sensor_sampling_rate": 100.0,
             "declination_base": None,
-- 
GitLab