https://github.com/opengeospatial/cdb-volume-6
Repository for OGC CDB Volume 6
https://github.com/opengeospatial/cdb-volume-6
Last synced: 3 months ago
JSON representation
Repository for OGC CDB Volume 6
- Host: GitHub
- URL: https://github.com/opengeospatial/cdb-volume-6
- Owner: opengeospatial
- Created: 2019-02-11T12:37:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T20:50:13.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T03:25:31.670Z (about 2 years ago)
- Language: HTML
- Homepage: http://www.github.com/opengeospatial/cdb-volume-6
- Size: 487 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notice to public contributors:
The contributor understands that any contributions, if accepted by the OGC Membership (and eventually the ISO/TC 211), shall be incorporated into the relevant OGC standards documents and that all copyright and intellectual property shall be vested in the OGC.
# OGC CDB Volume 6 Openflight
## Content
This folder contains the text for the standard
* standard_document.adoc - the main standard document with references to all sections
* remaining adocs - each section of the standard document is in a separate document: follow directions in each document to populate
* images - directory for image files used as figures
* requirements - directory for requirements and requirement classes to be referenced in clause_7_normative_text.adoc
* code - sample code to accompany the standard, if desired
* abstract_tests - the Abstract Test Suite comprising one test for every requirement, optional
* UML - UML diagrams, if applicable
## Building
To produce the HTML of the standard run `asciidoctor -a stem=latexmath --safe -a data-uri -o
standard_document.html standard_document.adoc`.
To produce the PDF of the standard run `asciidoctor-pdf -a stem=latexmath --safe -o
standard_document.pdf standard_document.adoc`