Skip to content
Snippets Groups Projects
Commit 952005a5 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Debugging elevation problems

parent 02888ec9
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment