Exploring Deck 195 Prefix’s Vessel ID:37

Please visit the Table of Contents for a complete listing of vessel classes to explore.

Please visit the Summary for a description of the project and how to use the maps

%run deck195_ppnnn_FOSDICparser.py '37' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['37'] into be plotted

Explore Prefix subset with all ships plotted at the same time, color coding is SST value (grey if unavailable)

sst = gv.Dataset(subgroup,['datetime','water_injection_temperature_degF','Type-Hull','History','shipclass'])
tiles = gv.tile_sources.EsriTerrain
points = sst.to(gv.Points, ['longitude', 'latitude'], ['datetime','water_injection_temperature_degF','Type-Hull','Name','History'])
tiles * points.opts(
    color='water_injection_temperature_degF', cmap='reds',
    tools=['hover'], global_extent=False, width=800, height=600, colorbar=True)

Explore Prefix subset ship by ship - color coding is SST value (grey if unavailable)

sst = gv.Dataset(subgroup,['datetime','water_injection_temperature_degF','Type-Hull','History','shipno'])
tiles = gv.tile_sources.EsriTerrain
points = sst.to(gv.Points, ['longitude', 'latitude'], ['datetime','water_injection_temperature_degF','Type-Hull','Name','History'])
tiles * points.opts(
    color='water_injection_temperature_degF', cmap='reds',
    tools=['hover'], global_extent=False, width=800, height=600, colorbar=True, title='ppnnn : '+prefix[0]+'xxx')
#ship list, first datapoint date and link to Wiki entry
subgroup[['datetime','Type-Hull','History']].groupby('Type-Hull').first()
datetime History
Type-Hull
PY-10 1942-01-22 12:00:00 https://en.wikipedia.org/wiki/USS_Isabel_(PY-10)
PY-12 1945-02-09 12:00:00 https://en.wikipedia.org/wiki/USS_Sylph_(PY-12)
PY-13 1942-09-28 12:00:00 https://en.wikipedia.org/wiki/USS_Siren_(PY-13)
PY-16 1944-10-20 12:00:00 https://en.wikipedia.org/wiki/USS_Zircon_(PY-16)
PY-17 1942-10-09 08:00:00 https://en.wikipedia.org/wiki/USS_Jade_(PY-17)
PY-19 1943-01-28 20:00:00 https://en.wikipedia.org/wiki/USS_Carnelian_(P...
PY-21 1943-04-20 20:00:00 https://en.wikipedia.org/wiki/USS_Ruby_(PY-21)
PY-22 1942-04-28 20:00:00 https://www.history.navy.mil/research/historie...
PY-24 1942-10-28 20:00:00 https://www.history.navy.mil/research/historie...
PY-25 1944-09-10 20:00:00 https://en.wikipedia.org/wiki/USS_Crystal_(PY-25)
PY-28 1942-06-21 08:00:00 https://en.wikipedia.org/wiki/USS_Marcasite_(P...
PYc-11 1942-06-23 12:00:00 https://en.wikipedia.org/wiki/USC%26GS_Guide_(...