Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tum-esm/pyra
Pyra: Automated EM27/SUN Greenhouse Gas Measurements
https://github.com/tum-esm/pyra
autonomous bruker camtracker cli click climate docusaurus em27 emissions fabric monitoring mypy opus poetry python sensor spectrometry tailwindcss tauri typescript
Last synced: about 2 months ago
JSON representation
Pyra: Automated EM27/SUN Greenhouse Gas Measurements
- Host: GitHub
- URL: https://github.com/tum-esm/pyra
- Owner: tum-esm
- License: gpl-3.0
- Created: 2022-02-25T18:46:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T13:35:04.000Z (3 months ago)
- Last Synced: 2024-10-29T22:31:59.990Z (2 months ago)
- Topics: autonomous, bruker, camtracker, cli, click, climate, docusaurus, em27, emissions, fabric, monitoring, mypy, opus, poetry, python, sensor, spectrometry, tailwindcss, tauri, typescript
- Language: Python
- Homepage: https://pyra.esm.ei.tum.de/docs
- Size: 25.2 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-sustainable-technology - Pyra - Automated EM27/SUN Greenhouse Gas Measurement Software. (Emissions / Emission Observation and Modeling)
README
# Pyra: Automated EM27/SUN Greenhouse Gas Measurement Software
**Source Code:** https://github.com/tum-esm/pyra (this website)
**Documentation:** https://pyra.esm.ei.tum.de/docs
**Contributor Guide:** https://pyra.esm.ei.tum.de/docs/contributor-guide/becoming-a-contributor[![](https://joss.theoj.org/papers/d47b5197eb098bccfbd27b6a6c441cb4/status.svg)](https://joss.theoj.org/papers/d47b5197eb098bccfbd27b6a6c441cb4)
[![](https://img.shields.io/github/v/tag/tum-esm/pyra?label=Latest%20Release&color=%23e11d48&cacheSeconds=60)
](https://github.com/tum-esm/pyra/releases)
[![GitHub License](https://img.shields.io/github/license/tum-esm/pyra?label=License&color=%23e11d48&cacheSeconds=3600)
](https://github.com/tum-esm/pyra/blob/main/LICENSE.md)
[![](https://img.shields.io/github/actions/workflow/status/tum-esm/pyra/test-python-code.yaml?label=Python%20CI%20Tests&cacheSeconds=60)
](https://github.com/tum-esm/pyra/actions)
[![](https://img.shields.io/github/actions/workflow/status/tum-esm/pyra/test-typescript-code.yaml?label=TypeScript%20CI%20Tests&cacheSeconds=60)
](https://github.com/tum-esm/pyra/actions)
## What is Pyra?
Pyra (name based on [Python]() and [Ra](https://en.wikipedia.org/wiki/Ra)) is a software that automates the operation of [EM27/SUN](https://www.bruker.com/en/products-and-solutions/infrared-and-raman/remote-sensing/em27-sun-solar-absorption-spectrometer.html) measurement setups. Operating EM27/SUN devices requires a lot of human interaction. Pyra makes it possible to operate these devices 24/7 autonomously.
Pyra has enabled us, the **[Professorship of Environmental Sensing and Modeling](https://www.ee.cit.tum.de/en)** at the **[Technical University of Munich](https://www.tum.de/en)** to collect continuous data from 5 stations around the city of Munich since 2019 using [MUCCnet](https://atmosphere.ei.tum.de/). Versions 1 to 3 of Pyra have been experimental tools improved internally since 2016. The goal of version 4 is to make Pyra even more stable, easy to understand and extend, and usable by the whole EM27/SUN community.
![](packages/docs/static/img/docs/muccnet-image-roof.jpg)
The software is licensed under GPLv3 and is open-sourced here, on GitHub: https://github.com/tum-esm/pyra. Pyra has been published in the Journal of Open Source Software (JOSS): https://doi.org/10.21105/joss.05131.
## Citing Pyra
Whenever using data generated by Pyra, please make sure to cite the following two papers. With the first one (MUCCnet), we developed the versions 1 to 3 of Pyra internally. With the second one (Pyra), we turned Pyra into a reusable open-source software.
**APA Style:**
Dietrich, F., Chen, J., Voggenreiter, B., Aigner, P., Nachtigall, N., and Reger, B.: MUCCnet: Munich Urban Carbon Column network, Atmos. Meas. Tech., 14, 1111–1126, https://doi.org/10.5194/amt-14-1111-2021, 2021.
Aigner, P., Makowski, M., Luther, A., Dietrich, F., & Chen, J. (2023). Pyra: Automated EM27/SUN Greenhouse Gas Measurement Software. Journal of Open Source Software, 8(84), 5131. https://doi.org/10.21105/joss.05131
**BibTex:**
```bibtex
@article{Dietrich2021,
author = {Dietrich, F. and Chen, J. and Voggenreiter, B. and Aigner, P. and Nachtigall, N. and Reger, B.},
title = {MUCCnet: Munich Urban Carbon Column network},
journal = {Atmospheric Measurement Techniques},
volume = {14},
year = {2021},
number = {2},
pages = {1111--1126},
url = {https://amt.copernicus.org/articles/14/1111/2021/},
doi = {10.5194/amt-14-1111-2021}
}
@article{Aigner2023,
doi = {10.21105/joss.05131},
url = {https://doi.org/10.21105/joss.05131},
year = {2023},
publisher = {The Open Journal},
volume = {8},
number = {84},
pages = {5131},
author = {Patrick Aigner and Moritz Makowski and Andreas Luther and Florian Dietrich and Jia Chen},
title = {Pyra: Automated EM27/SUN Greenhouse Gas Measurement Software},
journal = {Journal of Open Source Software}
}
```