You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| sat:platform_international_designator| string | The International Designator, also known as COSPAR ID, and NSSDCA ID |
27
-
| sat:orbit_state| string | The state of the orbit. Either `ascending` or `descending` for polar orbiting satellites, or `geostationary` for geosynchronous satellites|
27
+
| sat:orbit_state| string | The state of the orbit. Either `ascending` or `descending` for polar orbiting satellites, `geostationary` for geosynchronous satellites, or `crossing` when the acquisition spans a polar crossing.|
28
28
| sat:absolute_orbit| integer | The absolute orbit number at the start of acquisition. |
29
29
| sat:relative_orbit| integer | The relative orbit number at the start of acquisition. |
30
30
| sat:orbit_cycle| integer | The number of repeat cycle done by the satellite at the time of the acquisition. [Repeat cycle](https://ltb.itc.utwente.nl/page/498/concept/81577) is the time between two successive identical orbits. |
@@ -43,9 +43,11 @@ and is an international identifier assigned to artificial objects in space.
43
43
44
44
#### sat:orbit_state
45
45
46
-
Indicates the type and current state of orbit. Satellites are either geosynchronous in which case they have one state:
47
-
`geostationary`, or they are sun synchronous (i.e., polar orbiting satellites) in which case they are either `ascending` or
46
+
Indicates the type and current state of orbit. Satellites are either geosynchronous in which case they have one state:
47
+
`geostationary`, or they are sun synchronous (i.e., polar orbiting satellites) in which case they are either `ascending` or
48
48
`descending`. For sun synchronous satellites it is daytime during one of these states, and nighttime during the other.
49
+
If the acquisition spans a polar crossing (i.e., the satellite transitions between ascending and descending during the
0 commit comments