Skip to content
Snippets Groups Projects
Commit 360dbdc4 authored by Florian Obersteiner's avatar Florian Obersteiner :octopus:
Browse files

cleanup

parent 83a80355
No related branches found
No related tags found
1 merge request!10prepare containerization, layout tweaks
......@@ -68,8 +68,6 @@ def register_map_plot(
# try to find the trajectory file for selected flight
if trajs := trajectory_data.get(selected_flight):
# make plots if trajectory file found
print(trajs["latitude"].dtype.byteorder)
print(trajs["longitude"].dtype.byteorder)
for i in range(trajs.trajectory.size):
try:
fig_map.add_trace(
......
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