Fetch the current ISS latitude and longitude from the WhereTheISS API and return standardized payloads.
Fetch the ISS latitude and longitude with a deterministic Python script that matches this repository's existing get_iss_position tool behavior.
python3 skills/iss-position/scripts/get_iss_position.py --format text
python3 skills/iss-position/scripts/get_iss_position.py --format json
Script path: skills/iss-position/scripts/get_iss_position.py
Behavior:
https://api.wheretheiss.at/v1/satellites/25544.--timeout).latitude and as numeric values.longitude{"status":"success","latitude":12.34,"longitude":56.78,"message":"The ISS is currently at latitude 12.34 and longitude 56.78."}