NREL / BuildingMOTIF

Building Metadata OnTology Interoperability Framework (BuildingMOTIF)
https://buildingmotif.readthedocs.io/
Other
48 stars 6 forks source link

Allow TemplateHandler to handle edge cases in template eval #274

Closed gtfierro closed 3 months ago

gtfierro commented 1 year ago

Adds two flags:

These allow adjustment of how the template ingress handler deal with records that don't necessarily have all the parameters for the chosen template (fill_unused), and how the handler deal with optional parameters in the chosen template (require_optional)

TODOs:

gtfierro commented 3 months ago

Handling these changes in https://github.com/NREL/BuildingMOTIF/pull/312