Astro-SpaceTrack
view release on metacpan or search on metacpan
tools/modeldef view on Meta::CPAN
This is the international launch designator. It is made up of a numeric
four-digit Gregorian year, a dash, a three-digit launch number in the
year (with leading zeroes), and a launch piece which consists of one or
more upper-case alphabetic characters, with the payload being 'A'. For
example, the Zarya module of the International Space Station is
1998-067A. The individual parts of the international launch designator
are available in the LAUNCH_YEAR, LAUNCH_NUM, and LAUNCH_PIECE fields.
EOD
SATNAME => <<'EOD',
This is the common name of the satellite.
EOD
},
tle => {
DECAYED => <<'EOD',
This is a flag which is set if the body has decaued. It is documented as
being 0 if not.
EOD
},
tle_latest => {
DECAYED => <<'EOD',
This is a flag which is set if the body has decaued. It is documented as
being 0 if not.
EOD
ORDINAL => <<'EOD',
This is the ordinal number of this data set for this OID. The number
increases with decreasing EPOCH, with the most-recent epoch being 1.
EOD
},
);
}
__END__
=head1 TITLE
modeldef - Generate a web page describing Space Track models of interest.
=head1 SYNOPSIS
modeldef
modeldef --help
modeldef --version
=head1 OPTIONS
=head2 --files
If this Boolean option is asserted, the models come from the F<.got>
files left behind by a live run of
F<xt/author/spacetrack_modeldef_v2.t>.
=head2 --help
This option displays the documentation for this script. The script then
exits.
=head2 --password string
This option specifies the password used to access Space Track. The
default comes from environment variable C<SPACETRACK_USER>, or from an
identity file.
=head2 --username string
This option specifies the user name used to access Space Track. The
default comes from environment variable C<SPACETRACK_USER>, or from an
identity file.
=head2 --version
This option displays the version of this script. The script then exits.
=head1 DETAILS
This Perl script generates a web page which describes the Space Track
REST classes of interest.
=head1 AUTHOR
Thomas R. Wyant, III F<wyant at cpan dot org>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2012, 2017-2026 by Thomas R. Wyant, III
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl 5.10.0. For more details, see the full text
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
This program is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
=cut
# ex: set textwidth=72 :
( run in 1.166 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )