|
1 | 1 | # CAOM |
2 | | -Common Archive Observation Model |
| 2 | +## Common Archive Observation Model |
3 | 3 |
|
| 4 | +The draft version is CAOM-2.5: |
| 5 | +[](../../releases/download/auto-pdf-preview/CAOM-draft.pdf) |
| 6 | + |
| 7 | +The version of CAOM in use in the community (not an IVOA standard) is CAOM-2.4: |
| 8 | +<a href="http://www.opencadc.org/caom2/">https://www.opencadc.org/caom2/</a>. Previous |
| 9 | +non-IVOA standard versions of the VO-DML specification remain in the `src`. |
| 10 | + |
| 11 | +## VO-DML Usage |
4 | 12 | This module contains a <a href="http://www.ivoa.net/documents/VODML/index.html">VO-DML</a> |
5 | 13 | description of the CAOM data model and test code to validate the model using the |
6 | | -<a href="https://github.com/opencadc/core/tree/master/cadc-vodml">cadc-vodml</a> tools. |
| 14 | +<a href="https://github.com/opencadc/core/tree/master/cadc-vodml">cadc-vodml</a> tools. The model |
| 15 | +is currently defined using the VO-DML-1.0 recommendation. |
7 | 16 |
|
8 | | -The current released version is CAOM-2.4: |
9 | | -<a href="http://www.opencadc.org/caom2/">http://www.opencadc.org/caom2/</a> |
| 17 | +The VO-DML validation requires gradle (6.8 to 8.x). To run the tests locally: `grade test`. |
10 | 18 |
|
11 | | -The draft version is CAOM-2.5: |
12 | | -[](../../releases/download/auto-pdf-preview/CAOM-draft.pdf) |
| 19 | +VO-DML source files are in `src/main/resources`. |
13 | 20 |
|
| 21 | +## UML Diagrams |
| 22 | +UML diagrams are created and maintained manually using |
| 23 | +<a href="https://argouml-tigris-org.github.io/tigris/argouml/">ArgoUML</a>. |
14 | 24 |
|
| 25 | +The UML project file and exported images are in `src/uml`. |
| 26 | + |
| 27 | +## License |
15 | 28 | <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> |
16 | 29 | <img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> |
17 | 30 | <br />The Common Archive Observation Model is licensed under the |
18 | 31 | <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> |
19 | 32 | Creative Commons Attribution-ShareAlike 4.0 International License</a>. |
20 | | - |
|
0 commit comments