bolides.BolideDataFrame.plot_interactive#

BolideDataFrame.plot_interactive(*args, **kwargs)[source]#

Plot an interactive map of bolide detections.

Parameters
modestr

Either 'earth' or 'radiant'. 'earth' plots locations on the Earth, 'radiant' plots locations in the sky.

projectionstr

The map projection to use. Here is the complete list: ['eckert4', 'goes-e', 'goes-w', 'fy4a', 'airy', 'aitoff', 'albers', 'albers usa', 'august', 'azimuthal equal area', 'azimuthal equidistant', 'baker', 'bertin1953', 'boggs', 'bonne', 'bottomley', 'bromley', 'collignon', 'conic conformal', 'conic equal area', 'conic equidistant', 'craig', 'craster', 'cylindrical equal area', 'cylindrical stereographic', 'eckert1', 'eckert2', 'eckert3', 'eckert4', 'eckert5', 'eckert6', 'eisenlohr', 'equirectangular', 'fahey', 'foucaut', 'foucaut sinusoidal', 'ginzburg4', 'ginzburg5', 'ginzburg6', 'ginzburg8', 'ginzburg9', 'gnomonic', 'gringorten', 'gringorten quincuncial', 'guyou', 'hammer', 'hill', 'homolosine', 'hufnagel', 'hyperelliptical', 'kavrayskiy7', 'lagrange', 'larrivee', 'laskowski', 'loximuthal', 'mercator', 'miller', 'mollweide', 'mt flat polar parabolic', 'mt flat polar quartic', 'mt flat polar sinusoidal', 'natural earth', 'natural earth1', 'natural earth2', 'nell hammer', 'nicolosi', 'orthographic', 'patterson', 'peirce quincuncial', 'polyconic', 'rectangular polyconic', 'robinson', 'satellite', 'sinu mollweide', 'sinusoidal', 'stereographic', 'times', 'transverse mercator', 'van der grinten', 'van der grinten2', 'van der grinten3', 'van der grinten4', 'wagner4', 'wagner6', 'wiechel', 'winkel tripel', 'winkel3']

boundarystr or list of str

The boundaries to plot. Refer to get_boundary.

colorstr

The name of a column in the BolideDataFrame

logscalebool

Whether or not to use a logarithmic scale for the colors.

**kwargs

Keyword arguments passed through to scatter_geo.

Returns
figfigure
axGeoAxesSubplot
Other Parameters
coastlines: bool

Whether or not to draw coastlines.

stylestr

The matplotlib style to use. Refer to https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html

boundary_styledict

The kwargs to use when plotting the boundary. Refer to add_geometries.

figsizetuple

The size (width, height) of the plotted figure.

culturestr

When mode is 'radiant', the asterism source culture to use. Here is the complete list: ['anutan', 'aztec', 'belarusian', 'boorong',

'chinese', 'chinese_contemporary', 'chinese_medieval', 'egyptian', 'hawaiian_starlines', 'indian', 'inuit', 'japanese_moon_stations', 'korean', 'lokono', 'macedonian', 'maori', 'maya', 'mongolian', 'navajo', 'norse', 'northern_andes', 'romanian', 'russian_siberian', 'sami', 'sardinian', 'tongan', 'tukano', 'tupi', 'western', 'western_SnT', 'western_hlad', 'western_rey']