Exploring Deck 195 Prefix’s Vessel ID:58¶
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 '58' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['58'] 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 | ||
AN-13 | 1944-10-06 12:00:00 | https://en.wikipedia.org/wiki/USS_Buckeye_(AN-13) |
AN-20 | 1944-03-04 20:00:00 | https://en.wikipedia.org/wiki/USS_Elder_(AN-20) |
AN-27 | 1945-05-17 08:00:00 | https://en.wikipedia.org/wiki/USS_Mulberry_(AN... |
AN-28 | 1944-07-20 08:00:00 | https://en.wikipedia.org/wiki/USS_Palm_(AN-28) |
AN-32 | 1944-10-18 08:00:00 | https://en.wikipedia.org/wiki/USS_Sandlewood_(... |
AN-34 | 1944-06-04 20:00:00 | https://en.wikipedia.org/wiki/USS_Teaberry_(AN... |
AN-43 | 1944-07-20 20:00:00 | https://en.wikipedia.org/wiki/USS_Satinleaf_(A... |
AN-49 | 1944-11-28 20:00:00 | https://en.wikipedia.org/wiki/USS_Papaya_(AN-49) |
AN-5 | 1942-04-01 08:00:00 | https://en.wikipedia.org/wiki/USS_Keokuk_(AN-5) |
AN-52 | 1945-02-14 12:00:00 | https://en.wikipedia.org/wiki/USS_Snowbell_(AN... |
AN-53 | 1944-07-15 20:00:00 | https://en.wikipedia.org/wiki/USS_Spicewood_(A... |
AN-55 | 1944-07-28 20:00:00 | https://en.wikipedia.org/wiki/USS_Torchwood_(A... |
AN-56 | 1944-09-06 12:00:00 | https://en.wikipedia.org/wiki/USS_Winterberry_... |
AN-60 | 1945-02-24 08:00:00 | https://en.wikipedia.org/wiki/USS_Catclaw_(AN-60) |
AN-8 | 1945-11-28 08:00:00 | https://en.wikipedia.org/wiki/USS_Boxwood_(AN-8) |
AN-84 | 1945-12-14 20:00:00 | https://en.wikipedia.org/wiki/USS_Naubuc_(AN-84) |
AN-87 | 1945-07-07 08:00:00 | https://en.wikipedia.org/wiki/USS_Passaic_(AN-87) |