Exploring Deck 195 Prefix’s Vessel ID:40

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 '40' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['40'] 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
IX-110 1944-07-12 08:00:00 https://en.wikipedia.org/wiki/USS_Ocelot_(IX-110)
IX-121 1944-01-31 20:00:00 https://en.wikipedia.org/wiki/USS_Kangaroo_(IX...
IX-168 1945-02-02 12:00:00 https://en.wikipedia.org/wiki/USS_Southland_(I...
IX-169 1944-10-15 20:00:00 https://en.wikipedia.org/wiki/SS_Exodus
IX-172 1944-10-06 12:00:00 https://en.wikipedia.org/wiki/USS_Bluebird_(AM...
IX-173 1945-01-20 12:00:00 https://en.wikipedia.org/wiki/USS_Etamin_(AK-93)
IX-182 1945-07-08 12:00:00 https://en.wikipedia.org/wiki/USS_Donnell_(DE-56)
IX-197 1945-07-08 12:00:00 https://www.history.navy.mil/research/historie...
IX-217 1945-04-19 08:00:00 https://en.wikipedia.org/wiki/USS_Tackle_(ARS-37)
IX-25 1942-09-18 20:00:00 https://en.wikipedia.org/wiki/USS_Reina_Mercedes
IX-3 1943-12-30 12:00:00 vessel not identified
IX-320 1942-07-27 20:00:00 vessel not identified
IX-425 1942-11-02 12:00:00 vessel not identified
IX-460 1944-04-06 20:00:00 vessel not identified
IX-67 1944-09-30 12:00:00 https://en.wikipedia.org/wiki/USS_Guinevere_(I...
IX-68 1942-09-01 08:00:00 https://en.wikipedia.org/wiki/USS_Seven_Seas_(...