Skip to content

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

Notifications You must be signed in to change notification settings

ITMO-NSS-team/meteotik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages