./wip/p5-Astro-SpaceTrack, Retrieve orbital data from www.space-track.org

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.141, Package name: p5-Astro-SpaceTrack-0.141, Maintainer: wen

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.


Required to run:
[www/p5-URI] [www/p5-libwww] [lang/perl5] [converters/p5-JSON] [www/p5-HTTP-Message] [www/p5-HTTP-Date] [www/p5-LWP-Protocol-https]

Required to build:
[devel/p5-Module-Build] [pkgtools/cwrappers]

Master sites: (Expand)

RMD160: ff39d7617fa26594b2bb4e3649aec9172a7ac3e1
Filesize: 184.949 KB

Version history: (Expand)


CVS history: (Expand)


   2015-03-11 16:06:47 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 0.090
Update DEPENDS
   2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-03-02 14:21:03 by Wen Heping | Files touched by this commit (3) | Imported package
Log message:
Import p5-Astro-SpaceTrack-0.045 as wip/p5-Astro-SpaceTrack.

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.