att-vault / vault

ATT Vault Tech Scenario
2 stars 1 forks source link

Viewing TLEs, interactive selection of AIS tracks and drilldown #4

Closed jlstevens closed 3 years ago

jlstevens commented 3 years ago

Work in progress.

Uses datashader to view positions of TLE records in 2017 (Notebook/Viewing_TLEs.ipynb):

TLEs

The second notebook (Notebook/Viewing_AIS_Paths.ipynb) prototypes the use of spatialpandas to build a spatially indexed dataframe that allows interactive selection and viewing of AIS tracks:

zone10-selection

Next steps

jlstevens commented 3 years ago

I have now added Notebook/AIS_Drilldown.ipynb that prototypes the addition of a metadata table for drilldown that is populated when you select vessels at a chosen time:

drilldown_PR

jlstevens commented 3 years ago

Improved the Viewing_TLEs notebook:

  1. Now viewing the full 2017 file (~300MB)
  2. Improved the styling and colormap:

300mb_TLE

jbednar commented 3 years ago

Beautiful, thanks!

jlstevens commented 3 years ago

Added the Viewing_AIS_Categorical notebook for categorical datashading of AIS data:

image

jlstevens commented 3 years ago

I've now updated the Viewing_TLEs notebook to allow interactive viewing of the precomputed tracks around the TLE epoch:

TLE_tracks