https://github.com/atmtools/pyarts-fluxes
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: atmtools
- Language: Python
- Default Branch: main
- Size: 136 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
pyarts-fluxes
Python module for calculating radiative fluxes with ARTS. The module is an easy-to-use wrapper to calculate radiative fluxes with ARTS. The idea behind is to prepare a basic setup so that the user can easily calculate radiative fluxes with ARTS without having to deal with the actual ARTS simulation setup. Expierenceed users can still access the ARTS workspace and modify it as they like.
Get ARTS (pyarts): https://radiativetransfer.org/getarts/
Requirements
pyarts-fluxes requires the following Python packages:
- pyarts >=2.6.6
Installation
To install pyarts-fluxes, clone the repository and run the setup script:
bash
git clone https://github.com/atmtools/pyarts-fluxes
cd pyarts-fluxes
python -m pip install --user -e .
Usage
See the examples in the examples folder for usage.
Owner
- Name: atmtools
- Login: atmtools
- Kind: organization
- Repositories: 20
- Profile: https://github.com/atmtools
GitHub Events
Total
- Watch event: 2
- Push event: 6
- Pull request event: 19
- Fork event: 1
Last Year
- Watch event: 2
- Push event: 6
- Pull request event: 19
- Fork event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 18
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 14
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- m-brath (22)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- numpy *