Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanvferreira/vessel_eta
This application calculate the ETA (Estimated Tima ArrIval) of a vessel
https://github.com/yanvferreira/vessel_eta
datetime-library python try-except
Last synced: about 1 month ago
JSON representation
This application calculate the ETA (Estimated Tima ArrIval) of a vessel
- Host: GitHub
- URL: https://github.com/yanvferreira/vessel_eta
- Owner: yanvferreira
- License: mit
- Created: 2023-09-07T18:51:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:23:43.000Z (6 months ago)
- Last Synced: 2024-05-23T03:29:02.245Z (6 months ago)
- Topics: datetime-library, python, try-except
- Language: Python
- Homepage:
- Size: 49.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vessel_eta
This application calculate the ETA (Estimated Time Arrival) of a vessel.When a vessel depart from a port, it needs to calculate the estimated time to arrive to inform family members of the crew and authorities.
And it's also necessary for them to know whether they are lost or not.
Thinking on that, I created this project to calculate the date based on distance in nautical miles (MN), the date from departed or last position and speed in knots.
Also, the authorities can use to calculate when a vessel will arrive in a port for an approach and inspection.
To improve my abilities, I decided to make this project with Python, that is a Program Language that I'm learning now.
Until now, I used datetime library and its function like datetime and timedelta.
I used strftime and strptime to format the date on Brazilian's date.