natcap.invest.models

natcap.invest.models.is_invest_compliant_model(module)

Check if a python module is an invest model.

Parameters:

module (module) – python module to check

Returns:

True if the module has a MODEL_SPEC dictionary attribute and execute and validate functions, False otherwise