Skip to main content

A Meteorological observations toolkit for scientists

Project description

MetObs-toolkit

PyPI version Documentation Status status Tests passing DOI

drawing

The MetObs-toolkit provides a comprehensive framework for scientists to process raw meteorological data for analysis.

This repo contains all the software for the metobs_toolkit.

Documentation

Documentation can be found here.

Installing the package

Install the package using pip:

pip install metobs-toolkit

To install the PyPi version of the toolkit. To install the github versions one can use these commands:

#main versions
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git

#development version
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@dev

#specific release from github
pip install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@v0.2.0

For some advanced quality control methods, the Titanlib package is used. Since the installation of titanlib requires a c++ compiler, we have chosen not to include it in the toolkit. If you want to use the Titanlib functionality you must install both the toolkit and Titanlib:

pip install metobs-toolkit titanlib

To use the package, import it in Python:

import metobs_toolkit

#Check your version
metobs_toolkit.__version__

Exercises and demos

In the context of a FAIRNESS (COST action) summer school, a set of well-documented exercises and demos are made.

Notebook Description
Introduction Introduction to the toolkit Open In Colab
Quality control Introduction to quality control methods Open In Colab
Filling gaps Introduction to gap filling methods Open In Colab
Analysis Introduction analysis methods Open In Colab

Related

  • A graphical user interface for the MetObs-Toolkit: MetObs_GUI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metobs_toolkit-0.2.0.tar.gz (1.3 MB view hashes)

Uploaded Source

Built Distribution

metobs_toolkit-0.2.0-py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page