fetches the current position of the International Space Station (ISS) and the sunrise and sunset times for a specified location
ISS Position and Sunrise/Sunset Time This Python script fetches the current position of the International Space Station (ISS) and the sunrise and sunset times for a specified location.
Features Retrieves the ISS's current latitude and longitude. Fetches sunrise and sunset times for a specific location.
Getting Started
Ensure you have Python installed. Install the required packages Run the script.
Usage
The ISS position is obtained using the Open Notify API. Sunrise and sunset times are fetched using the Sunrise-Sunset API.
Configuration
Modify the MY_LAT and MY_LAN variables with the desired latitude and longitude. Uncomment the relevant code to fetch the ISS position.
Note
Make sure to handle any API request failures or exceptions appropriately. Feel free to contribute or provide suggestions!