Bug 100620 - [NEW PORT] astro/p5-Astro-SpaceTrack: Retrieve orbital data from www.space-track.org
Summary: [NEW PORT] astro/p5-Astro-SpaceTrack: Retrieve orbital data from www.space-tr...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 19:10 UTC by gslin
Modified: 2006-07-21 17:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-Astro-SpaceTrack-0.022.shar (3.40 KB, text/plain)
2006-07-20 19:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-20 19:10:13 UTC
This package accesses the Space-Track web site,
http://www.space-track.org, and retrieves orbital data from this site.
You must register and get a username and password before you can make
use of this package, and you must abide by the site's restrictions,
which include not making the data available to a third party.

In addition, the celestrak method queries http://celestrak.com/ for a
named data set, and then queries http://www.space-track.org/ for the
orbital elements of the objects in the data set.

Beginning with version 0.017, there is provision for retrieval of
historical data.

Nothing is exported by default, but the shell method/subroutine can be
exported if you so desire.

Most methods return an HTTP::Response object. See the individual
method document for details. Methods which return orbital data on
success add a 'Pragma: spacetrack-type = orbit' header to the
HTTP::Response object if the request succeeds.

WWW:	http://search.cpan.org/dist/Astro-SpaceTrack/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-20 19:10:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-21 17:20:04 UTC
State Changed
From-To: open->closed

New port added. Thank You.