libgs_ops.propagator.SpaceTrackAPI.query_raw

SpaceTrackAPI.query_raw(uri)[source]

Perform a raw query to spacetrack API. Can return anything the API can.

See spacetrack for the URI syntax.

Parameters:
  • uri (string) – URI, starting with ‘/’. It will be appended to the
  • URL. (spacetrack) –

Example:

>>> query_raw('/basicspacedata/query/class/boxscore/format/csv')

Will return Space Objects Box Score, part 1 of the Space Situation Report (SSR), in CSV format