Exploring Deck 195 Prefix’s Vessel ID:94¶
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 '94' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['94'] 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 | ||
AS-11 | 1942-01-14 08:00:00 | https://en.wikipedia.org/wiki/USS_Fulton_(AS-11) |
AS-12 | 1942-10-30 12:00:00 | https://en.wikipedia.org/wiki/USS_Sperry_(AS-12) |
AS-13 | 1942-03-07 20:00:00 | https://en.wikipedia.org/wiki/USS_Griffin_(AS-13) |
AS-14 | 1942-06-29 08:00:00 | https://en.wikipedia.org/wiki/USS_Pelias_(AS-14) |
AS-15 | 1945-02-04 12:00:00 | https://en.wikipedia.org/wiki/USS_Bushnell_(AS... |
AS-16 | 1945-02-13 12:00:00 | https://en.wikipedia.org/wiki/USS_Howard_W._Gi... |
AS-18 | 1945-04-10 08:00:00 | https://en.wikipedia.org/wiki/USS_Orion_(AS-18) |
AS-19 | 1945-02-07 08:00:00 | https://en.wikipedia.org/wiki/USS_Proteus_(AS-19) |
AS-20 | 1942-08-17 20:00:00 | https://en.wikipedia.org/wiki/USS_Otus_(AS-20) |
AS-21 | 1943-07-09 20:00:00 | https://en.wikipedia.org/wiki/USS_Antaeus_(AS-21) |
AS-22 | 1944-02-07 08:00:00 | https://en.wikipedia.org/wiki/USS_Euryale_(AS-22) |
AS-23 | 1945-01-15 08:00:00 | https://en.wikipedia.org/wiki/USS_Aegir_(AS-23) |
AS-24 | 1945-11-30 12:00:00 | https://en.wikipedia.org/wiki/USS_Anthedon_(AS... |
AS-25 | 1945-01-05 08:00:00 | https://en.wikipedia.org/wiki/USS_Apollo_(AS-25) |
AS-26 | 1945-03-03 12:00:00 | https://en.wikipedia.org/wiki/USS_Clytie_(AS-26) |
AS-3 | 1945-01-15 08:00:00 | https://en.wikipedia.org/wiki/USS_Holland_(AS-3) |
AS-5 | 1943-08-26 12:00:00 | https://en.wikipedia.org/wiki/USS_Beaver_(AS-5) |