Metadata-Version: 2.4
Name: wmoutils
Version: 0.1.0
Summary: Collection of Python utility functions to interact with WMO APIs, incl. OSCAR and WDQMS.
License-Expression: BSD-3-Clause
License-File: AUTHORS
License-File: LICENSE
Keywords: WMO,GBON,meteorology,climate,data,utilities,OSCAR
Author: F.P.A Vogt
Author-email: frederic.vogt@meteoswiss.ch
Maintainer: F.P.A Vogt
Maintainer-email: frederic.vogt@meteoswiss.ch
Requires-Python: >=3.12
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Dist: polars
Requires-Dist: requests
Description-Content-Type: text/x-rst

.. image:: https://img.shields.io/pypi/v/wmoutils.svg
    :target: https://pypi.org/project/wmoutils/

.. image:: https://img.shields.io/pypi/pyversions/wmoutils.svg
    :target: https://pypi.org/project/wmoutils/

.. image:: https://img.shields.io/pypi/l/wmoutils.svg
    :target: https://pypi.org/project/wmoutils/

.. image:: https://github.com/MeteoSwiss/wmoutils/actions/workflows/github-code-scanning/codeql/badge.svg
    :target: https://github.com/MeteoSwiss/wmoutils/actions/workflows/github-code-scanning/codeql

.. image:: https://github.com/MeteoSwiss/wmoutils/actions/workflows/CI_test.yaml/badge.svg
    :target: https://github.com/MeteoSwiss/wmoutils/actions/workflows/CI_test.yaml

.. image:: https://github.com/MeteoSwiss/wmoutils/actions/workflows/CI_test_weekly.yaml/badge.svg
    :target: https://github.com/MeteoSwiss/wmoutils/actions/workflows/CI_test_weekly.yaml

.. image:: https://github.com/MeteoSwiss/wmoutils/actions/workflows/CI_publish_dev_documentation.yaml/badge.svg
    :target: https://github.com/MeteoSwiss/wmoutils/actions/workflows/CI_publish_dev_documentation.yaml

===============
Getting Started
===============

The wmoutils package provides some WMO-related Python utility modules, including:

* ``wmoutils.query``:
    to extract relevant information from `WDQMS <https://wdqms.wmo.int/>`__ and `OSCAR Surface <https://oscar.wmo.int/surface/#/>`__.
* ``wmoutils.gbon``:
    to extract relevant `GBON <https://wmo.int/activities/global-basic-observing-network-gbon>`__ parameters.


For instructions on how to install and use the wmoutils package, please refer to the full
`documentation <https://meteoswiss.github.io/wmoutils/>`_.

Unexpected behavior and problems arising while using wmoutils can be reported and tracked using
`GitHub issues <https://github.com/MeteoSwiss/wmoutils/issues>`_.

If you wish to contribute to the development of wmoutils, please refer to the
`contributing guidelines <https://github.com/MeteoSwiss/wmoutils/blob/main/CONTRIBUTING.md>`_.





