Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linbuer233/metjl.jl
A Julia package that provides calculation functions commonly used in meteorology
https://github.com/linbuer233/metjl.jl
calculations julia julia-package meteorology
Last synced: 2 months ago
JSON representation
A Julia package that provides calculation functions commonly used in meteorology
- Host: GitHub
- URL: https://github.com/linbuer233/metjl.jl
- Owner: linbuer233
- License: mit
- Created: 2024-09-05T15:53:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:28:00.000Z (2 months ago)
- Last Synced: 2024-10-26T02:58:18.766Z (2 months ago)
- Topics: calculations, julia, julia-package, meteorology
- Language: Julia
- Homepage: https://linbuer233.github.io/MetJl.jl/
- Size: 390 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
![MetJl.jl](/logo.png)
[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://linbuer233.github.io/MetJl.jl/stable)
[![In development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://linbuer233.github.io/MetJl.jl/dev)
[![Build Status](https://github.com/linbuer233/MetJl.jl/workflows/Test/badge.svg)](https://github.com/linbuer233/MetJl.jl/actions)
[![Test workflow status](https://github.com/linbuer233/MetJl.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/linbuer233/MetJl.jl/actions/workflows/Test.yml?query=branch%3Amain)
[![Lint workflow Status](https://github.com/linbuer233/MetJl.jl/actions/workflows/Lint.yml/badge.svg?branch=main)](https://github.com/linbuer233/MetJl.jl/actions/workflows/Lint.yml?query=branch%3Amain)
[![Docs workflow Status](https://github.com/linbuer233/MetJl.jl/actions/workflows/Docs.yml/badge.svg?branch=main)](https://github.com/linbuer233/MetJl.jl/actions/workflows/Docs.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/linbuer233/MetJl.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/linbuer233/MetJl.jl)
[![DOI](https://zenodo.org/badge/852891568.svg)](https://doi.org/10.5281/zenodo.13956120)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
![GitHub contributors](https://img.shields.io/github/contributors/linbuer233/MetJl.jl)MetJl.jl is a Julia language package that provides calculation functions commonly used in meteorology. It is inspired by the calc module in Python's MetPy library. This package aims to provide Julia users with a convenient and efficient tool for processing meteorological data.
## Installation
To install MetJl.jl, you need to use Julia's package manager. Enter the following command at the Julia command line:
```julia
pkg> add MetJl
```## Features
MetJl.jl provides the following functionality:
- Calculate dewpoint temperature
- Calculate relative humidity
- Calculate potential temperature
- Calculate density height
- and other weather-related calculations## Usage
## How to Cite
If you use MetJl.jl in your work, please cite using the reference given in [CITATION.cff](https://github.com/linbuer233/MetJl.jl/blob/main/CITATION.cff).
## Contributing
If you want to make contributions of any kind, please first that a look into our [contributing guide directly on GitHub](docs/src/90-contributing.md) or the [contributing page on the website](https://linbuer233.github.io/MetJl.jl/dev/90-contributing/).
## Contact
If you have any questions or need help, you can contact us by:
- mail:
- project: [MetJl.jl](https://github.com/linbuer233/MetJl.jl)Thanks for using MetJl.jl
---
### Contributors
Linbuer233
💻
📆
📖
🚧
👀
wzzcharles
💻
📖
👀
🤔
---
### Special Thanks
Our project stands on the shoulders of giants. We are grateful to the open source community for the tools, libraries, and frameworks that have made our work easier and more efficient.