bolides.BolideDataFrame.add_website_data#
- BolideDataFrame.add_website_data(ids=None)[source]#
Pull light curve and integrated energy data from neo-bolide.ndc.nasa.gov.
Downloads light curve data from neo-bolide.ndc.nasa.gov, placing it into the BolideDataFrame as a column of
LightCurveCollectionobjects. The column is named'lightcurves'. Integrated energy data is also downloaded for different satellites and placed into columns starting with'energy_'. This method will only work with BolideDataFrames having an_idcolumn containing IDs from GLM bolide detections at neo-bolide.ndc.nasa.gov.- Parameters:
- idslist of str
Optional list of strings representing the bolide ID’s that additional data is needed for. If not used, data is added for every bolide in the BolideDataFrame.