Skip to main content
Ctrl+K

bolides 0.6.1 documentation

  • Installation
  • API reference
  • Tutorials
  • 🌠 webapp
  • GitHub
  • Installation
  • API reference
  • Tutorials
  • 🌠 webapp
  • GitHub

Section Navigation

Contents:

  • BolideDataFrame
    • bolides.BolideDataFrame
    • bolides.BolideDataFrame.filter_date
    • bolides.BolideDataFrame.filter_boundary
    • bolides.BolideDataFrame.filter_observation
    • bolides.BolideDataFrame.filter_shower
    • bolides.BolideDataFrame.get_closest_by_time
    • bolides.BolideDataFrame.get_closest_by_loc
    • bolides.BolideDataFrame.plot_detections
    • bolides.BolideDataFrame.plot_interactive
    • bolides.BolideDataFrame.plot_density
    • bolides.BolideDataFrame.plot_dates
    • bolides.BolideDataFrame.augment
    • bolides.BolideDataFrame.add_website_data
  • Boundary API
    • bolides.fov_utils.get_boundary
    • bolides.fov_utils.get_satellites
    • bolides.fov_utils.get_obs_intervals
  • Coordinate Reference System API
    • bolides.crs.DefaultCRS
    • bolides.crs.GOES_E
    • bolides.crs.GOES_W
    • bolides.crs.FY4A
  • ShowerDataFrame
    • bolides.ShowerDataFrame
    • bolides.ShowerDataFrame.plot_orbits
  • API reference
  • ShowerDataFrame

ShowerDataFrame#

The ShowerDataFrame class is used to work with meteor shower data. ShowerDataFrame is an extension of Pandas’ DataFrame.

Constructor#

ShowerDataFrame(*args, **kwargs)

Subclass of Pandas DataFrame with additional meteor-shower-specific methods.

Plotting#

ShowerDataFrame.plot_orbits([date, use_3d, ...])

Plot an interactive map of shower orbits.

previous

bolides.crs.FY4A

next

bolides.ShowerDataFrame

On this page
  • Constructor
  • Plotting

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.