This reposistory is a list of OurSky examples using the published SDKs.
Please ensure you have signed up to OurSky and have a valid token. You can get your token by navigating to Accounts under the Dashboard section -> General, then pressing the "Create" button. Copy your token insert it into OURSKY_API_TOKEN
.
Each folder is an "app" or example with minimal setup and independent readme's to describe the example or setup as needed.
- python-poetry-sda-basic - Uses the OurSky SDA Python SDK to show how to import and use the SDK to fetch an array of TDMs.
- python-schedule-search-instructions - Uses the OurSky API to create search instructions for satellites with outdated orbital information.
- csharp-sda-basic - Uses the OurSky SDA C# SDK to show how to initialize the SDK, create observation tasks, and fetch results.
- kotlin-sda-basic - Uses the OurSky SDA Kotlin SDK to show how to initialize the SDK and get observation potentials.