Exploring Deck 195 Prefix’s Vessel ID:06¶
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 '06' #details on the holoviews setup can be found in the subroutine here.
You passed prefix ['06'] 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 | ||
CL-10 | 1942-08-19 12:00:00 | https://en.wikipedia.org/wiki/USS_Concord_(CL-10) |
CL-103 | 1944-10-29 08:00:00 | https://en.wikipedia.org/wiki/USS_Wilkes-Barre... |
CL-104 | 1945-04-06 08:00:00 | https://en.wikipedia.org/wiki/USS_Atlanta_(CL-... |
CL-105 | 1945-05-04 12:00:00 | https://en.wikipedia.org/wiki/USS_Dayton_(CL-105) |
CL-11 | 1942-11-06 20:00:00 | https://en.wikipedia.org/wiki/USS_Trenton_(CL-11) |
CL-12 | 1945-02-13 12:00:00 | https://en.wikipedia.org/wiki/USS_Marblehead_(... |
CL-13 | 1942-03-08 20:00:00 | https://en.wikipedia.org/wiki/USS_Memphis_(CL-13) |
CL-4 | 1942-02-04 20:00:00 | https://en.wikipedia.org/wiki/USS_Omaha_(CL-4) |
CL-40 | 1942-11-07 12:00:00 | https://en.wikipedia.org/wiki/USS_Brooklyn_(CL... |
CL-41 | 1945-05-15 20:00:00 | https://en.wikipedia.org/wiki/USS_Philadelphia... |
CL-42 | 1943-02-02 20:00:00 | https://en.wikipedia.org/wiki/USS_Savannah_(CL... |
CL-43 | 1944-05-08 08:00:00 | https://en.wikipedia.org/wiki/USS_Nashville_(C... |
CL-46 | 1943-10-29 08:00:00 | https://en.wikipedia.org/wiki/USS_Phoenix_(CL-46) |
CL-47 | 1943-12-13 08:00:00 | https://en.wikipedia.org/wiki/USS_Boise_(CL-47) |
CL-48 | 1944-12-14 12:00:00 | https://en.wikipedia.org/wiki/USS_Honolulu_(CL... |
CL-5 | 1942-05-01 12:00:00 | https://en.wikipedia.org/wiki/USS_Milwaukee_(C... |
CL-50 | 1942-07-31 20:00:00 | https://en.wikipedia.org/wiki/USS_Helena_(CL-50) |
CL-51 | 1942-04-12 20:00:00 | https://en.wikipedia.org/wiki/USS_Atlanta_(CL-51) |
CL-52 | 1942-08-08 20:00:00 | https://en.wikipedia.org/wiki/USS_Juneau_(CL-52) |
CL-53 | 1944-01-21 20:00:00 | https://en.wikipedia.org/wiki/USS_San_Diego_(C... |
CL-54 | 1942-06-09 08:00:00 | https://en.wikipedia.org/wiki/USS_San_Juan_(CL... |
CL-55 | 1945-11-27 20:00:00 | https://en.wikipedia.org/wiki/USS_Cleveland_(C... |
CL-56 | 1944-04-11 08:00:00 | https://en.wikipedia.org/wiki/USS_Columbia_(CL... |
CL-58 | 1944-06-17 08:00:00 | https://en.wikipedia.org/wiki/USS_Denver_(CL-58) |
CL-6 | 1942-02-09 12:00:00 | https://en.wikipedia.org/wiki/USS_Cincinnati_(... |
CL-60 | 1943-03-05 12:00:00 | https://en.wikipedia.org/wiki/USS_Santa_Fe_(CL... |
CL-62 | 1944-03-07 20:00:00 | https://en.wikipedia.org/wiki/USS_Birmingham_(... |
CL-63 | 1945-03-22 08:00:00 | https://en.wikipedia.org/wiki/USS_Mobile_(CL-63) |
CL-65 | 1944-10-04 20:00:00 | https://en.wikipedia.org/wiki/USS_Pasadena_(CL... |
CL-66 | 1945-02-06 12:00:00 | https://en.wikipedia.org/wiki/USS_Springfield_... |
CL-7 | 1945-03-14 12:00:00 | https://en.wikipedia.org/wiki/USS_Raleigh_(CL-7) |
CL-8 | 1942-09-07 20:00:00 | https://en.wikipedia.org/wiki/USS_Detroit_(CL-8) |
CL-80 | 1943-11-26 20:00:00 | https://en.wikipedia.org/wiki/USS_Biloxi_(CL-80) |
CL-82 | 1945-07-18 20:00:00 | https://en.wikipedia.org/wiki/USS_Providence_(... |
CL-85 | 1945-11-20 20:00:00 | vessel not identified |
CL-86 | 1945-01-06 20:00:00 | https://en.wikipedia.org/wiki/USS_Vicksburg_(C... |
CL-87 | 1945-04-17 20:00:00 | https://en.wikipedia.org/wiki/USS_Duluth_(CL-87) |
CL-9 | 1944-04-08 12:00:00 | https://en.wikipedia.org/wiki/USS_Richmond_(CL-9) |
CL-91 | 1945-04-21 12:00:00 | https://en.wikipedia.org/wiki/USS_Oklahoma_Cit... |
CL-95 | 1945-03-21 20:00:00 | https://en.wikipedia.org/wiki/USS_Oakland_(CL-95) |