8000 GitHub - sanand0/iss-location: Tracks the International Space Station position. A demo of how to use GitHub Actions to schedule commits weekly.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tracks the International Space Station position. A demo of how to use GitHub Actions to schedule commits weekly.

Notifications You must be signed in to change notification settings

sanand0/iss-location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ISS Location Data Collection

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 Collection

Data Format

Each line in the JSONL file looks like this:

{
  "message": "success",
  "iss_position": {"latitude": "0.5776", "longitude": "131.0008"},
  "timestamp": 1735520294
}

License

MIT

About

Tracks the International Space Station position. A demo of how to use GitHub Actions to schedule commits weekly.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0