NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
486 stars 186 forks source link

Searching the BCL for components and measures should be more helpful (and more up to date): add version_modified, repo_url to BCLSearchResult #5125

Closed jmarrec closed 4 months ago

jmarrec commented 4 months ago

Enhancement Request

BCLSearchResult does not contain version_modified, repo_url, org etc.

It does try to get provenance (BCLProvenance). Is that still a thing or it's gone in BCL V2?

Detailed Description

https://bcl.nrel.gov/api/search/*.json?fq=bundle:measure&fq=measure_tags:HVAC

image

https://bcl.nrel.gov/api/search/*.json?fq=bundle:component&fq=component_tags:HVAC

image

Possible Implementation

jmarrec commented 4 months ago

Related would be probably to enhance this too: https://github.com/NREL/bcl-gem/blob/cb26a65eb4569a4dfd92485f7d7d28d5094e39f0/lib/bcl/base_xml.rb#L51-L62