Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trwyant/perl-astro-utdf
Interpret Universal Tracking Data Format (UTDF) data
https://github.com/trwyant/perl-astro-utdf
aerospace file-format perl perl-module
Last synced: 11 days ago
JSON representation
Interpret Universal Tracking Data Format (UTDF) data
- Host: GitHub
- URL: https://github.com/trwyant/perl-astro-utdf
- Owner: trwyant
- Created: 2015-05-18T02:27:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T14:26:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T21:14:19.485Z (2 months ago)
- Topics: aerospace, file-format, perl, perl-module
- Language: Perl
- Size: 151 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSES/Artistic
Awesome Lists containing this project
README
Astro-UTDF is Copyright (C) 2010-2023 by Thomas R. Wyant, III
DESCRIPTION
This package contains a class to read data formatted in Universal
Tracking Data Format (UTDF) and return the data in a set of objects
whose accessors return various fields of the individual records, and
selected data computable from these fields.This is ALPHA CODE. Among other things, this means that there are NO
functional tests whatever, and the public interface is NOT stable.INSTALLATION
This package is installable by your favorite CPAN client, or by either
of the two usual incantations:tar -xzf Astro-UTDF-9.999.tar
perl Makefile.PL
make
make test
make installor
tar -xzf Astro-UTDF-9.999.tar
perl Build.PL
./Build
./Build test
sudo ./Build installYou should substitute the appropriate program name for 'make', eg nmake
(typically) under MSWin32, or mms or mmk under VMS. See
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe for a copy of
nmake for MSWin32 if you need it.Of course, since it's pure Perl, you can just expand the kit and drop
the .pm file into the Astro/ directory (creating it if necessary) in
the appropriate place in your @INC directories.LICENSING INFORMATION
This package 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 directory LICENSES.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.