From 952005a5b20e86f7925fe1fbc76582648028a483 Mon Sep 17 00:00:00 2001
From: Riccardo Boero <ribo@nilu.no>
Date: Thu, 21 Mar 2024 14:08:44 +0100
Subject: [PATCH] Debugging elevation problems

---
 src/FACT_elevation.jl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/FACT_elevation.jl b/src/FACT_elevation.jl
index bf2ac92..e56493b 100644
--- a/src/FACT_elevation.jl
+++ b/src/FACT_elevation.jl
@@ -109,5 +109,8 @@ function get_elevation_data(service_query::String, selection::Dict; host::String
     
     # data retrieval
     df = get_results_from_service(service_query, df_template, service_dict, selection; host=host, port=5003)
+    println("This is the returned DataFrame: ")
+    println(df)
+    println("End of DataFrame")
     return df
 end
-- 
GitLab