Pyephemapi
tiny rest api for pyephem
Install / Use
/learn @tmcw-up-for-adoption/PyephemapiREADME
pyephemapi
An incredibly tiny project to make a REST API for PyEphem so that you can do TLE to satellite position but not write your own server or think too much.
example
var tle = [
'WORLDVIEW-1 (WV-1)',
'1 32060U 07041A 13222.53694131 .00003301 00000-0 13725-3 0 5540',
'2 32060 97.3385 296.1673 0001236 108.0040 5.4207 15.24471932327959'
];
d3.json('http://ephemapi.herokuapp.com/?name=' + encodeURIComponent(tle[0]) +
'&line1=' + encodeURIComponent(tle[1]) +
'&line2=' + encodeURIComponent(tle[2])).on('load', function(data) {
cb(data);
}).get();
// data is
{
"coords": [
0.05179675295948982,
-0.5329474210739136
]
}
Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
