NASA-AMMOS / NASA-AMMOS/plandev
Improve ergonomics of temporal subset simulation
@mattdailis is already working on this.
Since Apr 19, 2023.
- Dominant language
- Java
- Stars
- 128
- Forks
- 33
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 12
Description
To help make Temporal Subset Simulation more useful, we would like to provide values from a previously run simulation to the mission model at initialization time.
We provide this query through the API:
https://nasa-ammos.github.io/aerie-docs/api/examples/simulation/#query-for-simulation-resource-data-at-a-given-time
The best way to leverage that query would be to write an external script against the API that queries the above function and populates the simulation arguments.
However, it is cumbersome to leave the Aerie context and run an external script. This ticket is to prototype an approach that would allow users to place "checkpoints" from which simulation can be restarted efficiently.
Temporal subset limitations apply - restarting in-progress activities is a non-goal.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.