[Oc-pm] iss

Bob Mathews bobmath11 at icloud.com
Mon Oct 9 11:35:11 PDT 2017


It was fun seeing the ISS at last month's meeting. There is, of course, a perl module that can tell you when the station and other satellites are visible.

use strict;
use warnings;
use Astro::App::Satpass2;
my $sat = Astro::App::Satpass2->new(
   latitude => 33.637566,
   longitude => -117.848459,
   height => 43,
);
$sat->spacetrack(qw{ spaceflight -all });
print $sat->location();
print $sat->pass();

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/oc-pm/attachments/20171009/da735a6d/attachment.html>


More information about the Oc-pm mailing list