easy_coloc: projecting model outputs onto observations

easy_coloc uses the ESMF library to project gridded data, such as Ocean General Circulation Model outputs onto observations. Observation points can be provided in a csv or gridded netcdf file. Gridded outputs can then be projected onto the observation space using the ESMF locstream procedure.

Contents

Installation

Requirements

easy_coloc requires ESMF/ESMPy which can be installed with:

conda install -c conda-forge esmpy

as well as the following packages:

conda install xarray numpy pandas

Latest stable with pip

For the latest stable build, use:

pip install easy_coloc

Installation from github

For the development version, use:

git clone https://github.com/raphaeldussin/easy_coloc.git
cd easy_coloc
python setup.py install

Testing easy_coloc

In the examples sections, there is a notebook to test the regridding of World Ocean Atlas temperature onto the AR07W section. You can run it either locally (after install) or with binder (no install) using the binder button on the github page easycoloc_github.