Meteomatics Weather API Connector

This package contains routines to query meteorological and maritime data from the Meteomatics Weather API.
1.5K Downloads
Updated 1 Jun 2023

View License

Editor's Note: This file was selected as MATLAB Central Pick of the Week

Accessing weather, ocean or environmental data should be simple: Meteomatics provides a REST-full Weather API to global historical, current, forecast and climate data. This includes derived data from different centers (GFS, ECMWF, UK MetOffice, Env. Canada etc...), radar data, satellite images, weather stations, lightning data, digital elevation model data, ocean and maritime data. Moreover, you can also retrieve derived parameters like wind power and solar power data and forecasts for any given location.
The API provides time series as well as spatial gridded data. The latter is also offered through a WMS/WFS-compatible interface. This package includes some examples to enable a quick start when dealing with this API.
An extensive online documentation is available through https://api.meteomatics.com .

Cite As

Martin Fengler (2024). Meteomatics Weather API Connector (https://www.mathworks.com/matlabcentral/fileexchange/63992-meteomatics-weather-api-connector), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: xml2struct

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

matlab-connector-v4.1

Version Published Release Notes
4.0.0.1

Smaller changes to the documentation because of the move from datenum to datetime

4.0.0.0

- Major change: switching the interfaces from datenum to datetime
- Smaller bug fixes

3.5.0.0

Minor bug fixes around query limitations.

3.4.0.0

Removed dependency to Mapping toolbox

3.3.0.0

Added function to query satellite and radar images from Weather API

3.2.0.0

- improved error handling

3.1.0.0

- added a live script demo
- improved documentation

3.0.0.1

- removed some typos

3.0.0.0

- Improved error handling
- changed from webread to basic HTTP communication

2.2.0.0

Removed unnecessary files.

2.1.0.0

Minor changes/updates to become compatible with more recent MATLAB versions.

2.0.0.0

Simplified access to query time series and gridded data. Added scripts to:
- query weather data for a set of geolocations,
- query weather station data in a given domain.

1.7.0.0

Introduced bug fixes due to changes in webread. Changes due to new API licensing mechanism.

1.6.0.0

Force webread to use txt option.

1.5.0.0

Bug fix in time series query for Matlab version <=9.0.

1.4.0.0

Bug fix for Matlab 2017b

1.3.0.0

Bug fix in tmp variable for Matlab Version 9.0.

1.2.0.0

Fixed a bug with Matlab versions newer than 2017.

1.1.0.0

Change to BSD license.