cdm_reader_mapper.DataBundle.map_model#
- DataBundle.map_model(imodel=None, inplace=False, **kwargs)[source]#
Map
datato the Common Data Model.- Parameters:
imodel (
str, optional) – Name of the MFD/CDM data model.inplace (
bool) – IfTrueoverwritedatainDataBundleelse return a copy ofDataBundlewithdataas CDM tables. Default: False
- Return type:
- Returns:
DataBundleorNone– DataBundle containingdatamapped to the CDM or None ifinplace=True.
Examples
>>> cdm_tables = db.map_model()
Note
For more information see
map_model()