Exploring Deck 195 Prefix’s Vessel ID:41

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 '41' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['41'] 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
AD-11 1943-07-16 08:00:00 https://en.wikipedia.org/wiki/USS_Altair_(AD-11)
AD-12 1944-11-01 08:00:00 https://en.wikipedia.org/wiki/USS_Denebola_(AD...
AD-14 1945-12-17 12:00:00 https://en.wikipedia.org/wiki/USS_Dixie_(AD-14)
AD-15 1943-11-03 02:00:00 https://en.wikipedia.org/wiki/USS_Prairie_(AD-15)
AD-16 1945-05-30 12:00:00 https://en.wikipedia.org/wiki/USS_Cascade_(AD-16)
AD-19 1945-02-16 20:00:00 https://en.wikipedia.org/wiki/USS_Yosemite_(AD...
AD-2 1942-01-23 20:00:00 https://en.wikipedia.org/wiki/USS_Melville_(AD-2)
AD-21 1942-10-29 08:00:00 https://en.wikipedia.org/wiki/USS_Markab_(AD-21)
AD-3 1942-02-23 20:00:00 https://en.wikipedia.org/wiki/USS_Dobbin_(AD-3)
AD-4 1942-05-22 08:00:00 https://en.wikipedia.org/wiki/USS_Whitney_(AD-4)
AD-9 1942-06-11 08:00:00 https://en.wikipedia.org/wiki/USS_Black_Hawk_(...