https://github.com/opengeospatial/cdb-volume-1
Repository for OGC CDB Volume 1
https://github.com/opengeospatial/cdb-volume-1
Last synced: 3 months ago
JSON representation
Repository for OGC CDB Volume 1
- Host: GitHub
- URL: https://github.com/opengeospatial/cdb-volume-1
- Owner: opengeospatial
- Created: 2019-02-11T12:36:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T16:53:58.000Z (over 1 year ago)
- Last Synced: 2025-03-21T17:41:04.371Z (over 1 year ago)
- Language: HTML
- Homepage: http://www.github.com/opengeospatial/cdb-volume-1
- Size: 158 MB
- Stars: 2
- Watchers: 15
- Forks: 2
- Open Issues: 6
-
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 1 Core Requirements
## 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 -a data-uri -o standard_document.pdf standard_document.adoc`