EpicImage#
- class nasa.EpicImage[source]#
Bases:
objectRepresents an epic image object returned by the NASA Api.
New in version 0.0.1.
- identifier#
The identifier linked to the returned EPIC object. This is used to build the url.
- Type:
- image#
The image as asset if available.
- Type:
Optional[Union[
SyncAsset,AsyncAsset]]
- date#
The date of the image.
- Type:
- centroid_coordinates#
Geographical coordinates that the satellite is looking at.
- Type:
- dscovr_j2000_position#
Position of the satellite in space.
- Type:
- lunar_j2000_position#
Position of the moon in space.
- Type:
- sun_j2000_position#
Position of the sun in space.
- Type:
- attitude_quaternions#
Satellite attitude.
- Type:
- coords#
Coordinates linked to the postion of the satellite.
- Type:
- property base_image: nasa.asset.SyncAsset | nasa.asset.AsyncAsset | None#
Returns the image as Asset.
- Type:
Optional[Union[
SyncAsset,AsyncAsset]]
Coordinates#
- class nasa.Coordinates[source]#
Bases:
objectGroups coordinates of differents objects.
New in version 0.0.1.
- centroid_coordinates#
Geographical coordinates that the satellite is looking at.
- Type:
- dscovr_j2000_position#
Position of the satellite in space.
- Type:
- lunar_j2000_position#
Position of the moon in space.
- Type:
- sun_j2000_position#
Position of the sun in space.
- Type:
- attitude_quaternions#
Satellite attitude.
- Type: