Skip to content

Commit

Permalink
updated notebooks to use station
Browse files Browse the repository at this point in the history
  • Loading branch information
kujaku11 committed Aug 2, 2024
1 parent 19623b2 commit b8ac224
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 54 deletions.
2 changes: 1 addition & 1 deletion docs/examples/operate_aurora.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@
}
],
"source": [
"coverage_short_list_columns = [\"survey\", 'station_id', 'run_id', 'start', 'end', ]\n",
"coverage_short_list_columns = [\"survey\", 'station', 'run', 'start', 'end', ]\n",
"run_summary.df[coverage_short_list_columns]"
]
},
Expand Down
Loading

0 comments on commit b8ac224

Please sign in to comment.