Search Repeat Cycle of Satellite from its TLE
Try following for test
python Search_Satellite_Repeat_Cycle-test-CSK4.py
python Search_Satellite_Repeat_Cycle-test-WV01.py
Try following for Serverless test (Using Google Cloud Function)
- Download Repeat_Cycle_Cloud_Function.html
- Open Repeat_Cycle_Cloud_Function.html
- Input TLE and date
- Push "Search Repeat Cycle" button
- Result will appear as text/plain
- Satellite must be polar orbit
- Install pyephem by following command if not installed:
pip install pyephem
See following for reference.