- Calling the
techport()
method without a project ID now returns data as expected. Thank you to user Burzlurker for pointing this out and providing a fix! - Implemented a fix for when the
X-RateLimit-Remaining
header object was not available in the returned API data and thus caused an error.
sentry
function now returns a summary object whenreturn_df=True
and ades
orspk
parameter are not specified.
sentry
function now returns results as expected when not returning a pandas DataFrame.
- Adds
exoplanet
function for providing access to NASA's Exoplanet Archive.
- Fixes bug in
nhats
function whenreturn_df
parameter is set toTrue
.
-
An optional
return_df
parameter has been implemented in the listed functions below. When set asTrue
, the resulting JSON data will be coerced into a pandas DataFrame to allow easier and more straightforward data analysis for those interested. Please see the individual function documentation for more information and examples.fireballs
close_approach
nhats
sentry
scout
-
General bug fixes
- The
sentry
function should now operate correctly when passing ades
orspk
parameter.
- The
- Added
sentry
function that wraps the CNEOS Sentry System API for providing Near-Earth Object impact risk assessment data.
Initial release.