IODA
|
Python bindings for the ioda / ioda-engines library. More...
#include <pybind11/eigen.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <iostream>
#include <sstream>
#include "./macros.h"
#include "ioda/Engines/HH.h"
#include "ioda/Engines/ObsStore.h"
#include "ioda/Group.h"
#include "ioda/Layout.h"
#include "ioda/Misc/DimensionScales.h"
#include "ioda/ObsGroup.h"
Go to the source code of this file.
Functions | |
void | setupTypeSystem (pybind11::module &m) |
void | setupDimensions (pybind11::module &m) |
void | setupAttributes (pybind11::module &m, pybind11::module &mDetail, pybind11::module &mPy) |
void | setupHasAttributes (pybind11::module &m) |
void | setupAttCreator (pybind11::module &m) |
void | setupSelections (pybind11::module &m) |
void | setupVariables (pybind11::module &m, pybind11::module &mDetail, pybind11::module &mPy) |
void | setupVCPs (pybind11::module &m, pybind11::module &mDetail, pybind11::module &mPy) |
void | setupHasVariables (pybind11::module &m) |
void | setupGroups (pybind11::module &m) |
void | setupEngines (pybind11::module &m) |
std::shared_ptr< const ioda::detail::DataLayoutPolicy > | setupDLP (pybind11::module &mDLP) |
void | setupNewDimensionScales (pybind11::module &m) |
void | setupObsGroup (pybind11::module &m, std::shared_ptr< const ioda::detail::DataLayoutPolicy > default_dlp) |
PYBIND11_MODULE (_ioda_python, m) | |
Python bindings for the ioda / ioda-engines library.
Definition in file py_ioda.cpp.
PYBIND11_MODULE | ( | _ioda_python | , |
m | |||
) |
void setupAttCreator | ( | pybind11::module & | m | ) |
Definition at line 63 of file py_has_attributes.cpp.
void setupAttributes | ( | pybind11::module & | m, |
pybind11::module & | mDetail, | ||
pybind11::module & | mPy | ||
) |
Definition at line 23 of file py_attributes.cpp.
void setupDimensions | ( | pybind11::module & | m | ) |
std::shared_ptr<const ioda::detail::DataLayoutPolicy> setupDLP | ( | pybind11::module & | mDLP | ) |
Definition at line 28 of file py_dlp.cpp.
void setupEngines | ( | pybind11::module & | m | ) |
Definition at line 28 of file py_engines.cpp.
void setupGroups | ( | pybind11::module & | m | ) |
Definition at line 28 of file py_groups.cpp.
void setupHasAttributes | ( | pybind11::module & | m | ) |
Definition at line 22 of file py_has_attributes.cpp.
void setupHasVariables | ( | pybind11::module & | m | ) |
Definition at line 28 of file py_has_variables.cpp.
void setupNewDimensionScales | ( | pybind11::module & | m | ) |
Definition at line 28 of file py_scales.cpp.
void setupObsGroup | ( | pybind11::module & | m, |
std::shared_ptr< const ioda::detail::DataLayoutPolicy > | default_dlp | ||
) |
Definition at line 28 of file py_obsgroup.cpp.
void setupSelections | ( | pybind11::module & | m | ) |
Definition at line 23 of file py_selections.cpp.
void setupTypeSystem | ( | pybind11::module & | m | ) |
void setupVariables | ( | pybind11::module & | m, |
pybind11::module & | mDetail, | ||
pybind11::module & | mPy | ||
) |
Definition at line 28 of file py_variables.cpp.
void setupVCPs | ( | pybind11::module & | m, |
pybind11::module & | mDetail, | ||
pybind11::module & | mPy | ||
) |
Definition at line 29 of file py_vcps.cpp.