/meteotik

Module for processing reanalysis grids and comparative analysis of time series with meteorological parameters

Primary LanguagePython

meteotik_logo.png

meteotik

Module for processing reanalysis grids and comparative analysis of time series with meteorological parameters

Requirements

'python>=3.7',
'pandas>=1.1.0',
'netcdf4==1.5.4',
'numpy',
'seaborn',
'scipy',
'matplotlib',
'sklearn',
'plotly'

Install module

pip install git+https://github.com/ITMO-NSS-team/meteotik

Reason to use

This module allows comparing time series with meteoparameters obtained from ERA5 or CFS2 reanalysis with data from weather stations. With this module you can generate reports, make visualizations, calculate the wind components U and V from the velocity and direction (and perform reverse operations also) and much more.

Documentation

All necessary documentation you can find in docstring or in examples.

Supported reanalysis sources

☑️ ERA5 - ERA5Processor class

☑️ CFS2 - CFS2Processor class

☑️ Custom interpolated grids - InterpolatedProcessor class

Supported weather stations sources

☑️ rp5

☑️ Roshydromet

Examples