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_SPECdictionary attribute andexecuteandvalidatefunctions, False otherwise