Skip to content

Collection of helpful modeling and simulation related Jupyter Notebooks

License

Notifications You must be signed in to change notification settings

sedaro/modsim-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modeling & Simulation Jupyter Notebooks

A collection of helpful modeling and simulation related Jupyter Notebooks that consume the sedaro service.

For help installing the sedaro python client, see here.

Table of Contents

Getting Started

These notebooks focus on interactions with the Sedaro API from Python.

  1. Hello, World!
  2. Results API Demo
  3. Flower Constellations
  4. Build SuperDove Constellation
  5. Wildfire Cosimulation Game
  6. Routines
  7. Hohmann Transfer
  8. Link Budget Cosimulation
  9. Revisit & Comms Analytics

Model Validation

These notebooks demonstrate the accuracy of Sedaro models through interaction with public Sedaro scenarios. Each notebook focuses on a specific subset of our models to prove their accuracy in realistic situations.

As our model selection expands, we will continue to add new validation notebooks here.

  1. Attitude Dynamics
  2. Gravity Model

Benchmarking

  1. Cosim Latency

Important: Read Before Running

These notebooks may make changes to agent and scenario branches in your account. Ensure any changes to the target branches are saved prior to running any code. Sedaro recommends committing current work and creating new branches in the target repositories to avoid loss of work.

These notebook also require that you have previously generated an API key in the web UI. That key should be stored in a file called secrets.json in the same directory as these notebooks with the following format:

{
  "API_KEY": "<API_KEY>"
}

API keys grant full access to your repositories and should never be shared. If you think your API key has been compromised, you can revoke it in the user settings interface on the Sedaro website.

About

Collection of helpful modeling and simulation related Jupyter Notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages