https://github.com/dmidk/danradocs
Public documentation for the DANRA dataset and user example Jupyter notebooks
https://github.com/dmidk/danradocs
Last synced: 2 months ago
JSON representation
Public documentation for the DANRA dataset and user example Jupyter notebooks
- Host: GitHub
- URL: https://github.com/dmidk/danradocs
- Owner: dmidk
- Created: 2025-08-14T11:21:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T11:42:58.000Z (2 months ago)
- Last Synced: 2026-03-27T22:41:30.656Z (2 months ago)
- Language: Jupyter Notebook
- Homepage: https://dmidk.github.io/danradocs/
- Size: 4.37 MB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Citation: CITATION.cff
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
[](https://doi.org/10.5281/zenodo.17294180)
[](https://doi.org/10.48550/arXiv.2510.04681)
[](https://dmidk.github.io/danradocs/)
[](https://creativecommons.org/licenses/by/4.0/)
# danra-book
This is the jupyter book for the DANRA (Danish Reanalysis) project and dataset.
## Overview
This Jupyter book serves as an interactive guide and documentation for the DANRA dataset.
## Getting Started
To get started with the DANRA book, either visit the documentation at https://dmidk.github.io/danradocs/ or clone the repository and install the required dependencies to run the notebooks locally.
We recommend using PDM to create a virtual environment to manage the dependencies.
```bash
git clone git@gitlab.dmi.dk:nwp/danra/danra-book.git
cd danra-book
pdm install
```
Navigate to the `danra-book/notebooks` directory and start explore and/or create new notebooks.
To add a new notebook, to the jupyter book, you can add the notebook to the `danra-book/notebooks` directory and add the path to the notebook in the `_toc.yml` file.