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

rkk pushed a commit to branch tmp-stv
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git

commit ace547ae3dbedcd23518a8cd210d038afea18b67
Author: rileykk <[email protected]>
AuthorDate: Thu Dec 7 14:22:06 2023 -0800

    Add elev to data in bounds result
---
 analysis/webservice/algorithms/DataInBoundsSearch.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/analysis/webservice/algorithms/DataInBoundsSearch.py 
b/analysis/webservice/algorithms/DataInBoundsSearch.py
index fe8094b..5b283cd 100644
--- a/analysis/webservice/algorithms/DataInBoundsSearch.py
+++ b/analysis/webservice/algorithms/DataInBoundsSearch.py
@@ -224,6 +224,7 @@ class DataInBoundsSearchCalcHandlerImpl(NexusCalcHandler):
                     'latitude': nexus_point.latitude,
                     'longitude': nexus_point.longitude,
                     'time': nexus_point.time,
+                    'elevation': nexus_point.depth,
                     'data': point
                 })
 

Reply via email to