Giter Site home page Giter Site logo

pyvet's Introduction

IMPORTANT!: Project moved to the pySTEPS nowcasting initiative

This project is now part of the pySTEPS_ nowcasting initiative. The latest version of pyVET can be found in https://github.com/pySTEPS/pysteps

This repository is deprecated and it is left here to maintain a registry of the pyVET development history, but be aware that is not up to date.

pyVET - Variational Echo Tracking Algorithm

The pyVET package provides a python implementation of the Variational Echo Tracking presented in Laroche and Zawadzki (1995).

This algorithm is used by the McGill Algorithm for Prediction by Lagrangian Extrapolation (MAPLE) described in Germann and Zawadzki (2002).

Installing PyVET

Dependencies

The pyVET package need the following dependencies

  • future
  • numpy
  • cython
  • scipy
  • skimage
  • matplolib (for examples)

Install from source

The latest version can be installed manually by downloading the sources from https://github.com/aperezhortal/pyVET

Then, for a global installation run:

python setup.py install

For user installation:

python setup.py install --user

If you want to put it somewhere different than your system files, you can do:

python setup.py install --prefix=/path/to/local/dir

IMPORTANT: All the dependencies need to be already installed!

pyvet's People

Contributors

aperezhortal avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

pyvet's Issues

Minimization procedure not finding absolute minimum

In some cases the minimization procedure do not converges to the absolute minimum (or one close to it). It converges to a local minima that is far away from the actual absolute minima.

For example, a rotor displacement field cannot be retrieved but the VET. Run simpleTest.py script in examples for more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.