GithubHelp home page GithubHelp logo

thkruz / keeptrack.space Goto Github PK

View Code? Open in Web Editor NEW
136.0 9.0 27.0 1.12 GB

🌎📡 TypeScript Astrodynamics Software for Non-Engineers. 3D Visualization of satellite data and the sensors that track them.

Home Page: http://keeptrack.space

License: GNU Affero General Public License v3.0

CSS 12.33% HTML 0.39% JavaScript 1.33% Handlebars 0.02% TypeScript 85.90% Batchfile 0.01% Shell 0.03%
space orbit radar satellite satellite-orbit satellite-tracking space-surveillance telescope visualization

keeptrack.space's Introduction

@thkruz (Theodore Kruczek)

👋Connect With Me:

LinkedIn

🈶Languages :

📱Frontend: :

💻Backend:

📓Tools :

📈Github Stats:

thkruz's GitHub stats

keeptrack.space's People

Contributors

cwang-pivotal avatar deepsource-autofix[bot] avatar dependabot[bot] avatar hkruczek avatar le-roi777 avatar thkruz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keeptrack.space's Issues

Developer Mode

There should eventually be a mode that can be accessed by passing a flag with the GET method when accessing index.htm. In this mode there would be many things that are tripped by a global DEVELOPER_MODE such as console log statements and raw data values.

Tooltips Margin Not Uniform

Margins on some of the bottom design elements are not transferred to the tooltips leaving an non-uniform look. Minor issue.

Use Custom Sensor

There is currently code to type in a custom sensor in the url, but it should be moved to a menu that appears when you select "Custom" from the drop downs at the top. This will set the ground for telescope users to calculate lookangles for backyard astronomy.

Display Static Dots for Launch Sites

It would be nice to be able to display dots (similar to the satellites) in a static position on the earth to visually represent the launch sites. Added bonus if they are selectable to display information about the launch complexes.

Add Satellites

Add a case to sat-cruncher.js may allow main.js to send a new TLE to be added to satcache.

Error Checking for Nominal Creator

Some objects end up inside the earth using the nominal creator. Should save the original TLEs and do a perigee check at the end of the nominal creation to decide whether or not to commit the new TLE.

Reduce TLE.json Size

Replace most strings in the arrays with numerical values that can be decoded in main.js to drastically reduce database size.

Hard part is making a php script to convert the current database quickly.

NORAD Number in Search

Would be nice to replace international designators in the search bar with NORAD numbers. Maybe another setting that toggles between the two?

Music and/or Sound Effects

Long term this might be something worth exploring. Music could be pulled from the open source project to do dynamic symphony music based on satellites in FOV.

Duplicate menu-radar ids

Four menus are all named menu-radar. They need to have different names and any code referencing them should probably be referencing the class instead.

SOCRATES Camera Changes

Socrates method in main.js currently calls three other methods that all have camera changes. This causes the camera to bounce around unnecessarily.

Nominal Creation

Using a for loop a TLE with inclination and epoch day set to current day may have its R value and true anomaly adjusted until the current Lat Long matches a picked launch site.

Social Media Integration

As we get closer to version 1.0 it would be smart to add social media integration so that you can share/tweet details that you are looking at and get more visitors.

Rotate Around Object Instead of Earth

Modifying the free camera view to lock the x, y, z coordinates but allow the view to be rotated should accomplish this. This view will be useful for explaining how optical satellites can view other satellites.

index.htm Organization

Currently the divs in index.htm are all over the place. They need to be sorted/organized.

TLE.json Updates

There are a series of admin files that are currently not public. These include a few cron jobs that run every two hours to update TLEs. Until they are uploaded the TLE.json file only be updated when a new commit is added.

Launch Calendar

Launch calendar still relies on a manual update method from October 2016. This needs to be replaced with similar code from the SOCRATES cron job so that it can be updated automatically every 12 hours. Unclear how to handle a smooth transition into 2017, but maybe that part is just manual.

TLE Change Detection

It would be useful if the script that updates the TLEs compared the new TLE to the old TLE and flagged large changes in inclination or period.

Launch Nominals Going the Wrong Direction

The current algorith does not account for moving in a north or south direction. Conditional needed that factors in current latitude with last latitude to determine current heading.

Calculate Distance Between Objects

I want to add a feature that allows you to type two object numbers in a menu and then calculate the distance between them at the current time. Should be as simple as determining the scale of the x, y, z coordinate system and then doing some subtraction.

Analyst Mode

Long term it would be extremely useful to have a mode/page that runs the satcruncher without utilizing opengl or the satellite-orbit-worker. This would be a lot of menus with forms to do things like lookangles, elset comparisons, and collision calculations without taxing a slower computer with opengl.

Sat Info Box Tooltips

Replace default windows tooltips on the Sat Info Box with the same popups that are displayed when highlighting an object.

Next Pass on Highlight

When highlighting an object after selecting a sensor, the popup should display the next pass time or if the object is currently in FOV.

Replace Observer Latitude Check with an Actual Variable

Currently there are checks to see if an observer's latitude is set to determine whether a sensor is selected or not. This should be replaced with a check to see if an actual variable is flagged. Will reduce potential bugs later.

Full SSN/Foreign View

Option to view what the whole SSN or all Russian/PRC tracking stations can view. This could be then leveraged to see what objects are out of view ("Dark Space") and for how long. Modifying satcruncher to do a full network check similar to how the SSN lookangles function works would enable this. It would require passing a binary variable to the web worker when the settings menu is modified.

Replacing TLE.json with a Real Database

The current .json database works but is 9MB and is slow to load. It is known to become corrupted on occasion (work-around in place) and is problematic during updates. Would like to convert to a mysql database or something similar.

Imagery from On-Orbit Satellites

I would like to be able to see the most current imagery from any satellite that publishes images. This might be best in a menu that lists all the satellites that publish images and then a box that pops up when you select those satellites.

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.