IODA
py_ioda.cpp File Reference

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"
Include dependency graph for py_ioda.cpp:

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::DataLayoutPolicysetupDLP (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)
 

Detailed Description

Python bindings for the ioda / ioda-engines library.

Definition in file py_ioda.cpp.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( _ioda_python  ,
 
)

Definition at line 58 of file py_ioda.cpp.

Here is the call graph for this function:

◆ setupAttCreator()

void setupAttCreator ( pybind11::module &  m)
Todo:
AttributeCreator store needs python bindings. Either add in the necessary inheritance structures or clone the function bindings.

Definition at line 63 of file py_has_attributes.cpp.

Here is the caller graph for this function:

◆ setupAttributes()

void setupAttributes ( pybind11::module &  m,
pybind11::module &  mDetail,
pybind11::module &  mPy 
)

Definition at line 23 of file py_attributes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupDimensions()

void setupDimensions ( pybind11::module &  m)

Definition at line 22 of file py_dimensions.cpp.

Here is the caller graph for this function:

◆ setupDLP()

std::shared_ptr<const ioda::detail::DataLayoutPolicy> setupDLP ( pybind11::module &  mDLP)

Definition at line 28 of file py_dlp.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupEngines()

void setupEngines ( pybind11::module &  m)

Definition at line 28 of file py_engines.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupGroups()

void setupGroups ( pybind11::module &  m)

Definition at line 28 of file py_groups.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupHasAttributes()

void setupHasAttributes ( pybind11::module &  m)

Definition at line 22 of file py_has_attributes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupHasVariables()

void setupHasVariables ( pybind11::module &  m)

Definition at line 28 of file py_has_variables.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupNewDimensionScales()

void setupNewDimensionScales ( pybind11::module &  m)

Definition at line 28 of file py_scales.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupObsGroup()

void setupObsGroup ( pybind11::module &  m,
std::shared_ptr< const ioda::detail::DataLayoutPolicy default_dlp 
)

Definition at line 28 of file py_obsgroup.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupSelections()

void setupSelections ( pybind11::module &  m)
Todo:
Finish!

Definition at line 23 of file py_selections.cpp.

Here is the caller graph for this function:

◆ setupTypeSystem()

void setupTypeSystem ( pybind11::module &  m)

Definition at line 22 of file py_types.cpp.

Here is the caller graph for this function:

◆ setupVariables()

void setupVariables ( pybind11::module &  m,
pybind11::module &  mDetail,
pybind11::module &  mPy 
)

Definition at line 28 of file py_variables.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setupVCPs()

void setupVCPs ( pybind11::module &  m,
pybind11::module &  mDetail,
pybind11::module &  mPy 
)
Todo:
AttributeCreatorStore needs python bindings

Definition at line 29 of file py_vcps.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: