-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.2.0, add changelog
- Loading branch information
1 parent
efb443a
commit 02d7dd6
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
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.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/). | ||
|
||
## Unreleased | ||
|
||
|
||
## 0.2.0 (2024-09-02) | ||
First release of `zampy`. | ||
|
||
`zampy` is designed to retrieve data for LSM model input. It can help you prepare the data within the following steps: | ||
|
||
1. **Download** the data for the specified location(s) / geographical area. | ||
2. **Ingest** data into unified (zampy) format. | ||
3. **Load** the variables in a standardized way (standardized names & standardized units). | ||
4. **Convert** the data to standard formats: | ||
- ALMA / PLUMBER2's ALMA formatted netCDF. | ||
- *CMOR formatted netCDF*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
__author__ = "Bart Schilperoort" | ||
__email__ = "[email protected]" | ||
__version__ = "0.1.0" | ||
__version__ = "0.2.0" | ||
|
||
|
||
__all__ = ["datasets"] |