#41729 closed submission (fixed)
new port: py-sgp4
Reported by: | gorticus (Jason Mitchell) | Owned by: | petrrr |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | py-sgp4 |
Description
This Brandon Rhodes pure Python implementation of Vallado et al.'s latest Simplified General Perturbations-4 (SGP4) code to compute the position and velocity of an Earth-orbiting satellite, given the satellite's TLE orbital elements from a source like Celestrak. The Algorithm is described in paper AIAA 2006-6753, see http://goo.gl/OaVlLh for details.
Attachments (1)
Change History (9)
comment:1 Changed 11 years ago by gorticus (Jason Mitchell)
Changed 10 years ago by gorticus (Jason Mitchell)
Portfile updated to v1.3, released 2014/06/26
comment:4 Changed 10 years ago by petrrr
The Portfile is not complete, please test your Porfiles before submission.
comment:5 Changed 10 years ago by petrrr
Committed in r127919, with modifications.
Some note on the submitted Portfile:
- please avoid mixing tabs and spaces
checksums
was missingfetch.type
is not neededrevision
not needed- new python ports should be submitted only with
py27
andpy34
subports only
comment:6 Changed 10 years ago by petrrr
Owner: | changed from macports-tickets@… to petr@… |
---|---|
Status: | new → assigned |
comment:7 Changed 10 years ago by petrrr
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
port -v lint
passes w/ 0 errors, uses github and python port groups. Portfile uses latest commit for recent fixes, as prior release v1.1 is ~1 yr old.