Keeptrack.space Versions Save

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

v3.1.2

2 years ago

KeepTrack 3.1.2 Amalthea

Installation

The attached files should be installed to an apache server and then accessed from http://localhost

You can also install it via npm:

npm install keeptrack.space

cd node_modules/keeptrack.space

npm install

npm run stage

npm run build-dev The final output will be in ./keeptrack.space/dist/

v0.36.1

5 years ago

Overview

Packaged a pre-release for August 2018.

v0.10.0

7 years ago

Overview

Interface updated to reduce overlap and move faster.

Features Added

  1. TLE.json database compressed to reduce from 11MB to 4MB
  2. UI windows moved to prevent overlap
  3. New splash screen added to modernize loading

Bugs Fixed

None

v0.9.2

7 years ago

#Overview Bugfixes

#Features Added None

#Bugs Fixed

  1. Lookangles fixed (Issue #34 ).
  2. Pre ES2015/ES6 browser compatibility fixed.

v0.5.1

7 years ago

Overview

Added the backend that is on keeptrack.space but was missing from the repository.

Features Added

  1. PHP based cron jobs for updating your .json catalog.
  2. Basic PHP backend for manually editing satellites information.
  3. Facebook meta data added to index.htm so that when sharing a screenshot of the site shows up instead of icons.

Bugs Fixed

None

v0.4.0

7 years ago

Overview

Fully JavaScript Semi-Standard Style compliant. Couple dependencies inside main.js (formerly script-loader.js) have been moved to their own .min.js files.

Features Added

Sensor type visible on left side when viewing sensor data.

Bugs Fixed

Numerous deprecated variables removed.