Skip to main content

Convert TLE's to CZML file

Project description

tle2czml

Python package which takes in Two Line Element's (TLE's) and returns a czml file visualising their orbits.

https://pypi.python.org/pypi/tle2czml

Background

CZML is a JSON format for describing a time-dynamic graphical scene, primarily for display in a web browser running Cesium.
A TLE is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time.

This package uses sgp4.py to predict the satellites fututure postion, and a slightly modified czml.py to create the .czml files.

alt text

Requirements

  • python3
  • pip
  • Text file containing list of two line elements, example:
ISS (ZARYA)             
1 25544U 98067A   20293.22611972  .00000497  00000-0  17003-4 0  9991
2 25544  51.6436  94.7185 0001350  46.8729 126.5595 15.49312821251249
KESTREL EYE IIM (KE2M)  
1 42982U 98067NE  20293.11355452  .00022129  00000-0  15728-3 0  9999
2 42982  51.6336   8.5058 0001619 215.9884 144.1006 15.73808685170523
DELLINGR (RBLE)         
1 43021U 98067NJ  20292.66572402  .00020201  00000-0  13900-3 0  9998
2 43021  51.6343   8.5926 0000331  53.4398 306.6632 15.74631224166254
UBAKUSAT
1 43467U 98067NQ  20293.19063114  .00070844  00000-0  29473-3 0  9996
2 43467  51.6335   1.3662 0002867   6.9343 353.1700 15.85064344139669
CUBERRT
1 43546U 98067NU  20292.65915576  .00130902  00000-0  58528-3 0  9997
2 43546  51.6326   6.1225 0002465  18.8688 341.2406 15.83306046129681

Install

pip install tle2czml

Usage

import tle2czml

# Creates a file in the current directory called "orbit.czml", containing the orbits of the satelites over the next 24 hours.
tle2czml.create_czml("tle.txt")
import tle2czml
from datetime import datetime

# You can specify the time range you would like to visualise
start_time = datetime(2020, 10, 1, 17, 30)
end_time = datetime(2020, 10, 2, 19, 30)
tle2czml.create_czml("tle.txt", start_time=start_time, end_time=end_time)
import tle2czml

# You can also specify a different output path
tle2czml.create_czml("tle.txt", outputfile_path="other_orbit_file.czml")

View Orbits

To view the orbits, go to https://cesiumjs.org/Cesium/Build/Apps/CesiumViewer/ and drag the .czml file into the browser. (Click the "Play" button in the bottom left corner to start the visualisation)

You can find up to date TLE's for most satellites on https://www.celestrak.com/NORAD/elements/

To Do

  • Add command line script
  • Allow users to login with space-track.org
  • Add ability to select base64 image to use for satellite
  • Add ability to generate html file with cesium globle displaying czml file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tle2czml-0.3.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

tle2czml-0.3-py3-none-any.whl (18.7 kB view details)

Uploaded Python 3

File details

Details for the file tle2czml-0.3.tar.gz.

File metadata

  • Download URL: tle2czml-0.3.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for tle2czml-0.3.tar.gz
Algorithm Hash digest
SHA256 97fec69ecdb30f34dc073c79b1a2dc551ee70087bc231089d027efd137b1c37d
MD5 bcef22011989a68263507da060ba6b53
BLAKE2b-256 55dcafc6e2ab9ea3805a1e934fdeb6f76f0c257f57d2f7242994596b8768c6b9

See more details on using hashes here.

File details

Details for the file tle2czml-0.3-py3-none-any.whl.

File metadata

  • Download URL: tle2czml-0.3-py3-none-any.whl
  • Upload date:
  • Size: 18.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.22.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for tle2czml-0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8f11aff035b18c74e0fe9f27225dcc39d76c6bc8ee3e2c302cbec28350f07b83
MD5 0b4071c04a6c07e5bdbf6f0be261d4e9
BLAKE2b-256 52b2acddfd2ca4530e2bd7589f800ad00f65aeab77f5b1c6b6c703070d815580

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page