LiveSatProto


NameLiveSatProto JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryPrototype for tracking real-time satellite positions in orbit.
upload_time2025-01-24 09:44:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseGPL-3.0 license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveSatProto
Prototype for tracking real-time satellite positions in orbit.

<img src="https://github.com/user-attachments/assets/2f18b768-c425-4699-9fd0-fcd06a7a1246" width=410 />

### Use
```bash
$ livesat-proto <launch_time> <angle> <latitude> <longitude>
{
  "satellite_position": {
    "latitude": 37.7749,
    "longitude": -122.4194,
    "altitude": 500
  },
  "timestamp": "2025-01-24T15:45:00Z"
}

## Requirements:
# To track the current position of a satellite, the following parameters are required: 
# Launch Time: The time the satellite was launched (ISO 8601 format).
# Angle: The angle of the satellite’s trajectory.
# Latitude: The current latitude of the satellite.
# Longitude: The current longitude of the satellite.
#Altitude: The altitude (in meters) of the satellite from the Earth’s surface.
```
### Dev
```bash
$ git clone ...
$ pdm venv create
$ source .venv/bin/activate
$ pdm install
$ pytest
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "LiveSatProto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "ppabam <tom@diginori.com>",
    "download_url": "https://files.pythonhosted.org/packages/1e/3d/c6fd6bbd0444937eeb533a5e830d7deaa572971da10b33187a178da17039/livesatproto-0.2.1.tar.gz",
    "platform": null,
    "description": "# LiveSatProto\nPrototype for tracking real-time satellite positions in orbit.\n\n<img src=\"https://github.com/user-attachments/assets/2f18b768-c425-4699-9fd0-fcd06a7a1246\" width=410 />\n\n### Use\n```bash\n$ livesat-proto <launch_time> <angle> <latitude> <longitude>\n{\n  \"satellite_position\": {\n    \"latitude\": 37.7749,\n    \"longitude\": -122.4194,\n    \"altitude\": 500\n  },\n  \"timestamp\": \"2025-01-24T15:45:00Z\"\n}\n\n## Requirements:\n# To track the current position of a satellite, the following parameters are required: \n# Launch Time: The time the satellite was launched (ISO 8601 format).\n# Angle: The angle of the satellite\u2019s trajectory.\n# Latitude: The current latitude of the satellite.\n# Longitude: The current longitude of the satellite.\n#Altitude: The altitude (in meters) of the satellite from the Earth\u2019s surface.\n```\n### Dev\n```bash\n$ git clone ...\n$ pdm venv create\n$ source .venv/bin/activate\n$ pdm install\n$ pytest\n```\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 license",
    "summary": "Prototype for tracking real-time satellite positions in orbit.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/sunsin-shop/LiveSatProto",
        "Issues": "https://github.com/sunsin-shop/LiveSatProto/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9822762894586ee040f8aafeaa09f7db318c1fd581dc7fd5f832835e3f65f92e",
                "md5": "e9d71a2e9345124e64c049866f710c00",
                "sha256": "7c14cdb2ea1928882c58c55b15a1a0d455dd0b0f7faed9d401ff93549c450fe5"
            },
            "downloads": -1,
            "filename": "livesatproto-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9d71a2e9345124e64c049866f710c00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 14890,
            "upload_time": "2025-01-24T09:44:14",
            "upload_time_iso_8601": "2025-01-24T09:44:14.711836Z",
            "url": "https://files.pythonhosted.org/packages/98/22/762894586ee040f8aafeaa09f7db318c1fd581dc7fd5f832835e3f65f92e/livesatproto-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e3dc6fd6bbd0444937eeb533a5e830d7deaa572971da10b33187a178da17039",
                "md5": "4c980a361c0ed5b95ed0e863bba644c6",
                "sha256": "ae3a18fa002fa906b46b5c2afb4222430a3bf860a392232f3e1364edd00b2bc2"
            },
            "downloads": -1,
            "filename": "livesatproto-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4c980a361c0ed5b95ed0e863bba644c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 14077,
            "upload_time": "2025-01-24T09:44:16",
            "upload_time_iso_8601": "2025-01-24T09:44:16.439885Z",
            "url": "https://files.pythonhosted.org/packages/1e/3d/c6fd6bbd0444937eeb533a5e830d7deaa572971da10b33187a178da17039/livesatproto-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 09:44:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunsin-shop",
    "github_project": "LiveSatProto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livesatproto"
}
        
Elapsed time: 1.46152s