Skip to content

UCL-EO/gp_emulator

 
 

Repository files navigation

GP emulators

Info: Gaussian process (GP) emulators for Python
Author: J Gomez-Dans <[email protected]>
Date: $Date: 2015-03-17 16:00:00 +0000 $
Description: README file

NCEO logo

ESA logo

This repository contains an implementation of GPs for emulation of radiative transfer models in Python. This particular implementation is focused on emulating univariate output models (e.g. emulating reflectance or radiance for a single sensor band) and multivariate outputs (e.g. emulating reflectance/radiance over the entire solar reflective domain). The emulators also calculate the gradient of the emulated model and the Hessian.

You can install the software with

python setup.py install

The only requirements are (if memory serves) numpy and scipy.

At some point, pointers to a library of emulators of popular vegetation and atmospheric RT codes will be provided.

Citation

If you use this code, we would be grateful if you cited the following paper:

Gomez-Dans, J, Lewis, P, Disney, M, "Efficient emulation of radiative transfer codes using Gaussian processes and application to land surface parameter inferences", Remote Sensing (In Press)

About

Gaussian Process emulators in Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 87.0%
  • Python 13.0%