top of page

OpenWeather API.

Using the API:

request data with http://api.openweathermap.org

arguments are: city name and/or GPS coordinates.

Interesting data:

Like wind direction & speed, precipitation amount,

pressure, temperature, H sunrise & H sunset which I will couple with my marine weather data gathered with the meteo_france API.

Example of data provided by the API (.xml)

Sunrise time evolution between May 20th 2014 and June 06th 2014:

 

Sunset time evolution between May 20th 2014 and June 06th 2014:

 

Current sunrise/sunset time delay between two cities:

Using this API I can easily create a python script which can compute the current time delay between two cities' sunrise/sunset time.

Here is the sunrise time delay between my home town & Besancon

between and :

 

Here is the sunset time delay between my home town & Besancon

between and :

 

bottom of page