adamnagel / qudt-for-domain-tools

Establishing consistent unit identities in a world of whirling chaos
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Integrate OpenMDAO unit system #7

Closed adamnagel closed 10 years ago

adamnagel commented 11 years ago

http://openmdao.org/docs/units.html

Tasks

  1. Survey the unit system in OpenMDAO
  2. Create an ontology language for OpenMDAO units
  3. In qudt4dt ontology, set OpenMDAO root "Unit" class as a subclass of DomainToolUnit
  4. Create a Python script for converting OpenMDAO units to individuals in ontology
  5. Create a CSV file for mapping OpenMDAO units to QUDT units
  6. Modify build_ontologies.py to do these things:
    • Run Item 4
    • Convert CSV to OWL XML
    • Load this ontology to the database
adamnagel commented 10 years ago

Comments for commit d0a233a:

Comment on Item 1: We must learn how Prefix elements are used in OpenMDAO, and decide if we need to support them.

adamnagel commented 10 years ago

Comments from today's discussion:

adamnagel commented 10 years ago

Comments from today's discussion:

When these items are complete, we will close this issue.