Skip to content

Dataset needing upgrading #96

@IsakNaslundBh

Description

@IsakNaslundBh

Broken rules:

A couple of the datasets contains data that is maching to an old version of the BHoM and needs upgrading. They are currently being versioned every time they are loaded, which is slowing down the first use of all datasets in BHoM. Would be good to get this upgrade done before release of next beta.

  • Datasets\MEP\PlumbingFixtureFlow_LEED.json
  • Datasets\MEP\PlumbingFixtureUsage_LEED.json

Not sure if this is all that need upgrading, but it was the three I found that definitely do.

Currently getting the following types of errors on components using any dataset if it is the first component to load them in a script:

image

Suggestions to restore compliance:

With versioning implemented, a simple de-serialisation of the dataset (using for example the fileAdapter) and then serialise the upgraded dataset out again should work. Essentially, pull the dataset with the file adapter and then push it back out again.

Metadata

Metadata

Labels

priority:highHigh impact, high user value, driven by live project needstype:complianceNon-conforming to code guidelines

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions