Python script for sending requests to an API.
The API documentation is available here: https://localisation.flotteoceanographique.fr/.
The script gathers data in order to find which vessel went most in North in year 2021 and which vessel collected the maximum average sea temperature in it's overall travel in 2021.
Download script and simply execute ./mostNorthMaxTemp.sh from command line.
You may need to allow executable permission with chmod +x mostNorthMaxTemp.sh and download requests python library with pip install requests.