This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch SDAP-397
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit efbaf9d1a0d379ac90b22dac561332ef0e6bede0
Author: skorper <[email protected]>
AuthorDate: Tue Jul 19 23:34:19 2022 -0700

    Added depth the insitu output
---
 analysis/webservice/algorithms_spark/Matchup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/analysis/webservice/algorithms_spark/Matchup.py 
b/analysis/webservice/algorithms_spark/Matchup.py
index 671a935..a0c83eb 100644
--- a/analysis/webservice/algorithms_spark/Matchup.py
+++ b/analysis/webservice/algorithms_spark/Matchup.py
@@ -490,7 +490,8 @@ class DomsPoint(object):
             'wind_to_direction_quality',
             'eastward_wind',
             'northward_wind',
-            'wind_component_quality'
+            'wind_component_quality',
+            'depth'
         ]
         data = []
         # This is for in-situ secondary points

Reply via email to