Skip to content

Fill missing values in a grid by solving Poisson's equation via an iterative relaxation scheme.

License

Notifications You must be signed in to change notification settings

rafa-guedes/gridfill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gridfill

Fill missing values in a grid by solving Poisson's equation via an iterative relaxation scheme.

Installation

The easiest way to install is with conda:

conda install -c conda-forge gridfill

You can always build from source yourself once you have the necessary dependencies installed (see the requirements section below). Checkout the gridfill repository from Github and:

cd gridfill/
python setup.py install

Requirements

For installation gridfill requires:

  • numpy
  • Cython
  • setuptools

gridfill can also operate on iris cubes, which requires the iris package to be installed.

About

Fill missing values in a grid by solving Poisson's equation via an iterative relaxation scheme.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%