Skip to content
Thomas Nipen edited this page Apr 21, 2020 · 60 revisions

The gridpp library contains a set of functions. As the command-line version of gridpp was built first, we are gradually collecting all the funtionality into a library. The library is written in C++, but automatic wrappers for python are created using SWIG. Bindings for other languages (like R) will be added in the future. All examples using the library in this wiki use the python interface.

The documentation for the library is found here. The header file with the available functions can be found in include/gridpp.h.

Functions will throw std::invalid_argument exceptions when input arguments are invalid and std::runtime_error for other errors.

Clone this wiki locally