{"id":29180501,"url":"https://github.com/cascade-space-co/spacelink","last_synced_at":"2026-02-06T02:20:33.900Z","repository":{"id":301978679,"uuid":"949690081","full_name":"cascade-space-co/spacelink","owner":"cascade-space-co","description":"Python package for RF and link budget computation","archived":false,"fork":false,"pushed_at":"2025-10-23T23:23:04.000Z","size":5606,"stargazers_count":25,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-24T01:24:43.747Z","etag":null,"topics":["radio","rf","space"],"latest_commit_sha":null,"homepage":"https://cascade-space-co.github.io/spacelink/","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/cascade-space-co.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-17T01:24:06.000Z","updated_at":"2025-10-06T22:17:29.000Z","dependencies_parsed_at":"2025-07-25T01:13:51.039Z","dependency_job_id":"9095865c-0228-4795-b74f-b349304dc1f2","html_url":"https://github.com/cascade-space-co/spacelink","commit_stats":null,"previous_names":["cascade-space-co/spacelink"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/cascade-space-co/spacelink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cascade-space-co%2Fspacelink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cascade-space-co%2Fspacelink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cascade-space-co%2Fspacelink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cascade-space-co%2Fspacelink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cascade-space-co","download_url":"https://codeload.github.com/cascade-space-co/spacelink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cascade-space-co%2Fspacelink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29145571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"online","status_checked_at":"2026-02-06T02:00:08.092Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["radio","rf","space"],"created_at":"2025-07-01T20:00:31.265Z","updated_at":"2026-02-06T02:20:33.894Z","avatar_url":"https://github.com/cascade-space-co.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpaceLink\n\nA Python library for radio frequency calculations, including antenna modeling, RF \nconversions, and noise calculations.\n\nCreated and maintained by [Cascade Space](https://cascade.space).\n\nPublished documentation for the latest released version can be found here: \nhttps://cascade-space-co.github.io/spacelink/\n\n## Features\n\n- **Antenna Modeling**: Calculate antenna gain, beamwidth, and polarization effects\n- **RF System Analysis**: Model complete RF chains with cascaded elements\n- **Link Budget Calculations**: Comprehensive analysis of radio communication links\n- **Noise Calculations**: System noise temperature and related parameters\n- **Space Communications**: Built-in support for satellite link analysis\n- **Unit-Aware Calculations**: Integrated unit handling for RF parameters\n\n## Installation\n\n### Quick Install\n\nFor users who want to import a released version of the package:\n```bash\npip install spacelink\n```\n\n### Development Setup\n\nAside from modifying the source code you may want to install from source in order to:\n\n* Run the provided Jupyter notebooks\n* Generate the documentation locally for a specific version\n\n\n#### Prerequisites\n\n1. Python 3.11 or higher\n2. Poetry package manager ([Install Poetry](https://python-poetry.org/docs/))\n\n#### Getting Started\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/cascade-space-co/spacelink.git\n   cd spacelink\n   ```\n\n2. Install it to a Poetry virtual environment using one of these options:\n   \n   * Production mode without developer tools:\n     ```bash\n     poetry install\n     ```\n   \n   * With developer tools:\n     ```bash\n     poetry install --with dev\n     ```\n\n   * With Jupyter notebook dependencies:\n     ```bash\n     poetry install --with demo\n     ```\n\n   * With developer tools and Jupyter notebook dependencies:\n     ```bash\n     poetry install --with dev,demo\n     ```\n\n## Documentation\n\nThe documentation includes API references and technical guides.\n\nTo build the documentation locally:\n```bash\npoetry run sphinx-build -b html docs/source docs/build/html\n```\n\nThen open `docs/build/html/index.html` in your browser.\n\n## Contributing\n\nWe welcome contributions to the SpaceLink project! See \n[CONTRIBUTING.md](https://github.com/cascade-space-co/spacelink/blob/main/CONTRIBUTING.md) for detailed instructions and guidelines.\n\n## License\n\n[MIT License](https://github.com/cascade-space-co/spacelink/blob/main/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcascade-space-co%2Fspacelink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcascade-space-co%2Fspacelink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcascade-space-co%2Fspacelink/lists"}