adam_core.orbits.query.neocc module

adam_core.orbits.query.neocc.query_neocc(object_ids: List | _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], orbit_type: Literal['ke', 'eq'] = 'ke', orbit_epoch: Literal['middle', 'present-day'] = 'present-day') Orbits[source]

Query ESA’s Near-Earth Object Coordination Centre (NEOCC) database for orbital elements of the specified NEOs.

Parameters:
  • object_ids (Union[List, npt.ArrayLike]) – Object IDs / designations recognizable by NEOCC.

  • orbit_type (["ke", "eq"]) – Type of orbital elements to query.

  • orbit_epoch (["middle", "present-day"]) – Epoch of the orbital elements to query.

Returns:

orbits – Orbits object containing the orbital elements of the specified NEOs.

Return type:

~adam_core.orbits.Orbits