Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.16 KB

File metadata and controls

36 lines (24 loc) · 1.16 KB

UMBRA

Code related to NASA CSDAP Umbra Space evaluation

rendered notebooks

  1. Order Summary
  2. Public Archive Search
  3. Basic Task Submission
  4. Constrained Task Submission
  5. Space-track Orbits

environment management

We recommend using pixi.sh to manage the Python environment required to execute code and notebooks in this repository

cd umbra
pixi install

downloading tasked data via API

See ./download/README.md

authentication

Set the following environment variables

# NOTE: currently sandbox token doesn't work for search, use standard token
export UMBRA_API_TOKEN="aaaaa"

export SPACETRACK_USER="bbbbb"
export SPACETRACK_PASS="ccccc"