04 August 2013

to COBie or not to COBie

When BIM and FM are talked about COBie always gets a mention. No self proclaimed BIM evangelist ever misses the opportunity to insist COBie must be a deliverable.
But must it? Is it the easiest, or even best, way for a construction team to deliver FM information?

What is COBie?

COBie is an acronym for "Construction Operations Building information exchange".
Its purpose is to exchange information that is gathered during construction to be passed on to a building's facility manager. COBie defines the way this information is structured, and the formats that can be used.
COBie is managed by the buildingSMARTalliance, a council of National Institute of Building Science (US).
The aim is that it becomes the standard way this information is delivered. A noble cause, but not without some notable problems.

What COBie is not

COBie is not a predefined list of what information is required. What it does define is how information is to be structured and what the minimum data fields are. It is a data format, not a standard on what information is to be provided for FM.
So to ask for 'COBie' without defining what you want in the 'COBie' is a bit like asking for a MS Word document without saying what you want written in it.

What does COBie look like

COBie can be delivered as a spreadsheet or an xml file (a structured text file, a bit like HTML). xml files require software to make them human readable so unless a software (or web service) is proscribed COBie is normally requested as a spreadsheet.
The theory is a spreadsheet can be filled manually by humans, yet still retain the possibility of populating data automatically via software from BIM models.
However don't think you could deliver COBie through entirely manually filling in a spreadsheet. COBie spreadsheets may be human readable, but are not human friendly (except maybe to computer programmers). True, you could set up human friendly spreadsheets that fed data to COBie spreadsheets, but that doesn't overcome the enormous amount of data that has to be manually typed in, checked and verified.

What COBie contains

Unlike IFC COBie data is just information in text and numbers, it doesn't include geometric information. It may contain the sizes of components and their X,Y,Z coordinates, but not enough information to recreate the components in 3D software like IFC can.

Because it is for FM COBie data is supposed to only contain information about "managed assets". Assets that:
  • require management
  • require (considerable) on-going maintenance
  • has consumable parts requires regular periodic inspections

 Therefore COBie is not intended to exchange ALL information about a building. For example it is not meant to include information about flow systems like air conditioning systems or water pipework. BuildingSMART's approach is to have other  information exchange formats (some still under development) to do this: HVACie (for Heating Cooling and Air Conditioning systems), WSie (for Water System information exchange),  Sparkie (for electrical system information exchange) to name few. See the NIBS web site for a current full list of 'ie' projects.

The concept is that there will be overlaps. For example equipment in HVACie that requires maintenance will also be in COBie. In theory if information exchanges are largely automated from BIM this overlap shouldn't involve (much) extra work for users. Not so if done manually as the same information will have to physically entered multiple times.

COBie only sets out how to structure information that lists equipment, it doesn't dictate how information about a piece of equipment is structured. So COBie will define how to list, say a pump, but not how to list the manufacturer, model, rating etc. This information is defined by another information exchange - SPie, Specifier's Properties information exchange.
The objective of SPie is to create set of product templates that can be used by manufacturers to export product data into an open-standard format consumed by designers, specifiers, builders, owners, and operators. So its use is beyond just COBie.
Product information can be included in a COBie deliverable, it is just that you will need to refer to SPie rather than COBie on how that data is structured.

COBie and IFC

So how does COBie fit into IFC?
COBie is what is called a Model View Definition (MVD) of IFC. A sub-set of data that is useful for a particular purpose. COBie is the Facilities Management Handover model view.

SPie is the product data model view, HVACie the mechanical systems model view, etc.
All the model views ending in 'ie' (for 'information exchange') are actually a sub-set of Model View Definitions. They are specifically for exchanging information. Other IFC MVDs may be for other purposes, for example displaying certain components in a view.

In theory a COBie deliverable could be extracted from an IFC export. However all the data required would have to exist in the IFC file. Just exporting an IFC file in itself won't guarantee a valid COBie deliverable.
Conversely COBie data could be pushed into an IFC file. But again it is not automatic. Matching objects would have to exist in the IFC file. If a pump doesn't exist in the IFC file, COBie can't push data into it.
Using IFC to deliver COBie is NOT easier and quicker, it adds another layer of tasks. Which is why both IFC and COBie are usually requested by owners.

COBie innards

I don't intend to go into detail about how COBie is structured (my view is as AEC professionals we shouldn't have to), but there are some notable things to know that effect how a BIM model is structured.

Equipment must exist in a 'space', IFC's name for rooms. If it exists in more than one room the recommendation is to use the room it is accessed for maintenance from. Under COBie a piece of equipment can only exist in one 'space'. Therefore if you want it identified with more than one space you need to enter it multiple times, which of course creates a whole lot of other problems, so is not recommended.
But 'Spaces' can be grouped into 'Zones', so equipment can also be identified by the zone they belong to. Example of zones are Lighting zones, Fire Compartments, Secure zones, etc.
Equipment can also belong to a 'System', which is not related to 'spaces' or 'zones'. Systems group equipment that perform a specific function. Examples of systems are HVAC service, Cold Water reticulation, electrical distribution, etc..
Not all BIM software have 'zones' or 'systems' as defined by COBie so workarounds may be required.

How to name things is not defined in COBIE, but it does say everything must have a unique name that is human readable, for example "AHU-03". BuildingSMART recommend basing names on the US National CAD Standard abbreviations. As construction terms differ between countries this won't work everywhere, but local standards could equally be used.
This requirement is a little surprising as it is not strictly necessary. A unique identifier for each component is also required by COBie (a GUID), and easily supplied when exporting from BIM software. I presume this requirement is to make COBie  data more human friendly for manual data input, as I don't see why it would be required by an FM database either.

Another requirement for COBie is to assign a classification code to each component. A classification standard like Omniclass (US) or Uniclass (UK) is suggested, but COBie does not proscribe what should be used.
I'm not sure why this is required at all, an FM database doesn't necessarily use a classification system. But that said, getting into the habit of applying widely understood classification codes to BIM components will make BIM more useful across a whole range of uses.

Questionable Practices 

There are a number of issues that could potentially cause problems. Some are due to poor practices in the way COBie is used, others are built into COBie itself.

The requirement to create a unique name has caused some users to mix data together. This includes the COBie web site which offers this advice:
"if there were two sinks of type “Sink-A” in space “100” the unique names of each of these components following the algorithm shall be “Sink-A-100-01” and “Sink-A-100-02." 
This is poor practice because separate data fields are being combined into one field.  If the room a component is in changes (either because it is moved or the room number is changed) the component will have to be renamed. The same if other data used changes, like the System it is a part of, manufacturer, supplier, authoring company, etc.

The example above can be avoided by users, but COBie itself has examples built in. Doors and windows are required to have the rooms on either side, separated by a comma, in one field, e.g. [G.03,G.04]. Although this data can be created programmatically by combining two fields, it then has to be either programmatically separated by the FM database on input, or the database has to do a complicated text field search to find which doors are in which rooms.


Every component in a COBie output is identified with the author and supplier. Supplier I can understand, but I'm not so sure author ("createdBy") will end up being very reliable in practice. As it is a required field it is likely the BIM author of the component will be initially listed as author. But they may not have provided all information, or indeed any of the critical information. And they are unlikely to be the ones responsible for verification. If the author is not changed at later stages it is likely the draftperson or component authoring company who created the BIM component will end up as the contact.
Another quirk is that the mandated method to identify is via an email address. Email addresses are generally for individuals. To identify one person from an organization for information that is expected to be current for years to come is in my view a bit silly.

More concerning is there still seems to be some issues "under the hood" that those trying to create products for COBie are struggling with. See this example on the COBie linkedin discussion group.

Is COBie still Beta?

Does all this mean COBie is immature, not ready for business use?
To be fair COBie is an open source initiative, it is not a product being developed for a specific sales launch date. As long as there are interested people it will continue to develop and change.
Interestingly Bill East of the USACE, COBie's guru, believes COBie has moved from concerns with development to concerns about use:
" Those who just want it to work (mainstream users) are now engaging on the early side of the adoption curve regarding getting answers to issues directly relevant to daily practice. This new constituency brings its own questions and concerns..." [link]

So although COBie is not fully developed I believe it is beyond beta. It is now in the realm of user testing. I just hope the COBie team are still open to making changes, not just to tackle user issues but also to improve the way COBie interacts with software. Just offering to test software is not enough (like the COBie challenge, discussed below), it should be a two way street.

When COBie is a Deliverable

There are organizations that request COBie, define what they want, and use it to populate their FM system. The USACE and University of Southern California are two examples.

But I've been involved in a few projects now where the owners have demanded a COBie deliverable without defining what that is. They just ask for a "COBie file at completion of schematic design, design development and construction documentation" (I'm an architect, presumably they made similar requests to others for later stages) . They say nothing about what they want in that "COBie file". In an attempt to get a bit more information we asked what they they intend to do with the "COBie file". A lot of talk about the need for open standards but they don't have a specific use in mind. It seems they believe that by using an open standard they can avoid making decisions.

Now this situation can be a blessing in disguise. You get the opportunity to decide what you deliver. As Bill East himself says:
"If the owner doesn't specify up front, then you get to do what you want. My recommendation, however, is that the COBie Guide be followed even if the owner has not provided their own Appendix A. If the COBie file provided by the designer does not contain the identified attributes (or if the designer did not provide a COBie file at all) then I would also provide the minimum attributes for COBie.Types as would be required for existing contract's paper deliverables." [link]
But only if you define what you will provide. A generic COBie deliverable that is not defined by some-one, anyone, is dangerous. For all I know we are the only ones required to provide COBie and the owner is expecting us to include all services and constructed information, not just architectural information.
The COBie web site gives some guidance, but the bottom line is that COBie is only a format, so if an owner asks for COBie it is reasonable to assume they mean provide what you would normally provide on paper (or digitally) in a COBie format.

Who provides COBie and When?

COBie covers all information required to operate a building. From room names to purchase date of equipment. This information obviously comes from a variety of sources. Therefore there will be a range of people involved in providing information. Whether each has to provide it in COBie format is a matter for their individual contractual agreements. Certainly the bulk of information is provided by the services sub-contractors, but design professionals need to set up the structure for this information. Spaces, Zones and Systems must be set up before equipment can be added.

As COBie is for facility management you would think it only needs to be delivered at the end of construction. But COBie defines 5 different stages, from Early Design Stage to System Commissioning Stage, with COBie deliverables expected at each stage.

Whilst in theory COBie could just be delivered at the end of construction, it is not considered best practice.
Firstly those involved early in the project (architects, engineers) may not be around at the end. So if their contribution hasn't been captured some-one else is going to have to put it in. You might think this is preferable, because by the end everything is known, whilst earlier on there are a lot of unknowns. But remember the aim of COBie is to avoid re-entry of data, to use information already captured.
Secondly time is important. If an FM system is not up and running when a building opens, data captured during construction gets further out of date every day it remains outside the FM system. Even if, several months after sending construction documents to India to get turned into COBie, it is 90% correct, that 90% will still need to be verified, manually, on site.
A third reason is to practice. Each project is different, with different participants, and COBie itself is not bullet proof. Doing multiple COBie exports before the final deliverable gives everyone a chance to get it right. So there is some certainty the FM system will be up and running on day one.

Are COBie Deliverables Free?

As I mentioned above, the idea of COBie is to capture data that already exists. If that is the case shouldn't it be free - at no extra cost?
After all it is just the same information in a different format. Like providing a book in a different language, and translation is free isn't it?.
As ridiculous as this sounds there are plenty of people who subscribe to this view and fall for it. From developers offering free COBie to potential buyers to architects and services sub-contractors allowing it to be added to their services for no extra charge.

My response is to offer our Revit model. If we are not being paid for it because there is no cost involved, why can't the owner (or contractor) create their own COBie? If they claim they don't have the expertise then they need to pay some-one who does, just like we have to. COBie is not an area of expertise of AEC professionals, and nor should it be.

So if you are ever required to provide a COBie deliverable make sure you cost it. You may decide to throw it in to get the job, but don't think you can just load it on to the team delivering the project. It takes time and expertise, factor that in.

And if you are in a position to request COBie, only do it if you are actually going to use it. Don't ask for it because you might have an unknown  use for it some time in the future. As I said above, if the FM system is not up and running from day one all that COBie data is next to useless.

Should COBie always be Required?

COBie is one method for providing construction information for Facilities Management. It is not the only method, and not necessarily the best. Its purpose is to be vendor agnostic, the one you use when you don't know where the information will end up.
But what if you do know? Does it make sense to force construction data into a COBie format, then the FM system extract that data from COBie. Wouldn't it be simpler to just provide the data from construction in a format the FM system understands? Particularly if that FM systems talks directly to your BIM authoring software.
More and more FM systems are utilizing BIM information to populate their data, and the Internet to allow multiple people to provide data in a managed way. For example Veo by M-Six.
To be honest, sending around excel spreadsheets to be filled in sounds so 1990s (although to be fair, COBie doesn't have to work that way. See Ecodomus below).
`
So, no, COBie should not always be required. Ideally an owner would know what FM system they will be using and deliverables for that system are tailored to suit it. And the extra work is identifiable and compensated for.

But be careful what you wish for. The ultimate aim of COBie is to be THE way construction information is delivered for Facilities Management. That means the AEC industry learns one system, not multiple proprietary systems. Even if COBie might be a bit more difficult to use at the moment, that scenario sounds better to me.

The Future of COBie

COBie sounds like a good idea. A standardized way to deliver information, in a format based on a broad standard (IFC), using easily accessible and understood technology (spreadsheets).

But when I look at how COBie works something doesn't seem quite right. At first I thought what perturbs me is that COBie is based on trying to automate, or make more efficient, an old fashioned paper based system. Rather than starting from the idea that data is already in electronic format and just needs to be "exchanged" into another format, it starts with the idea that most information is on bits of paper. So its paradigm is based on organizing those bits of paper in a way that is familiar with how people do it now.
I still suspect there is a little of this but it is certainly not the intention of COBie. As Bill East himself says:
"Generally, direct use of spreadsheets is -not- recommended, except as last resort. Use of over 20 COTS ( Commercially available Off The Shelf ) products that allow COBie data to be created/updated/exchanged without anyone using the data file directly is recommended." 
So I ask - why is it so difficult? Authoring softwares seem to have to go through the hoop to output COBie compliant data. Even though Revit did pretty well compared to other authoring softwares in the BuildingSMARTalliance COBie challenge, (see below for more detail) a substantial 'toolkit' was required, that apparently is so complicated AutoDesk haven't released it for general use.
Yet FM softwares appear to have no problems. Of the 5 who participated in the challenge for COBie handover all achieved it with no errors.

To me it seems a bit lop sided. The creators of the information are being forced to structure their data to suit FM, without a thought to how FM could manipulate available data to suit their purposes. Which is surely fairer. After all it is FM who gain all the benefit, not the authors.

But this is not a comment on the usefulness of COBie itself. As I said it is a good idea. But by loading the effort onto those that don't benefit I wonder if it well ever gain traction.
Once BIM authors are awake to the extra effort involved they will all demand payment. And in the construction industry where costs are constantly trimmed I can see COBie being value managed out of most projects, particularly if there are commercial alternatives that are easier (and therefore more cost efficient) to use.
Surely a more sustainable approach is not to rely on government mandates, but to utilise market forces. Establish what construction information can be extracted easily, and the methods that the beneficiaries of that data might use manipulate that data. A good start would be to remove requirements that do not already exist in the construction process. For example, why does the construction team have to generate a unique names? Can't the FM system do that once it has the data?

As an open source project COBie could, in theory, change. But only if it takes seriously the difficulties facing BIM authors. Rather than just attacking commercial BIM authoring softwares for not 'supporting' open source, and accusing AEC professionals of not 'collaborating'.

Making COBie Practical

COBie is real and there is every chance you will one day be asked to be involved in a COBie process. What are the best ways of approaching COBie demands?

Define what a COBie deliverable contains

Whether you are an owner mandating COBie or a draftperson on the tools, you need to know what is to be delivered. If you can't find out make it up yourself and share it around. If no-one else puts their hand up you have at least got a fall-back position.

Use software that makes it easier.

Not all software are equal at exporting data to COBie. BuildingSMART runs regular "COBie challenges" open to any software vendor. In January this year they held a challenge for model authoring software. Autodesk Revit, Graphisoft ArchiCAD and Bentley AECOsimBuilding participated. Success was measured in how long it would take to manually fix or add information the softwares mismatched. The results were:

  • 503 minutes (8.4 hours)    -  ArchiCAD 
  • 218 minutes (3.6 hours)    -  AECOsimBuilding
  •     9 minutes (0.15 hours)  -  Revit

I'm not suggesting anyone completely change the software they are using just to make COBie easier, but be aware how much effort (and therefore cost) it takes will depend on the software you use. Just because your software is better at IFC doesn't mean it is better at COBie.

There are also alternatives to a raw spreadsheet (e.g. Excel) format. An example is Ecodomus, a web based service that has free COBie functionality. They have an add-in for Revit that uploads data to their web site. The data can then be edited and/or added to by anyone with Internet access, and finally exported as a COBie compliant spreadsheet. Some owners, such as University of Southern California allow Ecodomus as a delivery method for COBie data.

There are also COBie utilities that are useful. Onuma provides a free COBie2 validation service.

BuildingSMART provide a list of softwares on their web site, although I don't know how up to date they keep it.

COBie deliverables are relatively new so I expect there will be more such softwares that take some of the pain out of it. When you are at the point of having to make a decision I suggest you check to see what is available. It may end up saving you a lot of time.

Structure it to suit the way you work.

COBie is supposed to capture data that already exists. It should NOT interfere with the production of other deliverables, like construction documentation. Resist calls to change the way you structure your BIM model just to suit what some-one thinks is required for COBie.

I have been requested, and seen examples of it happening to others, to rename all our Revit families (components) to suit what the contractor thinks is required for COBie. They are trying to comply with the "everything must have a unique name" requirements. They think that means the name used in the authoring software. But to COBie it is just a data field, it doesn't matter where it comes from. If they want their own name for things create a parameter for it (you can in Revit, I don't know about other softwares), and direct that parameter to the COBie name field on export.
The same goes for room numbers and names. If they want to use a different numbering system create a room parameter to hold the COBie space number. There is no technical reason that the Revit (or other software) room number has to match the COBie space number.

As I've said above the requirement for a unique, human readable component name is a COBie quirk, it is not needed for BIM authoring or FM softwares. The best way to create this name is to use data you already have. You shouldn't need to manually create names just to suit COBie. In Revit you can use Family, Type and Mark. Not only is it unique, but should be human readable if you have good Revit standards in place. You could also use the schedule code you are using for documentation, although this may not be human understandable nor unique. Remember the name has to be unique across all disciplines over the whole project.

Try keep as much data creation as possible within your authoring software. Although it is possible to do tricks in excel to manipulate data to suit COBie it adds another task and another possibility of error. That said, it may not be practical. The two rooms in one field problem I spoke of above is solved by the Revit 2013 COBie toolkit in excel, not in Revit.

Pick an easy to use Classification System

If your client doesn't proscribe a classification system, and you don't need a particular one for your own processes, minimise the effort where you can by using the easiest one at hand. Some BIM authoring softwares have classification codes built in. For example Revit has Uniformat (a sub-set of Omniclass) for all objects and Omniclass for components (family files). Mind you it still involves work. When you create a new wall type you still have to select the appropriate Uniformat code, Revit just makes it easier by only listing codes relevant to walls.
A word of warning - if you do decide to select which classification system to use make sure you communicate this to your client. You don't want to have to re-enter it all again later (not for free anyway) when they finally decide what they are doing.

Workflows & Responsibility

Providing COBie is more than just a single software export. The total COBie deliverable is provided by a range of people. And what you provide may depend on what others have provided. This all means there is a workflow involved. You may not be in charge of the workflow, but you need to be aware of what it is and where you fit in. Otherwise you may find yourself adding data to an outdated COBie spreadsheet and have to do it all over again.
And be clear about what you will be contributing. Authors of BIM models are often pressured into including information they are not responsible for just because everyone else perceives it is easier for them to do it. The mechanical engineer shouldn't be putting in product information if supply is performance based. The mechanical sub-contractor should do it, or the mechanical engineer should be paid to do it.

Set aside Time

COBie is not just going to fall out of your BIM model. It will take time to set it up, test it, and then do the export and validate it. Keep in mind it will take a lot less time if you use some-one who knows what they are doing.
Ideally it should be programmed to avoid other deliverables. It is silly to expect COBie to be delivered on the same day as a milestone document issue. They are required for different purposes so why increase the stress levels of everyone?

COBie Resources


Official COBie web site:
http://www.nibs.org/?page=bsa_cobie

Bill East's article at WBDG:
http://www.wbdg.org/resources/cobie.php

COBie UK 2012:
http://www.bimtaskgroup.org/cobie/

UK NBS on COBie:
http://www.thenbs.com/topics/BIM/articles/whatIsCOBie.asp

Youtube lessons:
http://www.youtube.com/results?search_query=COBie-Class


Linkedin discussion group for COBie:
http://www.linkedin.com/groups?gid=2638637.
 It is moderated by Bill East, the COBie man so is the best place to ask questions.


COBie software and toolkits:
Autodesk Revit COBie toolkits.
For Revit versions 2011 upwards.

Ecodomus
Free COBie Revit add-in that links to Ecodomus web app.

Solibri
Solibri model checker has an extensions package for COBie.

Onuma COBie Validator
Free on line COBie 2 validator.

2013-01-10-UsingGoogleDocsForCOBie.pdf
Description of how to use Google Docs (now called Google Drive) spreadsheets for COBie. Using Google Drive means you effectively have a free web service accessible by multiple parties.

buildingSMART alliance information exchanges: Means and Methods
buildingSMART alliance suggestions.


Revit and COBie:
For some more comprehensive information on Revit and COBie have a look at Brian Renehan's post on his BIM Fix blog about COBie and Autodesk Revit





Bored with BIM?
Need a present for that special woman in your life?
The Lost Woman series follows the adventures of Christina as she makes her way through a world of design, fashion and ... men.
Book one of the series, "Awakening the lost woman", is available now on Amazon,  Google Books,  Kobo  and  iBooks.

8 comments:

  1. Good article Antony...! I like that you lay out what COBie is and intended to do. So far in my path I have seen a 100% failure rate when asked by an owner. Even some of the self proclaimed "Experts" on this issue, who have helped in the deliverable to a project tend to not see there information used months past delivery. Makes you think. When most facility organization see their budgets cut first they generally can't afford a long term engagement with a consultant to be on staff. This means, we as an industry to make this work have to find a better way, or run the risk of its relevance. My fear is this gets couple together with great process, kind of like death by association.

    Keep up the good work my friend!

    ReplyDelete
  2. Great read and a very in-depth article (thanks for sharing Dennis!). This is a great resource for those that have not had the "pleasure" to go through this on a project before, and will be of great help with framing the discussion with an owner to understand what data they want and how it will be used.

    ReplyDelete
  3. Excellent article. My sentiments are the same are Dennis and David.
    I'll be forwarding this page to a few other people.

    ReplyDelete
  4. Congratulations. Very good article/white paper!

    However on the results of the COBie challenge the stats you quote aren't the whole story. As I like to say, there are no statistics that aren't darned statistics. For example Revit my have scored 9 minutes compared to Bentley's 218 minutes. However Revit only exported 8748 attributes compared to Bentley's 18117 attributes. That was the downfall for Bentley on the overall score. "183 entries were missing the unit field. A penalty of 183 minutes (1 min/row) was applied for this error."

    I'm thinking that Bentley produced twice as many records. That's twice as many that I don't need to create. But that's not how the score was derived, so while Bentley likely did a better job, they were poor at taking the test. What my comparison here does indicate is some of the differences between how the two scored and that's the real story. Look at the results chart on the detailed sheets for the products and you can get a better idea of how each did. In my mind there was no clear winner.

    For easy reference http://www.nibs.org/?page=bsa_chall13_autodesk and http://www.nibs.org/?page=bsa_chall13_bentley

    ReplyDelete
    Replies
    1. Tom, l suspected the same, but without spending a lot of time working through the inards of COBie it is hard to understand what the significances are of the differences. Sure Bentley did more attributes, but are they all required?

      l decided to use the results anyway because I assumed the point of the challenge was to compare the different softwares. Maybe I was mistaken.

      Delete
    2. Its also very important to mention that the COBie tool from Autodesk that is available to the public for free is NOT the one that was used in that Challenge... Not even close. The free one doesnt even do 10 percent of the one they used in the "challenge." Ive heard *rumors* that the real tool from the challenge might be available to the public one day soon, but so far they are all just rumors.

      Delete
  5. Hello,

    You mentioned ArchiCAD in your article above.
    I wish to add that much has changed since last year. In this year's COBie Challenge ArchiCAD performed 100% with zero errors (you can see the result in the table towards the end of the following web page):
    http://www.nibs.org/?page=bsa_chall14_gs

    Also, ArchiCAD is now certified for both IFC Import and Export:
    http://www.buildingsmart.org/certification/currently-certified-software-products

    For anyone who wonders about last year's results, the following page gave and explanation:

    "Well, although the official press-releases don’t mention it, the initial pilot project that the vendors were require to model was particularly difficult. Apparently, given this was a mock project, many of the parameters were left blank by some participants, and actually marked for completion by the “end-user” as would be the case in a real-world scenario.

    These were then interpreted by the buildingSMART judges as errors, and penalties applied. According to a source, all submissions made this type of error, however in the case of the Graphisoft submission, this error was replicated many times throughout the project file – thus accounting for the large penalty difference."

    Source: http://revitall.wordpress.com/2013/04/09/autodesk-wins-buildingsmart-cobie-challenge/

    Laszlo Nagy
    ArchiCAD-Talk Moderator, Site Admin
    http://archicad-talk.graphisoft.com/profile.php?mode=viewprofile&u=13

    ReplyDelete
  6. Interesting read, thanks!

    One question... if the purpose of a COBie drop is for "managed assets", why is structural data required? For example; concrete columns and slabs couldn't be considered as managed assets, could they?

    ReplyDelete