https://github.com/opencdms/spec.opencdms.org
🗎 This repository contains the contents of the spec.opencdms.org GitHub pages site
https://github.com/opencdms/spec.opencdms.org
Last synced: about 2 months ago
JSON representation
🗎 This repository contains the contents of the spec.opencdms.org GitHub pages site
- Host: GitHub
- URL: https://github.com/opencdms/spec.opencdms.org
- Owner: opencdms
- License: mit
- Created: 2019-06-17T19:15:53.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T16:51:18.000Z (over 3 years ago)
- Last Synced: 2025-01-28T15:41:16.331Z (over 1 year ago)
- Language: Python
- Homepage: https://spec.opencdms.org
- Size: 323 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spec.opencdms.org
This repository contains the contents of the `spec.opencdms.org` GitHub pages site. Along with files and scripts to automatically create the content.
### Creating JSON files
Run `scripts/create-json.py` to create JSON files based on the `INPUT_FILEPATH` variable defined in the script.
### Creating GitHub issues
The example below will create 10 issues from the CDMS specifications Excel sheet in the `temp-repo` repository where the Number column is like `4*`
`$ scripts/create-issue.py --username opencdms --repo temp-repo --issue-limit 10 --required-title-prefix 4`