keplemon 0.3.1__cp313-cp313-macosx_11_0_arm64.whl → 0.3.3__cp313-cp313-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.
- keplemon/_keplemon.cpython-313-darwin.so +0 -0
- keplemon/libastrofunc.dylib +0 -0
- keplemon/libdllmain.dylib +0 -0
- keplemon/libelops.dylib +0 -0
- keplemon/libenvconst.dylib +0 -0
- keplemon/libextephem.dylib +0 -0
- keplemon/libgcc_s.1.1.dylib +0 -0
- keplemon/libgfortran.5.dylib +0 -0
- keplemon/libgomp.1.dylib +0 -0
- keplemon/libobs.dylib +0 -0
- keplemon/libquadmath.0.dylib +0 -0
- keplemon/libsatstate.dylib +0 -0
- keplemon/libsensor.dylib +0 -0
- keplemon/libsgp4prop.dylib +0 -0
- keplemon/libspvec.dylib +0 -0
- keplemon/libtimefunc.dylib +0 -0
- keplemon/libtle.dylib +0 -0
- keplemon/libvcm.dylib +0 -0
- {keplemon-0.3.1.dist-info → keplemon-0.3.3.dist-info}/METADATA +22 -9
- {keplemon-0.3.1.dist-info → keplemon-0.3.3.dist-info}/RECORD +22 -22
- {keplemon-0.3.1.dist-info → keplemon-0.3.3.dist-info}/WHEEL +0 -0
- {keplemon-0.3.1.dist-info → keplemon-0.3.3.dist-info}/entry_points.txt +0 -0
|
Binary file
|
keplemon/libastrofunc.dylib
CHANGED
|
Binary file
|
keplemon/libdllmain.dylib
CHANGED
|
Binary file
|
keplemon/libelops.dylib
CHANGED
|
Binary file
|
keplemon/libenvconst.dylib
CHANGED
|
Binary file
|
keplemon/libextephem.dylib
CHANGED
|
Binary file
|
keplemon/libgcc_s.1.1.dylib
CHANGED
|
Binary file
|
keplemon/libgfortran.5.dylib
CHANGED
|
Binary file
|
keplemon/libgomp.1.dylib
CHANGED
|
Binary file
|
keplemon/libobs.dylib
CHANGED
|
Binary file
|
keplemon/libquadmath.0.dylib
CHANGED
|
Binary file
|
keplemon/libsatstate.dylib
CHANGED
|
Binary file
|
keplemon/libsensor.dylib
CHANGED
|
Binary file
|
keplemon/libsgp4prop.dylib
CHANGED
|
Binary file
|
keplemon/libspvec.dylib
CHANGED
|
Binary file
|
keplemon/libtimefunc.dylib
CHANGED
|
Binary file
|
keplemon/libtle.dylib
CHANGED
|
Binary file
|
keplemon/libvcm.dylib
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: keplemon
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Requires-Dist: requests
|
|
5
5
|
Requires-Dist: click
|
|
6
6
|
Requires-Dist: maturin>=1.0,<2.0 ; extra == 'dev'
|
|
@@ -24,7 +24,7 @@ Project-URL: Issues, https://github.com/citra-space/keplemon/issues
|
|
|
24
24
|
# KepLemon
|
|
25
25
|
|
|
26
26
|
[Citra Space Corporation's](https://citra.space) Rust-accelerated astrodynamics package built on the shared libraries
|
|
27
|
-
provided by [space-track](https://space-track.org).
|
|
27
|
+
provided by [space-track](https://space-track.org). Please visit the [documentation](https://keplemon.citra.space)
|
|
28
28
|
page for additional details.
|
|
29
29
|
|
|
30
30
|
## Installation
|
|
@@ -40,9 +40,22 @@ installed locally by following the steps below.
|
|
|
40
40
|
|
|
41
41
|
1. `git clone https://github.com/citra-space/keplemon.git`
|
|
42
42
|
2. `cargo install cargo-make`
|
|
43
|
-
3. `cargo make build-<os>-<architecture>` (e.g. for Linux x86 `cargo make build-linux-
|
|
43
|
+
3. `cargo make build-<os>-<architecture>` (e.g. for Linux x86 `cargo make build-linux-x86`)
|
|
44
44
|
4. `pip install target/wheels/*.whl`
|
|
45
45
|
|
|
46
|
+
To avoid potential conflicts with system libraries, you can alternatively build the wheel using Docker.
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
docker buildx build \
|
|
50
|
+
--build-arg OS="${OS:-linux}" \
|
|
51
|
+
--build-arg ARCH="${ARCH:-x86}" \
|
|
52
|
+
--build-arg PYTHON_VERSION="${PYTHON_VERSION:-310}" \
|
|
53
|
+
--output type=local,dest=./target .
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Then install the wheel the same way with:
|
|
57
|
+
`pip install target/wheels/*.whl`
|
|
58
|
+
|
|
46
59
|
## Environment Settings
|
|
47
60
|
|
|
48
61
|
Although not required, it is recommended to explicitly apply the settings in this section before using KepLemon to avoid
|
|
@@ -50,7 +63,7 @@ unexpected behaviors and inaccurate calculations.
|
|
|
50
63
|
|
|
51
64
|
### CPU Limits
|
|
52
65
|
|
|
53
|
-
By default, KepLemon will have access to all available cores when performing parallel functions.
|
|
66
|
+
By default, KepLemon will have access to all available cores when performing parallel functions. Limit this by calling
|
|
54
67
|
`set_thread_count` **_before_** using other KepLemon functions.
|
|
55
68
|
|
|
56
69
|
```python
|
|
@@ -62,9 +75,9 @@ set_thread_count(4)
|
|
|
62
75
|
|
|
63
76
|
### Time Constants and Earth-Orientation Parameters (EOP)
|
|
64
77
|
|
|
65
|
-
All astrodynamics packages have a strict dependence on measured changes to time and Earth's orientation.
|
|
78
|
+
All astrodynamics packages have a strict dependence on measured changes to time and Earth's orientation. Since KepLemon
|
|
66
79
|
uses the public Standardized Astrodynamics Algorithms Library (SAAL) at the core, the time and (EOP) data must conform
|
|
67
|
-
to a specific format required by the underlying binaries.
|
|
80
|
+
to a specific format required by the underlying binaries. Rather than referencing data directly provided by the
|
|
68
81
|
[USNO](https://maia.usno.navy.mil/), utility scripts are provided in KepLemon to request and export the relevant data.
|
|
69
82
|
|
|
70
83
|
#### Global Update
|
|
@@ -84,8 +97,8 @@ keplemon --update-eop custom_path.txt
|
|
|
84
97
|
```
|
|
85
98
|
|
|
86
99
|
!!! note
|
|
87
|
-
|
|
88
|
-
|
|
100
|
+
If you intend to use the data written to a local override, you must use the `load_time_constants` method at the
|
|
101
|
+
beginning of your scripts. **_This is not needed if you maintain constants using the global method_**.
|
|
89
102
|
|
|
90
103
|
```python
|
|
91
104
|
from keplemon.time import load_time_constants
|
|
@@ -96,6 +109,6 @@ load_time_constants("custom_path.txt")
|
|
|
96
109
|
|
|
97
110
|
## Contributing
|
|
98
111
|
|
|
99
|
-
Anyone is welcome to contribute to KepLemon.
|
|
112
|
+
Anyone is welcome to contribute to KepLemon. Users are encouraged to start by opening issues or forking the repository.
|
|
100
113
|
Changes directly to the baseline may be approved by contacting the owner at <brandon@citra.space>.
|
|
101
114
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
keplemon-0.3.
|
|
2
|
-
keplemon-0.3.
|
|
3
|
-
keplemon-0.3.
|
|
1
|
+
keplemon-0.3.3.dist-info/METADATA,sha256=ftj1MBl3mYuEDk9WgcUnibGTGChWrgMfiRECC6e04-g,4159
|
|
2
|
+
keplemon-0.3.3.dist-info/WHEEL,sha256=ZlnHGE4Mo7ps1v16zvcAfrDnL3ds3Klm21sZZ52w3vY,104
|
|
3
|
+
keplemon-0.3.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-313-darwin.so,sha256=
|
|
7
|
+
keplemon/_keplemon.cpython-313-darwin.so,sha256=b8PohIlJSRpmKkuXAt714IDKA91vJZTg5s8qJaVFYHU,1786128
|
|
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
|
|
@@ -29,23 +29,23 @@ keplemon/estimation.pyi,sha256=zb_llx8pCx9Iv95mXXpGnXPZeJsg9Oh5GRWDLyXrMFI,5521
|
|
|
29
29
|
keplemon/events.py,sha256=lxSp5m5FhIyU2-1CrSlbRE15E5yh7sf_mTt9uYQwMKA,238
|
|
30
30
|
keplemon/events.pyi,sha256=_42vUSXOwlUkJHwo50uBXZglptLPZBUNJl375fnTnEE,2025
|
|
31
31
|
keplemon/exceptions.py,sha256=gTKSkN4yJ2VwR3_anpWqnIO9kQcJCO41_818NjgItiM,102
|
|
32
|
-
keplemon/libastrofunc.dylib,sha256=
|
|
33
|
-
keplemon/libdllmain.dylib,sha256=
|
|
34
|
-
keplemon/libelops.dylib,sha256=
|
|
35
|
-
keplemon/libenvconst.dylib,sha256=
|
|
36
|
-
keplemon/libextephem.dylib,sha256=
|
|
37
|
-
keplemon/libgcc_s.1.1.dylib,sha256=
|
|
38
|
-
keplemon/libgfortran.5.dylib,sha256=
|
|
39
|
-
keplemon/libgomp.1.dylib,sha256=
|
|
40
|
-
keplemon/libobs.dylib,sha256=
|
|
41
|
-
keplemon/libquadmath.0.dylib,sha256=
|
|
42
|
-
keplemon/libsatstate.dylib,sha256=
|
|
43
|
-
keplemon/libsensor.dylib,sha256=
|
|
44
|
-
keplemon/libsgp4prop.dylib,sha256
|
|
45
|
-
keplemon/libspvec.dylib,sha256=
|
|
46
|
-
keplemon/libtimefunc.dylib,sha256=
|
|
47
|
-
keplemon/libtle.dylib,sha256=
|
|
48
|
-
keplemon/libvcm.dylib,sha256=
|
|
32
|
+
keplemon/libastrofunc.dylib,sha256=guF0v4MRjoz8Ine-1nLxXYTktvlwHfQHUSa-GKjJZw0,241840
|
|
33
|
+
keplemon/libdllmain.dylib,sha256=eyJQawgeOfDj4lAf2-YSJcvbdJ6abehX5nTChIOOLbs,112144
|
|
34
|
+
keplemon/libelops.dylib,sha256=0DMyPB9P4J2WdZKum0BxeBHA0jbFI29bobeEUoLjGd8,92736
|
|
35
|
+
keplemon/libenvconst.dylib,sha256=y_yb_wV8Pfw__AXwZH7LtIGJArACoNAn1aNVDbFrjdw,73840
|
|
36
|
+
keplemon/libextephem.dylib,sha256=4ZR2T0M_Sjjlza0TLKbHBhZ4E_8Ck5seKwdO536nN-0,164208
|
|
37
|
+
keplemon/libgcc_s.1.1.dylib,sha256=OcwGYTOw6POJ2mAfP6StLJ38hRJpe_1udaML4HurDlY,219104
|
|
38
|
+
keplemon/libgfortran.5.dylib,sha256=O1Hx_PpWnLXoo240puPsxXSP7VeBQtyPg7gnMSUcVzA,1946656
|
|
39
|
+
keplemon/libgomp.1.dylib,sha256=o2vybohR0z6VUaNVIE3SljfD8GAhLWL00YVOAb2vT0A,422144
|
|
40
|
+
keplemon/libobs.dylib,sha256=Hv6oEBAOPhC5fYqi9P1AP7q4MZGZYGEdrS4YIHw_H0Q,241952
|
|
41
|
+
keplemon/libquadmath.0.dylib,sha256=WQ_Z9DiHjfIdTpPNk_KqJ1yJU8v5jZOhCnyoWDdLanQ,361360
|
|
42
|
+
keplemon/libsatstate.dylib,sha256=ZKsv-ytgHGGckv56f1FnYZHXOvM48yhq0a7FAU-6Adg,135056
|
|
43
|
+
keplemon/libsensor.dylib,sha256=zblpampoE34DyMCG5vcxPKQaHxL8UHQnJp9rnS-q6AI,234656
|
|
44
|
+
keplemon/libsgp4prop.dylib,sha256=iVd11gf_TpTcwQOuBtZy-eFi7UrejVGBIiNB2Powz7o,357024
|
|
45
|
+
keplemon/libspvec.dylib,sha256=RLMXze4ncq5ZcF__8E74YzgVfqpY28n32sSSCDKBIbE,146896
|
|
46
|
+
keplemon/libtimefunc.dylib,sha256=WVk0y54WE4_5NQ5-AC-Qn9H4kKZjJKgnddmCc-CkO2k,130672
|
|
47
|
+
keplemon/libtle.dylib,sha256=5tMGjs_y9tkf1ipTXJiVmKo4-NL9u0vwWyJ49Nxmcps,164400
|
|
48
|
+
keplemon/libvcm.dylib,sha256=0_hRuXs6DfHEEXXhnfnP65fKk5zXnAo1iVy7qMSmeiI,196000
|
|
49
49
|
keplemon/propagation.py,sha256=sFP4PYDkTFAuZ815J_XaLneLNKx0s_cW4yJBCJKpDxE,115
|
|
50
50
|
keplemon/propagation.pyi,sha256=YSA3cBzgHLW3_dykrjMX4PbReYJmz5Z7bzfuibPaegc,464
|
|
51
51
|
keplemon/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -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-0.3.
|
|
62
|
+
keplemon-0.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|