https://github.com/darothen/py-mie
Python wrapper for Mie theory libraries used in aerosol radiative calculations
Science Score: 33.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com, zenodo.org -
✓Committers with academic emails
3 of 5 committers (60.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Repository
Python wrapper for Mie theory libraries used in aerosol radiative calculations
Basic Info
- Host: GitHub
- Owner: darothen
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Size: 2.16 MB
Statistics
- Stars: 13
- Watchers: 4
- Forks: 7
- Open Issues: 4
- Releases: 0
Metadata Files
README.md
Mie Library
This library wraps several Fortran implementations of Mie theory calculators ([1], [2], ... ) with a Python interface. The Fortran code itself has not been changed from their original form, and two-levels of drivers are available to run them. At the moment, an interface to the raw Mie codes (with all input parameters and output quantities) is not provided, although this functionality will probably be added in the future.
Installation
Currently, you can install the package directly from the source code or via pip. To install directly from source, download the source code and execute:
bash
$ pip install -e .
The package can also be installed directly from GitHub via the command:
bash
$ pip install git+https://github.com/darothen/py-mie.git@branch-name
The only package dependency is f2py via numpy or scipy.
Unit Tests
To run the unit tests using nosetests, run the following:
bash
$ nosetests
Authors
This library was packaged by Daniel Rothenberg (Massachusetts Institute of Technology). The Mie code and specialized interfaces have been provided by:
- Rahul Zaveri (Pacific Northwest National Labs)
- Alexander Avramov (Massachusetts Institute of Technology)
Citation
If this wrapper library was useful to you, please consider citing its DOI along with the relevant scientific citation to one of the References below. It's up to us to change our academic culture and ensure that researchers who take the time to build useful tools are properly credited for their hard work!
References
Owner
- Name: Daniel Rothenberg
- Login: darothen
- Kind: user
- Location: Frederick, CO
- Company: Waymo
- Website: http://www.danielrothenberg.com
- Twitter: danrothenberg
- Repositories: 72
- Profile: https://github.com/darothen
Tech Lead @ Waymo | Weather/Climate Scientist | Pythonista | ex-Chief Scientist @ ClimaCell/Tomorrow.io | Formerly Postdoc Associate @ MIT EAPS/IDSS/CGCS
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 37
- Total Committers: 5
- Avg Commits per committer: 7.4
- Development Distribution Score (DDS): 0.351
Top Committers
| Name | Commits | |
|---|---|---|
| Daniel Rothenberg | d****n@m****u | 24 |
| David H Hagan | d****n@m****u | 7 |
| David H Hagan | d****d@d****m | 3 |
| Thomas Hisch | t****h@t****t | 2 |
| Thomas Hisch | t****h@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 6
- Total pull requests: 9
- Average time to close issues: 8 months
- Average time to close pull requests: about 2 months
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 2.17
- Average comments per pull request: 0.33
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- dhhagan (5)
- thisch (1)
Pull Request Authors
- dhhagan (7)
- thisch (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 4 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 1
- Total maintainers: 1
pypi.org: py-mie
Python wrapper for Mie theory calculators
- Homepage: http://github.com/darothen/py-mie
- Documentation: https://py-mie.readthedocs.io/
- License: MIT
-
Latest release: 0.4.2.post1
published over 8 years ago
Rankings
Maintainers (1)
Dependencies
- numpy *