Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## unreleased

### Documentation
- Add step 7 to CONTRIBUTING.md requiring contributors to create and upload an example repository to mlcast-community, demonstrating how to download data from their organization, transform it into Zarr format, and request an invitation to join the community in order to publish their repository

## [v0.3.0](https://github.com/mlcast-community/mlcast-datasets/releases/tag/v0.3.0)

This release includes a new radar precipitation dataset from Belgium, as well as the addition of JupyterBook build checks and live preview deployments to all pull requests to ensure that documentation changes are properly rendered and reviewed before being merged.
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ Below follows a list of the general steps for preparing a new dataset for sharin

6. Create a pull-request for your change to the main repository. Please make sure to include a description of your changes and any relevant information about the dataset you are adding. If you have added a new dataset, please include a link to the dataset in the description.

7. Upload a repository to the mlcast-community (https://github.com/mlcast-community) that demonstrates how to download the raw data (if it is open data) and how to transform the raw data into zarr format. You need to join the mlcast-community organization before uploading. Yo can request an invitation by sending an email to mlcast.community@gmail.com or by contacting one of the existing contributors.

Thanks in advance for you contribution!
Loading