Giter Site home page Giter Site logo

connerebbinghaus / libgpredict Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cubehub/libgpredict

0.0 0.0 0.0 78 KB

This is an attempt at taking the prediction code used in Gpredict and making it a linkable library

CMake 3.55% C 80.08% C++ 0.09% Makefile 16.28%

libgpredict's Introduction

libgpredict

This is an attempt to take the prediction code out of Gpredict and make it a standalone dynamic library.

dependencies

mac os x

brew install glib

linux

sudo apt-get install libglib2.0-dev

install

git clone https://github.com/cubehub/libgpredict.git
cd libgpredict
mkdir build
cd build
cmake ../
make
make install
sudo ldconfig # for linux

test

cd test
mkdir build
cd build
cmake ../
make
./iss-test

It should print this:

Testing a single ISS prediction

TLE Data OK

Lat:       18.389813558938   (expected:  18.389606541458)
Lon:       -36.880015960342  (expected: -36.879846099166)
Alt:        409.7429431026   (expected: 409.7429029679)
Footprint:  4454.9076239034  (expected: 4454.9074167831)
Velocity:  7.6691931516      (expected: 7.66919316690)

libgpredict's People

Contributors

andresv avatar shupp avatar connerebbinghaus avatar

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.