Automated collection of International Space Station (ISS) position data using GitHub Actions. The data is collected daily at 12:00 UTC and stored in JSONL format.
- Data provided by Open Notify
- Powered by GitHub Actions
- Frequency: Daily at 12:00 UTC
- Source: Open Notify ISS Position API
- Format: JSONL (JSON Lines)
- Storage:
iss-location.jsonl
Each line in the JSONL file looks like this:
{
"message": "success",
"iss_position": {"latitude": "0.5776", "longitude": "131.0008"},
"timestamp": 1735520294
}