This repository contains the documentation for the Open Radar Data (ORD) API service.
The ORD API service provides access to EUMETNET OPERA composite products, volume radar data, and a portal for retrieving a selection of national radar products for demonstration.
docs-dev— Development branch for editing and writing documentation (Markdown).main— Integration branch for reviewed and accepted changes.gh-pages— Static html pages built automatically from main using MKDoc and published via GitHub Pages.
https://api.meteogate.eu/documentation/eu-eumetnet-weather-radar (TBD)
Documentation is written, updated and reviewed in docs-dev branch. All documentation work should be done in this branch before publishing.
Changes from this branch are reviewed and merged into the
mainbranch by a pull request. The documentation is then built and published frommainto thegh-pagesbranch via MkDocs and GitHub Actions.
-
Clone the repository and switch to the
docs-devbranch:git clone https://github.com/<org-or-user>/<repo>.git cd <repo> git checkout docs-dev
-
Edit or create Markdown files in the
docs/directory. -
Preview the documentation locally using MkDocs:
mkdocs serve
Then open
http://127.0.0.1:8000in your browser. -
Commit and push your changes:
git add . git commit -m "Describe your update" git push origin docs-dev
-
Open a pull request from
docs-devtomain
This allows review before the changes are published. -
Once merged into
main, the site is built and deployed to thegh-pagesbranch.
The site is automatically built and deployed using a GitHub Actions workflow. The MkDocs tool is used to generate static HTML pages from the Markdown files, and GitHub Pages hosts the final published site. No manual building or deployment is required — changes are automatically published once merged.
All documentation source files are located in the docs/ directory, organized by section:
1-ORD-API-overview.md– Homepage2-ORD-API-discovering-and-accessing-data.md,3-ORD-API-publishing-data.md, etc. – Section contentglossary.md– Supporting material
- MkDocs – Static site generator for documentation
- Material for MkDocs – Theme used for styling and navigation
- GitHub Pages – Used for publishing the site from the
gh-pagesbranch - Read the Docs (optional) – Alternative platform for documentation hosting
For questions, feedback, and conversations, you are welcome to join the MeteoGate Community Discussion Group.
All documentation in this repository is © 2025 EUMETNET and licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).