Metadata-Version: 2.1
Name: meteomatics
Version: 4.0.0
Summary: Meteomatics API connector
Home-page: https://github.com/meteomatics/python-connector-api
Author: Meteomatics AG
Author-email: support@meteomatics.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE


[![PyPI](https://img.shields.io/pypi/v/meteomatics.svg)](https://pypi.python.org/pypi/meteomatics)

[![logo](https://static.meteomatics.com/meteomatics-logo.png)](http://www.meteomatics.com "Meteomatics - Your Experts in Weather Data Processing")

Python connector to the [Meteomatics Weather API](https://www.meteomatics.com/en/api/overview/ "Documentation Overview")
===================================================================================


Meteomatics provides a REST-style API to retrieve historic, current, and forecast data globally. This includes model data and observational data in time series and areal formats. Areal formats are also offered through a WMS/WFS-compatible interface. Geographic and time series data can be combined in certain file formats, such as NetCDF.


Install by typing `pip install meteomatics` in your favourite shell.

For a start we recommend to run the example script.
