keplemon 1.0.0__cp39-cp39-macosx_11_0_arm64.whl → 1.0.3__cp39-cp39-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of keplemon might be problematic. Click here for more details.

Binary file
keplemon/bodies.pyi CHANGED
@@ -29,6 +29,7 @@ class Satellite:
29
29
  keplerian_state: KeplerianState | None
30
30
  """Keplerian state of the satellite at the epoch of the TLE, if available"""
31
31
 
32
+ def __init__(self) -> None: ...
32
33
  @classmethod
33
34
  def from_tle(cls, tle: TLE) -> Satellite:
34
35
  """
@@ -62,10 +63,6 @@ class Satellite:
62
63
  ...
63
64
 
64
65
  class Constellation:
65
- """
66
- Args:
67
- name: Identifier of the constellation
68
- """
69
66
 
70
67
  count: int
71
68
  """Number of satellites in the constellation"""
@@ -73,7 +70,7 @@ class Constellation:
73
70
  name: str | None
74
71
  """Human-readable name of the constellation"""
75
72
 
76
- def __init__(self, name: str) -> None: ...
73
+ def __init__(self) -> None: ...
77
74
  @classmethod
78
75
  def from_tle_catalog(cls, tle_catalog: TLECatalog) -> Constellation:
79
76
  """
@@ -155,6 +152,7 @@ class Constellation:
155
152
  ...
156
153
 
157
154
  def __getitem__(self, satellite_id: str) -> Satellite: ...
155
+ def __setitem__(self, satellite_id: str, sat: Satellite) -> None: ...
158
156
  def get_horizon_access_report(
159
157
  self,
160
158
  site: Observatory,
@@ -200,13 +198,14 @@ class Sensor:
200
198
  class Observatory:
201
199
  """
202
200
  Args:
203
- name: Identifier of the observatory
204
201
  latitude: Latitude in **_degrees_**
205
202
  longitude: Longitude in **_degrees_**
206
203
  altitude: Altitude in **_kilometers_**
207
204
  """
208
205
 
209
206
  name: str
207
+ id: str
208
+ """Unique identifier for the observatory."""
210
209
  latitude: float
211
210
  longitude: float
212
211
  altitude: float
@@ -214,7 +213,6 @@ class Observatory:
214
213
  """List of sensors at the observatory"""
215
214
  def __init__(
216
215
  self,
217
- name: str,
218
216
  latitude: float,
219
217
  longitude: float,
220
218
  altitude: float,
keplemon/events.pyi CHANGED
@@ -31,7 +31,7 @@ class CloseApproachReport:
31
31
 
32
32
  class HorizonAccess:
33
33
 
34
- satellite_id: int
34
+ satellite_id: str
35
35
  """ID of the satellite for which the access is calculated"""
36
36
 
37
37
  start: HorizonState
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keplemon
3
- Version: 1.0.0
3
+ Version: 1.0.3
4
4
  Requires-Dist: requests
5
5
  Requires-Dist: click
6
6
  Requires-Dist: maturin>=1.0,<2.0 ; extra == 'dev'
@@ -1,10 +1,10 @@
1
- keplemon-1.0.0.dist-info/METADATA,sha256=-5xvAQVYzKt011pNsM6bT83WOZEnqkRlpMQBfy7nYdM,863
2
- keplemon-1.0.0.dist-info/WHEEL,sha256=XNDUDUieSorG-Y7wZ8qiKEUDK0umKv3PscUlyjQeFKE,102
3
- keplemon-1.0.0.dist-info/entry_points.txt,sha256=eYbCkvQvWfRDQ0LzaCELov1xeLAxQEHlfdgNq-LXyb0,49
1
+ keplemon-1.0.3.dist-info/METADATA,sha256=T361V5KRsjJfojM0op_MHhu-oirewUpMy_ecTZxKIRM,863
2
+ keplemon-1.0.3.dist-info/WHEEL,sha256=XNDUDUieSorG-Y7wZ8qiKEUDK0umKv3PscUlyjQeFKE,102
3
+ keplemon-1.0.3.dist-info/entry_points.txt,sha256=eYbCkvQvWfRDQ0LzaCELov1xeLAxQEHlfdgNq-LXyb0,49
4
4
  keplemon/__init__.py,sha256=M9q5lNYh_BE6l4xCGJ5IH5PQH9aNm4q_r67ljsNkKvM,832
5
5
  keplemon/__init__.pyi,sha256=uE60ln_KJgcfvKburVmbcKT0h_wLPgjBWuyNLgI8ETI,1295
6
6
  keplemon/__main__.py,sha256=-3GVkDOA0lV0MIqU9gPb4zbVimg2lA8HMkvdPDw1O28,669
7
- keplemon/_keplemon.cpython-39-darwin.so,sha256=86MGiNsnqng1OM7kVoS9xH4iXRTNR67aTkRZ46NaClo,1863040
7
+ keplemon/_keplemon.cpython-39-darwin.so,sha256=GQ6-G95TyQVRd_UA5rkPOsYLBt95096hk5ePB0dxXdM,1865680
8
8
  keplemon/assets/EGM-2008.GEO,sha256=K2nG8HGLATIHZYMfw3GSClYOTCuZ7rq4RdCeUNgCw5A,148770
9
9
  keplemon/assets/EGM-96.GEO,sha256=VBkILuvEMwAPuWmUHy2PeyEfULOwJ4PEJLNf5hr84mU,148770
10
10
  keplemon/assets/GEM_5-22.GEO,sha256=stemYLn1ChXa-VdLGHYfa15AXZa_xxGZQ65p4c3gffI,6852
@@ -17,7 +17,7 @@ keplemon/assets/SGP4_Open_License.txt,sha256=0WofOXQb5YJqnYhXWXnBdCajiTJQAT60UAk
17
17
  keplemon/assets/WGS84-70.GEO,sha256=ARjEC_5s2SVd0Kh9udbTy1ztBwTeuBYPOhUVJgIqit8,148510
18
18
  keplemon/assets/time_constants.dat,sha256=qDpJ2UrQvIDfxsBc4P2AdLS-b2lyR7RCzjqmeG4Ypl8,1226736
19
19
  keplemon/bodies.py,sha256=XnaY6XTuj8CHM3XOwOSY3E8nSo0RWwCcAY0FGxAVWa8,208
20
- keplemon/bodies.pyi,sha256=X6hXvrGJ4wGqc0Nbn04PvSbeo7U71jTPC5vC6xTER-U,7089
20
+ keplemon/bodies.pyi,sha256=yVabnTrT_LgFSs6rx7ogz3eka-zIvBQqmZD49fpjlfs,7114
21
21
  keplemon/catalogs.py,sha256=lw71NiXlVtb-z3pQR03afxtkLca4HJcnpZ6kDCcR-Lk,102
22
22
  keplemon/catalogs.pyi,sha256=ls2HTk7CMGnxutyR5XLsVtzMuB_OoB45-Vhj4BpKQEw,524
23
23
  keplemon/elements.py,sha256=QSSiUGN8cA8X85FR-CVfy8lwsNrBtrQbrw9HWr_cH3I,481
@@ -27,7 +27,7 @@ keplemon/enums.pyi,sha256=s9uqkm3Zrx6HLV4dQBScRiUy0CT4QoQwFjaCLOEMW1c,2330
27
27
  keplemon/estimation.py,sha256=2K87pFhOfaFohbAtBXv2SA6m_oIN-56toJOftu350fY,228
28
28
  keplemon/estimation.pyi,sha256=zb_llx8pCx9Iv95mXXpGnXPZeJsg9Oh5GRWDLyXrMFI,5521
29
29
  keplemon/events.py,sha256=lxSp5m5FhIyU2-1CrSlbRE15E5yh7sf_mTt9uYQwMKA,238
30
- keplemon/events.pyi,sha256=_42vUSXOwlUkJHwo50uBXZglptLPZBUNJl375fnTnEE,2025
30
+ keplemon/events.pyi,sha256=ilmvy403FzGw1d8nlO7yueVZu836ufjiPImG4rKYVmg,2025
31
31
  keplemon/exceptions.py,sha256=gTKSkN4yJ2VwR3_anpWqnIO9kQcJCO41_818NjgItiM,102
32
32
  keplemon/libastrofunc.dylib,sha256=guF0v4MRjoz8Ine-1nLxXYTktvlwHfQHUSa-GKjJZw0,241840
33
33
  keplemon/libdllmain.dylib,sha256=eyJQawgeOfDj4lAf2-YSJcvbdJ6abehX5nTChIOOLbs,112144
@@ -59,4 +59,4 @@ keplemon/saal/time_func_interface.py,sha256=cshqJ15p_gcenMdmVuXTIoLeij1gsgVi0tuj
59
59
  keplemon/saal/time_func_interface.pyi,sha256=GCj_EOmOceJorYQLGQQj1fE2cHxPvNrYml1DLvsaMy4,1508
60
60
  keplemon/time.py,sha256=vvHcwWQ1JXPaQSvdBfXYZrk2_-ukDw0RnXDeN5wy3nU,2792
61
61
  keplemon/time.pyi,sha256=S2Ul8fpuWnor9wKNFBxLwAiwrGrVN_LJH_xy6WSocv4,6260
62
- keplemon-1.0.0.dist-info/RECORD,,
62
+ keplemon-1.0.3.dist-info/RECORD,,