A model of advection and diffusion to determine pollution sources using a Fourier GP approximation
pip install git+https://github.com/SheffieldML/advectionGP.git
Go to where you want to save your repo:
git clone https://github.com/SheffieldML/advectionGP.git
pip install -e advectionGP
So you can now import this in a python script anywhere you happen to be (no need to worry about paths etc):
from advectionGP.models import AdjointAdvectionDiffusionModel as adjModel
Go to the location. E.g.
cd /home/me/Documents/code/advectionGP
Then call:
pip install -e .
Enjoy!