Summary: | The automatic weather station at the [Norvegia Station](http://www.npolar.no/en/about-us/stations-vessels/norvegia/), [Bouvetøya](http://www.npolar.no/en/bouvetoya/) was installed by the Norwegian Polar Institute in January 2014. The station collects meteorological data on air temperature, air humidity, wind speed, wind direction, and more. Data resolution is hourly. Data is available in TSV and JSON formats. Retrieving data (examples) * [Last month (TSV)](http://api.npolar.no/weather/bouvet/?q=&fields=measured,ta,ta_min,ta_max,dd_smm,dd,ff,f_max,ff_max,uu,qa,ot,pa&format=csv&sort=-measured&limit=744) * [Last month (JSON)](http://api.npolar.no/weather/bouvet/?q=&fields-remove=_id,_id,_rev,created_by,updated_by,id,schema,created,updated&format=json&variant=array&sort=-measured&limit=744) * [June 2014 (TSV)](http://api.npolar.no/weather/bouvet/?q=&fields-remove=_id,_id,_rev,created_by,updated_by,id,schema,created,updated&format=csv&sort=-measured&limit=all&filter-measured=2014-06-01T0..2014-07-01T0) (change to any other period by adjusting the `filter-measured` to another time range.)
|