[Gpredict-svn] SF.net SVN: gpredict:[438] trunk/data/satdata/scripts/convert.py
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-09-26 10:54:43
|
Revision: 438 http://gpredict.svn.sourceforge.net/gpredict/?rev=438&view=rev Author: csete Date: 2009-09-26 10:54:34 +0000 (Sat, 26 Sep 2009) Log Message: ----------- Updated with some comments. Modified Paths: -------------- trunk/data/satdata/scripts/convert.py Modified: trunk/data/satdata/scripts/convert.py =================================================================== --- trunk/data/satdata/scripts/convert.py 2009-09-26 10:54:02 UTC (rev 437) +++ trunk/data/satdata/scripts/convert.py 2009-09-26 10:54:34 UTC (rev 438) @@ -1,7 +1,13 @@ #!/usr/bin/python # -# This script was used to convert Celestrak TLE files into individual .sat and .cat files +# This script was used to create the initial satellite data repository by +# converting Celestrak TLE files into a satellited.dat and .cat files. # +# For updating the data in an existing repository use update.py +# +# These scripts are only used during development and are not needed by +# end users. +# import os import string This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |