Skip to main content

ISS position computing service

Project description

Requirements

  • aiohttp >= 2.1.0

  • aioredis >= 0.3.1

  • dateutils >= 0.6.6

  • pyaml >= 16.12.2

  • pyephem >= 3.7.6.0

  • tqdm >= 4.14.0

  • ujson >= 1.35

Extra

  • redis

Installing

pip install iss-positioner

Getting started

Start aiohttp application:

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import logging
import os

from aiohttp.web import run_app

from iss_positioner import ISSPositionerService, util, LOG_FORMAT

DIR = os.path.join(os.path.dirname(__file__))
CFG = util.load_cfg(path=os.path.join(DIR, 'iss-positioner.yml'))

if __name__ == '__main__':
    logging.basicConfig(level=logging.DEBUG, format=LOG_FORMAT)
    app = ISSPositionerService(config=CFG)
    run_app(app, port=80)

More code examples into examples directory

Source code

The latest developer version is available in a github repository: https://github.com/nkoshell/iss-positioner

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

iss-positioner-0.0.1a0.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

iss_positioner-0.0.1a0-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file iss-positioner-0.0.1a0.tar.gz.

File metadata

File hashes

Hashes for iss-positioner-0.0.1a0.tar.gz
Algorithm Hash digest
SHA256 5f0f1cf358d5fc941efc6b07d833d396bdb7dc9187f7b80ff198099021842e7a
MD5 2bb2880d280505b0f4406235268ff389
BLAKE2b-256 3c89bfddfa7d10eb53606ffc95660608d218b07b120ef7f8ccc00cf0c2bff061

See more details on using hashes here.

File details

Details for the file iss_positioner-0.0.1a0-py3-none-any.whl.

File metadata

File hashes

Hashes for iss_positioner-0.0.1a0-py3-none-any.whl
Algorithm Hash digest
SHA256 64faa66740e87d00f23d8a662ca5fedf99821746aa89f38aca3fcc4844336f37
MD5 942ff258c47d483dc0bb4e07df7fa492
BLAKE2b-256 92a0caaac6525b47136dc790963e9a3f35e6067317c0bafd6dbec285398a7f97

See more details on using hashes here.

Supported by

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