GithubHelp home page GithubHelp logo

uniclogs / cossi Goto Github PK

View Code? Open in Web Editor NEW
2.0 7.0 1.0 2.98 MB

Cosmos Satnogs/SpaceTrack Interface. An application for fetching the latest relevant satellite metadata and telemetry from SatNOGSs' and Space-Tracks' API's

Home Page: https://uniclogs-cosi.readthedocs.io

License: GNU General Public License v3.0

Python 87.43% Kaitai Struct 12.57%
satellites satellite-tracking

cossi's Introduction

Cosmos-SatNOGS-SpaceTrack-Interface [CoSSI]

license pypi read the docs issues unit tests deployment

An application for fetching the latest relevant satellite metadata and telemetry from SatNOGSs' and Space-Tracks' API's for immediate digestion by the Portland State Aerospace Society's UniClOGS server and respective services.


Quick Start

Installation

$ pip install uniclogs-cossi

Environment Variables

Certain environment variables are required depending on which features are needed.

SpaceTrack:

These are required in order to fetch the latest TLE data.

(See: Space-Track's faq for setting up authentication)

  • SPACETRACK_USERNAME
  • SPACETRACK_PASSWORD

SatNOGS:

These are required in order to fetch satellite metadata and telemetry.

(See: SatNOGS's api page for setting up authentication)

  • SATNOGS_DB_TOKEN

COSMOS DART:

These are required in order to submit data to COSMOS ground-station services, such as DART.

  • DART_HOST
  • DART_PORT
  • DART_DB
  • DART_USERNAME
  • DART_PASSWORD

Run

$ uniclogs-cossi

(Help and usage)

$ uniclogs-cossi --help

Examples

In order to use COSI, it requires a known NORAD ID of an active satellite that is at least registered in SatNOGS if you wish to grab satellite metadata and telemetry and Space-Track if you wish to grab a satellite's latest TLE's.

(Register with SatNOGS here)

Get Latest TLE for Bobcat-1: (NORAD ID: 46922)

$ uniclogs-cossi --tle 46922

Get Satellite Metadata and telemetry for Bobcat-1:

$ uniclogs-cossi --satellite-metadata --telemetry 46922

Get Telemetry for OreFlat0 in SatNOGS DB Dev and decode it using the OreFlat0 decoder:

$ uniclogs-cossi --telemetry --decode --satnogs-dev 99910


Development and Contribution

Documentation

Check out our Read The Docs pages for more info on the applications and the various systems it interacts with.

Install Locally

$ pip install -e .[dev]

(Note: the -e flag creates a symbolic-link to your local development version. Set it once, and forget it)

Create Documentation Locally

$ make -C docs clean html

(Note: documentation is configured to auto-build with ReadTheDocs on every push to master)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.