Problem
From the marinetraffic com website, which offers real-time tracking of all ships worldwide, you will initially be invited by the web scraping method to get data for various ships and store them locally in some Python structure. You will then use the Seaborn library to graph this data, and finally apply basic measures of Descriptive Statistics.
Fetching the data
Write code in Python that will call the above web page and request to get the following data:
Ship Location (Latitude / Longitude - Coordinates)
Ship Departure and Arrival (Ports - Ports)
Speed
Type of ship
Area where the ship is located (Area - Seas and Oceans)
Build Year
The capacity (Gross Tonnage)
You should save at least 100 ships*.