open-space-toolkit-physics 12.0.0__py310-none-manylinux2014_aarch64.whl → 12.0.1__py310-none-manylinux2014_aarch64.whl
Sign up to get free protection for your applications and to get access to all the features.
- {open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/METADATA +1 -1
- {open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/RECORD +9 -9
- ostk/physics/OpenSpaceToolkitPhysicsPy.cpython-310-aarch64-linux-gnu.so +0 -0
- ostk/physics/__init__.pyi +2 -2
- ostk/physics/libopen-space-toolkit-physics.so.12 +0 -0
- ostk/physics/time.pyi +13 -13
- {open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/WHEEL +0 -0
- {open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/top_level.txt +0 -0
- {open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/zip-safe +0 -0
{open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/RECORD
RENAMED
@@ -1,9 +1,9 @@
|
|
1
1
|
ostk/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
|
2
|
-
ostk/physics/OpenSpaceToolkitPhysicsPy.cpython-310-aarch64-linux-gnu.so,sha256=
|
2
|
+
ostk/physics/OpenSpaceToolkitPhysicsPy.cpython-310-aarch64-linux-gnu.so,sha256=ZJUYPwM8wb9M9xZECr8nHrAmHThXJmkQcMr4INtVo0I,1976128
|
3
3
|
ostk/physics/__init__.py,sha256=O3L1kW3UL7dnO9T3XwRgXykNPUKtQ-SgewrHBiVR-ZM,117
|
4
|
-
ostk/physics/__init__.pyi,sha256=
|
5
|
-
ostk/physics/libopen-space-toolkit-physics.so.12,sha256=
|
6
|
-
ostk/physics/time.pyi,sha256=
|
4
|
+
ostk/physics/__init__.pyi,sha256=hAoeqyZLv5SuDxzUr8ALbF3ZDO0Z8ggvlAB4VgLH31Q,17112
|
5
|
+
ostk/physics/libopen-space-toolkit-physics.so.12,sha256=tFIczrzbuJNGjF0VvmDnamty9nPCYnSIqvjxSXFoR3Y,4156528
|
6
|
+
ostk/physics/time.pyi,sha256=glT4bhrui8zrtTszKEcMfLjCaBDbCliR0hJyNtnzuHc,57006
|
7
7
|
ostk/physics/unit.pyi,sha256=xfqVBCLyjX8lMM3yYHordNLVPSxFcnmnmzsvS_r9Mls,51265
|
8
8
|
ostk/physics/coordinate/__init__.pyi,sha256=fsBhcHumQGjqbAGH3MIRzTHYjZhziNd0zkH6A7tc-Gg,33486
|
9
9
|
ostk/physics/coordinate/spherical.pyi,sha256=0cAlGm0ZWKg7EKHkQG4QoAJWNgh07ZNZPf78kmBzGcw,18369
|
@@ -96,8 +96,8 @@ ostk/physics/test/unit/test_mass.py,sha256=AAgQK9i8fCadGoEMwKnwK7qz6_VroDVqqVYyV
|
|
96
96
|
ostk/physics/test/unit/test_time.py,sha256=XsyEm3f-zTMnYkZOOu5tABpIZaV0fd91S64WeYDSoqc,2124
|
97
97
|
ostk/physics/test/unit/derived/__init__.py,sha256=epnVn2PwdQkUDZ1msqBRO5nEZIOUBIq-IfK3IlNPijE,21
|
98
98
|
ostk/physics/test/unit/derived/test_angle.py,sha256=8NqMsESDO3LHe_OAzylNtiVuOJKDAE7lXBZinNk4It0,12016
|
99
|
-
open_space_toolkit_physics-12.0.
|
100
|
-
open_space_toolkit_physics-12.0.
|
101
|
-
open_space_toolkit_physics-12.0.
|
102
|
-
open_space_toolkit_physics-12.0.
|
103
|
-
open_space_toolkit_physics-12.0.
|
99
|
+
open_space_toolkit_physics-12.0.1.dist-info/METADATA,sha256=4NBBz9KGd_HRzkiasuq2Qp_WAOTpSj0mX7gqnBCESBg,1861
|
100
|
+
open_space_toolkit_physics-12.0.1.dist-info/WHEEL,sha256=zNyJFcKBthTfo3f0y7-qGrWUdU90Qiru0cV9XV0SGKQ,111
|
101
|
+
open_space_toolkit_physics-12.0.1.dist-info/top_level.txt,sha256=zOR18699uDYnafgarhL8WU_LmTZY_5NVqutv-flp_x4,5
|
102
|
+
open_space_toolkit_physics-12.0.1.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
103
|
+
open_space_toolkit_physics-12.0.1.dist-info/RECORD,,
|
Binary file
|
ostk/physics/__init__.pyi
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
from ostk import core as OpenSpaceToolkitCorePy
|
3
3
|
from ostk.core import container
|
4
|
-
from ostk.core import filesystem
|
5
4
|
import ostk.core.filesystem
|
6
|
-
|
5
|
+
from ostk.core import filesystem
|
7
6
|
from ostk.core import type
|
7
|
+
import ostk.core.type
|
8
8
|
from ostk import io as OpenSpaceToolkitIOPy
|
9
9
|
from ostk.io import URL
|
10
10
|
from ostk.io import ip
|
Binary file
|
ostk/physics/time.pyi
CHANGED
@@ -206,7 +206,7 @@ class DateTime:
|
|
206
206
|
|
207
207
|
|
208
208
|
Standard :
|
209
|
-
Standard format (YYYY
|
209
|
+
Standard format (YYYY-MM-DD hh:mm:ss.sss.sss.sss).
|
210
210
|
|
211
211
|
|
212
212
|
ISO8601 :
|
@@ -1030,7 +1030,7 @@ class Interval:
|
|
1030
1030
|
interval (Interval): The clipping interval.
|
1031
1031
|
|
1032
1032
|
Returns:
|
1033
|
-
Interval: Clipped intervals.
|
1033
|
+
list[Interval]: Clipped intervals.
|
1034
1034
|
"""
|
1035
1035
|
@staticmethod
|
1036
1036
|
def closed(start_instant: typing.Any, end_instant: typing.Any) -> Interval:
|
@@ -1060,7 +1060,7 @@ class Interval:
|
|
1060
1060
|
interval (Interval): The analysis interval. Used to compute gaps for the first and last interval. Defaults to Undefined.
|
1061
1061
|
|
1062
1062
|
Returns:
|
1063
|
-
Interval: Intervals gaps.
|
1063
|
+
list[Interval]: Intervals gaps.
|
1064
1064
|
"""
|
1065
1065
|
@staticmethod
|
1066
1066
|
def half_open_left(start_instant: typing.Any, end_instant: typing.Any) -> Interval:
|
@@ -1102,7 +1102,7 @@ class Interval:
|
|
1102
1102
|
intervals_2 (list[Interval]): Another list of intervals.
|
1103
1103
|
|
1104
1104
|
Returns:
|
1105
|
-
Interval: Logical-and intervals.
|
1105
|
+
list[Interval]: Logical-and intervals.
|
1106
1106
|
"""
|
1107
1107
|
@staticmethod
|
1108
1108
|
def logical_or(intervals_1: list[Interval], intervals_2: list[Interval]) -> list[Interval]:
|
@@ -1120,7 +1120,7 @@ class Interval:
|
|
1120
1120
|
intervals_2 (list[Interval]): Another list of intervals.
|
1121
1121
|
|
1122
1122
|
Returns:
|
1123
|
-
Interval: Logical-or intervals.
|
1123
|
+
list[Interval]: Logical-or intervals.
|
1124
1124
|
"""
|
1125
1125
|
@staticmethod
|
1126
1126
|
def merge(intervals: list[Interval]) -> list[Interval]:
|
@@ -1136,7 +1136,7 @@ class Interval:
|
|
1136
1136
|
intervals (list[Interval]): A list of intervals.
|
1137
1137
|
|
1138
1138
|
Returns:
|
1139
|
-
Interval: Merged intervals.
|
1139
|
+
list[Interval]: Merged intervals.
|
1140
1140
|
"""
|
1141
1141
|
@staticmethod
|
1142
1142
|
def open(start_instant: typing.Any, end_instant: typing.Any) -> Interval:
|
@@ -1156,7 +1156,7 @@ class Interval:
|
|
1156
1156
|
Parse an interval from a string representation.
|
1157
1157
|
|
1158
1158
|
Args:
|
1159
|
-
|
1159
|
+
(str): String representation.
|
1160
1160
|
|
1161
1161
|
Returns:
|
1162
1162
|
Interval: Interval.
|
@@ -1172,7 +1172,7 @@ class Interval:
|
|
1172
1172
|
ascending (bool): Sort in ascending order. Defaults to True.
|
1173
1173
|
|
1174
1174
|
Returns:
|
1175
|
-
Interval: Sorted intervals.
|
1175
|
+
list[Interval]: Sorted intervals.
|
1176
1176
|
"""
|
1177
1177
|
@staticmethod
|
1178
1178
|
def undefined() -> Interval:
|
@@ -1224,10 +1224,10 @@ class Interval:
|
|
1224
1224
|
Generate a grid of instants with a given time step.
|
1225
1225
|
|
1226
1226
|
Args:
|
1227
|
-
|
1227
|
+
(Duration): Time step.
|
1228
1228
|
|
1229
1229
|
Returns:
|
1230
|
-
|
1230
|
+
list[Instant]: Grid of instants.
|
1231
1231
|
"""
|
1232
1232
|
def get_center(self) -> ...:
|
1233
1233
|
"""
|
@@ -1255,7 +1255,7 @@ class Interval:
|
|
1255
1255
|
Get the intersection with another interval.
|
1256
1256
|
|
1257
1257
|
Args:
|
1258
|
-
|
1258
|
+
(Interval): Another interval.
|
1259
1259
|
|
1260
1260
|
Returns:
|
1261
1261
|
Interval: Intersection interval (Undefined if there is no intersection).
|
@@ -1279,7 +1279,7 @@ class Interval:
|
|
1279
1279
|
Get the union with another interval.
|
1280
1280
|
|
1281
1281
|
Args:
|
1282
|
-
|
1282
|
+
(Interval): Another interval.
|
1283
1283
|
|
1284
1284
|
Returns:
|
1285
1285
|
Interval: Union interval (Undefined if there is no single-interval union).
|
@@ -1323,7 +1323,7 @@ class Interval:
|
|
1323
1323
|
scale (Scale): Time scale. Defaults to UTC.
|
1324
1324
|
|
1325
1325
|
Returns:
|
1326
|
-
|
1326
|
+
tuple[datetime, datetime]: Datetime span.
|
1327
1327
|
"""
|
1328
1328
|
def to_string(self, time_scale: Scale = ...) -> ostk.core.type.String:
|
1329
1329
|
"""
|
{open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
{open_space_toolkit_physics-12.0.0.dist-info → open_space_toolkit_physics-12.0.1.dist-info}/zip-safe
RENAMED
File without changes
|