-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.xml
182 lines (182 loc) · 5.4 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Predict</name>
<channel>shupp.github.com/pirum</channel>
<summary>A partial port of the Gpredict program for satellite tracking</summary>
<description>Predict is a partial PHP port of the Gpredict (http://gpredict.oz9aec.net/) program that allows real-time tracking and orbit prediction of satellites from two line element sets. It supports the SGP4 and SDP4 models for prediction.</description>
<lead>
<name>Bill Shupp</name>
<user>shupp</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-03-06</date>
<time>13:28:41</time>
<version>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Addec Predict_TLE::createChecksum()
* Updates to examples
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="examples">
<file name="benchmark.php" role="doc" />
<file name="findsun.php" role="doc" />
<file name="google_maps_iss.png" role="doc" />
<file name="iss.tle" role="doc" />
<file name="pass_polar_plot.png" role="doc" />
<file name="solar_position.php" role="doc" />
<file name="update_iss_tle.php" role="doc" />
<file name="visible_passes.php" role="doc" />
</dir> <!-- /examples -->
<dir name="Predict">
<file name="DeepArg.php" role="php" />
<file name="DeepStatic.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Geodetic.php" role="php" />
<file name="Math.php" role="php" />
<file name="ObsSet.php" role="php" />
<file name="Pass.php" role="php" />
<file name="PassDetail.php" role="php" />
<file name="QTH.php" role="php" />
<file name="Sat.php" role="php" />
<file name="SGPObs.php" role="php" />
<file name="SGPSDP.php" role="php" />
<file name="SGSDPStatic.php" role="php" />
<file name="Solar.php" role="php" />
<file name="Time.php" role="php" />
<file name="TLE.php" role="php" />
<file name="Vector.php" role="php" />
</dir> <!-- /Predict -->
<dir name="tests">
<file name="Table.php" role="test" />
<file name="test-001.php" role="test" />
<file name="test-001.tle" role="test" />
<file name="test-002.php" role="test" />
<file name="test-002.tle" role="test" />
</dir> <!-- /tests -->
<file name="Predict.php" role="php" />
<file name="README.md" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<extension>
<name>date</name>
</extension>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-08-22</date>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Initial release
</notes>
</release>
<release>
<version>
<release>0.1.1</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-09-05</date>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Fixed minimum elevation bug in visible pass detection
* Updated precision of Pogson's Ratio, refactored calculate magnitude to be more readble, as well as added comments
</notes>
</release>
<release>
<version>
<release>0.1.2</release>
<api>0.1.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2011-09-25</date>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Added Predict_Time::getEpochTimeStamp()
</notes>
</release>
<release>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2012-05-21</date>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Fixed bug in Predict_Time::unix2daynum()
* Updated example iss.tle file
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2012-07-04</date>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Corrected role of README.md
</notes>
</release>
<release>
<version>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2014-03-06</date>
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v2.1</license>
<notes>
* Addec Predict_TLE::createChecksum()
* Updates to examples
</notes>
</release>
</changelog>
</package>