pyrt_disort
A Python package for helping to compute input arrays to DISORT.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Keywords
radiative-transfer
Last synced: 7 months ago
·
JSON representation
·
Repository
A Python package for helping to compute input arrays to DISORT.
Basic Info
- Host: GitHub
- Owner: mjwolff
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Homepage: https://kconnour.github.io/pyRT_DISORT/
- Size: 24.9 MB
Statistics
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 8
- Releases: 1
Topics
radiative-transfer
Created over 5 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Contributing
License
Citation
README.rst
.. image:: https://github.com/mjwolff/pyRT_DISORT/workflows/CI/badge.svg?branch=main
:target: https://github.com/mjwolff/pyRT_DISORT/actions?workflow=CI
:alt: CI Status
pyRT_DISORT
===========
pyRT_DISORT is a Python package that creates inputs to the the DISORT core
radiative transfer algorithm. It is now a companion repository to `pyDISORT
`_ (pyDISORT contains the code to create
the binarized version of DISORT whereas pyRT_DISORT is a project to simply
create many of the arrays and constants required by DISORT).
The best way to get started with pyRT_DISORT is to check out the
`documentation `_.
Acknowledgement
---------------
This work was performed for the Jet Propulsion Laboratory, California Institute
of Technology, sponsored by the United States Government under Prime Contract
NNN13D496T between Caltech and NASA under subcontract number 1511125.
Citation (CITATION.cff)
cff-version: "1.1.0"
message: "If you use this software, please cite it using these metadata."
authors:
-
affiliation: "Space Science Institute / Laboratory for Atmospheric and Space Physics"
family-names: Connour
given-names: Kyle
orcid: "https://orcid.org/0000-0003-0858-2511"
-
affiliation: "Space Science Institute"
family-names: Wolff
given-names: Michael
orcid: "https://orcid.org/0000-0002-1127-8329"
title: "pyRT_DISORT: A pre-processing front-end to help make DISORT simulations easier in Python"
version: "1.0.0"
license: "BSD-3-Clause"
repository-code: "https://github.com/kconnour/pyRT_DISORT"
GitHub Events
Total
- Watch event: 2
- Member event: 1
- Fork event: 2
Last Year
- Watch event: 2
- Member event: 1
- Fork event: 2
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| kyle | k****1@g****m | 305 |
| Kyle | k****r@g****m | 56 |
| Kyle Connour | k****4@c****u | 7 |
| Aurélien Stcherbinine | 3****e | 1 |
Committer Domains (Top 20 + Academic)
colorado.edu: 1
Dependencies
requirements.txt
pypi
- astropy ==4.2.1
- numpy ==1.20.2
- pandas ==1.2.4
- pyerfa ==1.7.2
- python-dateutil ==2.8.1
- pytz ==2021.1
- scipy ==1.6.2
- six ==1.15.0
.github/workflows/ci.yaml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite