Response Types¶
For GPRecord (shared with CelesTrak), see Shared Types.
SATCATRecord¶
SATCATRecord ¶
Satellite Catalog (SATCAT) record.
Contains metadata about a cataloged space object. All fields are optional strings since Space-Track may omit fields.
Attributes:
| Name | Type | Description |
|---|---|---|
intldes | str | None | International designator |
norad_cat_id | int | None | NORAD catalog ID |
object_type | str | None | Object type code |
satname | str | None | Satellite name |
country | str | None | Country/organization code |
launch | str | None | Launch date |
site | str | None | Launch site |
decay | str | None | Decay date |
period | str | None | Orbital period (minutes) |
inclination | str | None | Inclination (degrees) |
apogee | str | None | Apogee altitude (km) |
perigee | str | None | Perigee altitude (km) |
comment | str | None | Comment |
commentcode | str | None | Comment code |
rcsvalue | str | None | RCS value |
rcs_size | str | None | RCS size category |
file | str | None | File number |
launch_year | str | None | Launch year |
launch_num | str | None | Launch number |
launch_piece | str | None | Launch piece |
current | str | None | Current status |
object_name | str | None | Object name |
object_id | str | None | Object ID |
object_number | str | None | Object number |
Example
Initialize instance.
FileShareFileRecord¶
FileShareFileRecord ¶
FileShare file record from the fileshare/file request class.
Contains metadata about a file in a user's Space-Track file share. All fields are optional strings since Space-Track may omit fields.
Attributes:
| Name | Type | Description |
|---|---|---|
file_id | str | None | File identifier |
file_name | str | None | File name |
file_link | str | None | File download link |
file_size | str | None | File size in bytes |
file_conttype | str | None | File content type |
folder_id | str | None | Folder identifier |
created | str | None | Creation date |
Example
Initialize instance.
FolderRecord¶
FolderRecord ¶
FileShare folder record from the fileshare/folder request class.
Contains metadata about a folder in a user's Space-Track file share. All fields are optional strings since Space-Track may omit fields.
Attributes:
| Name | Type | Description |
|---|---|---|
folder_id | str | None | Folder identifier |
folder_name | str | None | Folder name |
parent_folder_id | str | None | Parent folder identifier |
created | str | None | Creation date |
Example
Initialize instance.
SPEphemerisFileRecord¶
SPEphemerisFileRecord ¶
SP Ephemeris file record from the spephemeris/file request class.
Contains metadata about an SP ephemeris file on Space-Track. All fields are optional strings since Space-Track may omit fields.
Attributes:
| Name | Type | Description |
|---|---|---|
file_id | str | None | File identifier |
norad_cat_id | int | None | NORAD catalog ID |
file_name | str | None | File name |
file_link | str | None | File download link |
file_size | str | None | File size in bytes |
created | str | None | Creation date |
epoch_start | str | None | Epoch start |
epoch_stop | str | None | Epoch stop |
Example
Initialize instance.
See Also¶
- Client Guide -- Query execution and response handling
- File Operations Guide -- FileShare, SP Ephemeris, and Public Files
- SpaceTrackClient -- Methods that return these response types
- Shared Types -- GPRecord and operator functions