tomchor / pymicra

A Python tool for Micrometeorological Analysis
GNU General Public License v3.0
26 stars 5 forks source link

.. _Github page: https://github.com/tomchor/pymicra .. _documentation: http://pymicra.readthedocs.io

Pymicra - A Python tool for Micrometeorological Analyses

Pymicra is a Python package designed to make working with micrometeorological datasets more efficient. It is aimed at improving productivity (by allowing us to focus more on micrometeorology) while still being flexible enough to let us program project-specific things.

Please check out the Github page and the documentation.

Here's a quick (incomplete!) list of what Pymicra does:

The package is extensively (almost entirely) based on Pandas, mostly the pandas.DataFrame class. We use Pint for units control and (generally) Numpy or Scipy for some numerical functions not contained in Pandas.