From 00da3d7265a0a1791f6f5e966682784513569c25 Mon Sep 17 00:00:00 2001 From: HanEmile Date: Tue, 14 Feb 2017 17:00:54 +0100 Subject: restructure --- README.md | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index f6c833f..0000000 --- a/README.md +++ /dev/null @@ -1,50 +0,0 @@ -# SatelliteComputation - -**Blender Required !!!** -## Required Packages -- bpy -- pylab(matplotlib) -- urllib -- math -- numpy - -## Running - - blender --python main.py - -If you don't want to start blender and only want to get the raw data -(console + matplotlib) start like this: - - blender --python main.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] -- cgit 1.4.1