Giter Club home page Giter Club logo

jufo17_satellitecomputation's Introduction

SatelliteComputation

Blender Required !!!

Required Packages

  • bpy
  • pylab(matplotlib)
  • urllib
  • math
  • numpy

Running

blender startup.blend --python main2.py

If you don't want to start blender and only want to get the raw data (console + matplotlib) start like this:

blender startup.blend --python main2.py --background

code:

Download data from a specific category:

 TLE.download(category)

 example:
 TLE.download("iridium")

Get number of satellites in category:

 TLE.numOfSat(category)

 example:
 TLE.numOfSat("noaa")

Print specific TLE:

 TLE.printTLE(category, satNr)

 example:

Get value from sat in category:

 TLE.get(value, category, satNr)

 example:
 TLE.get("inclination", "argos", 3)

xyz list:

xyz[satNr][x/y/z][time]

so:

xyt[1][1][1]

gets the y-position of satellite 1 at the moment "1"

jufo17_satellitecomputation's People

Contributors

hanemile avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jufo17_satellitecomputation's Issues

c++ parsing file

No idea how to parse the downloaded file in C++.

PLAN:

Reading the file char by char and writing it to an array.

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.