A Meteorological observations toolkit for scientists
Project description
MetObs-toolkit
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:
pip3 install metobs-toolkit
To install the PyPi version of the toolkit. To install the github versions one can use these commands:
#main versions
pip3 install git+https://github.com/vergauwenthomas/MetObs_toolkit.git
#development version
pip3 install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@dev
#specific release from github
pip3 install git+https://github.com/vergauwenthomas/MetObs_toolkit.git@v0.1.1
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:
pip3 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 | |
Quality control | Introduction to quality control methods | |
Filling gaps | Introduction to gap filling methods | |
Analysis | Introduction analysis methods |
Related
- A graphical user interface for the MetObs-Toolkit: MetObs_GUI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file metobs_toolkit-0.1.3a1.tar.gz
.
File metadata
- Download URL: metobs_toolkit-0.1.3a1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.0 Linux/5.15.0-91-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35904376c6ab76c73602ac72f800f6b369876b51855492155e9c5f6ccd0b73fb |
|
MD5 | 03f94683957e1facdad305d12ce502de |
|
BLAKE2b-256 | 89cd95313af5cff25e67b5ecd9d6085969c583cbfb7ab395e62aa6184398ae0e |
File details
Details for the file metobs_toolkit-0.1.3a1-py3-none-any.whl
.
File metadata
- Download URL: metobs_toolkit-0.1.3a1-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.0 Linux/5.15.0-91-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19578d031d07ec111cd872ae95a791bb0555f1cce7629d40cd6807eb6c43b1cb |
|
MD5 | ea106983dfa96ec4964d83709fba5263 |
|
BLAKE2b-256 | 367dd9b50816d76a2fb28d2af8202f96583dd027c331dc149ded72ed1b91c211 |