https://github.com/castelao/maud

Moving Average of Uneven Data

https://github.com/castelao/maud

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Moving Average of Uneven Data

Basic Info
  • Host: GitHub
  • Owner: castelao
  • License: other
  • Language: Python
  • Default Branch: master
  • Size: 341 KB
Statistics
  • Stars: 4
  • Watchers: 8
  • Forks: 3
  • Open Issues: 7
  • Releases: 0
Archived
Created over 12 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog Contributing License

README.rst

**Archived**: This repository has not been active in a while, so I'm archiving it and will keep it as a reference. This package was mostly active between 2012 and 2014, and it was based in some even older Pyhton code that I wrote on my Master's to smooth timeseries with gaps, and later during my PhD to smooth unevenly sampled CTD profiles (raw data) as well as 2D maps to study eddies in the oceans. The last time I used it for real was for the paper https://doi.org/10.1002/2015GL063105. By combining Cython with multiprocessing, I improved the performance by 2 orders of magnitude, and that was crucial while we were figuring out the filters scales that we should use.

====
MAUD
====


.. image:: https://img.shields.io/pypi/v/maud.svg
        :target: https://pypi.python.org/pypi/maud

.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.10524.svg
   :target: http://dx.doi.org/10.5281/zenodo.10524

.. image:: https://img.shields.io/travis/castelao/maud.svg
        :target: https://travis-ci.org/castelao/maud

.. image:: https://readthedocs.org/projects/maud/badge/?version=latest
        :target: https://maud.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/castelao/maud/shield.svg
     :target: https://pyup.io/repos/github/castelao/maud/
     :alt: Updates


Moving Average for Uneven Data

Maud was also a ship built by Amundsen. http://en.wikipedia.org/wiki/Maud_(ship). Dr. Sverdrup was first a meteorologist, but changed interest to oceanography while in charge of the scientific work on the north pole expedition leaded by Amundsen, aboard the Maud (Cushman-Roisin, 1994).

* Free software: BSD license
* Documentation: https://maud.readthedocs.io.


Features
--------

* TODO

Credits
---------

Owner

  • Name: Guilherme Castelão
  • Login: castelao
  • Kind: user
  • Location: CO
  • Company: @NREL

multi-class: PhD in Physical Oceanography, offshore solo sailor, Rustacean and Pythonista.

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • distribute >=0.6.40
  • numpy >=1.1
requirements_dev.txt pypi
  • cython ==0.24 development
  • flake8 ==2.6.0 development
  • netCDF4 >=1.2.4 development
  • pip ==8.1.2 development
  • pytest ==2.9.2 development
  • tox ==2.3.1 development
  • wheel ==0.29.0 development