Code Monkey home page Code Monkey logo

satellite-tracker's Introduction

Satellite Orbit Tracker

black

"Inspiration is everywhere, you just need to know where to look at."

Project for running a pointer that is able to track any satellite in orbit, or any object, anywhere, for that matter.

See side-note on project scope.

Setup

We use poetry as dependency management tool.

Install the project and dependencies with poetry:

poetry install

Environment variables

Add the following variables to the environment :

Development

Several tools, such as linting and formatting, are used to help develop qualitative code.

We use pre-commit hooks to check if the development follows the project's standards. Please install the git hooks with the following command:

poetry run pre-commit install

Usage

We use poethepoet for running the project and other tasks.

Run the following command to see the available commands:

poetry poe

Running the main scripts is thus as simple as:

poetry poe run --duration 5 --verbose

Arguments are optional, these are for demonstration purposes. The above command will run the tracker for 5 seconds, and print the results to the console.

Testing

Tests are run with pytest.

Run all tests with following command:

poetry poe test

Note on project scope

This project is, in addition to performing it's main task, a playground for learning and experimenting with different technologies and techniques. To this end, several features are implemented with a variable degree of usefulness and pertinence to the main task. Techniques and technologies will be listed here:

  • development and version control
  • dependency management and task running
  • testing
  • linting and formatting
    • black as code formatter, with poetry run black .
    • ruff as linting tool, with poetry run ruff .
  • containerization

Wishlist

Things I would like to implement in the future (in no particular order):

  • CI pipeline (GitHub or GitLab)
  • postgresql database for state storage, interaction with sqlalchemy
  • geospatial (temporal ?) integration (postgis, geopandas, geoalchemy, ...)
  • S3 storage (for satellite TLEs, for example)
  • sphinx (or other) as documentation generator
  • helm charts for deployment

satellite-tracker's People

Contributors

bdevoghel avatar

Watchers

 avatar

satellite-tracker's Issues

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.