{"id":16643346,"url":"https://github.com/baskiton/satpass","last_synced_at":"2026-04-17T19:31:24.108Z","repository":{"id":197640665,"uuid":"699033267","full_name":"baskiton/SatPass","owner":"baskiton","description":"Calculate the passage of a satellite over given coordinates (Observer) and save the result into separate files","archived":false,"fork":false,"pushed_at":"2023-10-01T18:46:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T06:17:30.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baskiton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-01T18:11:22.000Z","updated_at":"2023-10-01T18:14:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6313eeb4-a6c0-4aeb-800d-d52b3fd1d767","html_url":"https://github.com/baskiton/SatPass","commit_stats":null,"previous_names":["baskiton/satpass"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baskiton/SatPass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskiton%2FSatPass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskiton%2FSatPass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskiton%2FSatPass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskiton%2FSatPass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baskiton","download_url":"https://codeload.github.com/baskiton/SatPass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baskiton%2FSatPass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31943189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T08:08:11.794Z","updated_at":"2026-04-17T19:31:24.091Z","avatar_url":"https://github.com/baskiton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SatsPass\nCalculate the passage of a satellite over given coordinates (Observer) and save the result into separate files\n\n### Installation\n* [Install Python](https://www.python.org/downloads/)\n* Download this repo\n* *Optionally: prepare virtual environment*\n  * Linux\n    ```shell\n    python3 -m venv venv\n    source venv/bin/activate\n    ```\n  * Windows\n    * cmd.exe\n      ```shell\n      python -m venv venv\n      .\\venv\\Scripts\\activate.bat\n      ```\n    * PowerShell\n      ```shell\n      python -m venv venv\n      .\\venv\\Scripts\\Activate.ps1\n      ```\n* Install dependencies\n  ```shell\n  pip install -r requirements.txt\n  ```\n\n### Usage\n`app.py [-h] [-t T] [-n N] config sats`\n\npositional arguments:\n* `config`      Path to config.json\n* `sats`        Satellite names list to find passes, comma separated\n\noptions:\n* `-h, --help`  show this help message and exit\n* `-t T`        Start datetime to find passes in ISO format (e.g.: 2012-02-12 11:22:33), `current` by default\n* `-n N`        Num of satellite passes, `1` by default\n\nFor example:\n```shell\npython app.py \"/path/to/config.json\" \"SAT1,SAT2,SAT3\"\n```\n\n#### Output file format\nName: `\u003csat_name\u003e \u003clocal__start_datetime\u003e.txt`  \nLine: `\u003cseconds\u003e \u003csat_azimuth\u003e \u003csat_elevation\u003e`\n\n\n### Configure\n\n| Field      | Type    | Description                                                           |\n|------------|---------|-----------------------------------------------------------------------|\n| lat        | Number  | Observer Latitude in degrees                                          |\n| lon        | Number  | Observer Longitude in degrees                                         |\n| alt        | Number  | Observer Sea Level Altitude in meters, `0.0` by default               |\n| temp       | Number  | Observer Air temperature in Celsius deg, `0.0` by default             |\n| timedelta  | Integer | Time step in seconds, `1` by default                                  |\n| min_elev   | Number  | Minimum satellite elevation on pass, in degrees                       |\n| break_elev | Number  | Start/Stop recording satellit elevation, in degrees, `0.0` by default |\n| tle_file   | String  | Path to file containing TLE data                                      |\n| out_dir    | String  | Path to store output files                                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskiton%2Fsatpass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaskiton%2Fsatpass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaskiton%2Fsatpass/lists"}