BolideDataFrame#
The BolideDataFrame class is the main way to work with data in the bolides package.
BolideDataFrame is an extension of GeoPandas’ GeoDataFrame object, which extends Pandas’ DataFrame.
Constructor#
|
Subclass of GeoPandas |
Filtering#
|
Filter bolides by date. |
|
Filter data to only points within specified boundaries. |
|
Filter data to only points observable (in time and space) by a given sensor. |
|
Filter data to only points observable (in time and space) by a given sensor. |
Search#
|
Get the n bolides closest to a given iso-format date string |
|
Get the n bolides closest to a given longitude and latitude |
Plotting#
|
Plot detections of bolides. |
|
Plot an interactive map of bolide detections. |
|
Plot bolide detection density. |
|
Plot the number of bolides over time. |
Data Manipulation#
|
Augment BolideDataFrame with data from another source |
Pull light curve and integrated energy data from neo-bolide.ndc.nasa.gov. |