Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spacecraft TLE update #17

Open
micholas opened this issue Aug 11, 2022 · 0 comments
Open

Spacecraft TLE update #17

micholas opened this issue Aug 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@micholas
Copy link
Contributor

Problem

The TLE for an Orbital spacecraft must be specified during initial creation resulting in a static TLE setting. Over time the actual data the TLE is meant to represent drifts eventually resulting in contact failures if the spacecraft TLE setting is not updated.

  1. Orbital users are likely not to be aware of TLE drift until their contacts fail.
  2. Orbital users are responsible for establishing a process or system for periodically updating the TLE for each of their spacecrafts. Any failure of this process may result in missing data for all contacts until the TLE is properly updated.

DoD

Create an AKS service and/or Azure function that periodically updates the TLE for one or more configurable spacecrafts.

@scschneider scschneider added the enhancement New feature or request label Aug 11, 2022
@scschneider scschneider modified the milestone: v0.2.0 Sep 27, 2022
CheyYeary pushed a commit that referenced this issue Oct 10, 2022
# This is the 1st commit message:

Created log search UI

# This is the commit message #2:

Changed socket timeout default to 120 seconds.

# This is the commit message #3:

TCP-to-blob README changes (#151)

Co-authored-by: Mart White (He/Him/His) <[email protected]>
# This is the commit message #4:

Feature/heartbeat (#134)

* adding ability to manually kickoff a heartbeat using a modified canary template.

* added extension on event subscription and a better echo command in canary script

* adding extension .text if canary else .bin before uploading file to storage account

* changing to correct txt extension
# This is the commit message #5:

added lifecycle policy to storage account for tcp-to-blob. Deletes fi… (#152)

* added lifecycle policy to storage account for tcp-to-blob. Deletes files after 7 days

* changed filename var to localfilename. made filename a value that will be used on the blob store with a virtual folder in front.

* added prefix match to only delete data insdie the canary virtual folder after 7 days

* changing makeLogger to recieve the filename instead of localFileName.
# This is the commit message #6:

Added "clean" script. Updated electron.

# This is the commit message #7:

Show relative time in contact summary if <24 hours away.

# This is the commit message #8:

Un-commented code.

# This is the commit message #9:

Delete CachePlugin.ts
# This is the commit message #10:

Delete CustomProtocolListener.ts
# This is the commit message #11:

partially finished with streaming a file to send data

# This is the commit message #12:

streaming file from storage for raw data. adding descriptive names to distinguish raw and text canary tests.

# This is the commit message #13:

changing file names and cleaning up env vars

# This is the commit message #14:

adding changes for base deploy

# This is the commit message #15:

working example. needs cleanup and documentation.

# This is the commit message #16:

cleanup of raw-canary.ts

# This is the commit message #17:

minor edits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants