top of page

Open data

Meteo France API

Among their various API, MeteoFrance provides freely their Day+1 data from all their land and marine stations accross the world.
Resulting logs contains GPS, temperature pressure humidity rate, average and highest waves height etc..

 

I created an application for Linux and Windows retrieving these data every day and log them into files. The user can then ask for plotting it.

 

Picture of a station

Two stations I got used to focus on:

41300 near Puerto Rico & 62163 near Brest.

Example of frames provided by the API,

I will parse them using Python.

We get the date & hour of the frame, the air temperature & pressure, the waves average height, water temperature, air humidity rate...

The final application daily retrieves the relevant data.

Example with station 62163 and station 41300.

Temperature evolution from May 03 2014 to June 05 2014.

Air humidity rate evolution from May 03 2014 to June 05 2014.

Average wave height evolution from May 03 2014 to June 05 2014.

bottom of page