tle2czml
Version:
Convert TLE to basic CZML file to be used in Cesiumjs.
25 lines (24 loc) • 512 B
JSON
{
"name": "tle2czml",
"version": "1.0.0",
"description": "Convert TLE to basic CZML file to be used in Cesiumjs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/r3lek/tle2czml.git"
},
"keywords": [
"TLE",
"CZML"
],
"author": "Miguel Cayetano",
"license": "ISC",
"dependencies": {
"julian": "^0.2.0",
"moment": "^2.27.0",
"satellite.js": "^4.0.0"
}
}