All Projects → atmtools → typhon

atmtools / typhon

Licence: MIT license
Tools for atmospheric research

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to typhon

arts
The Atmospheric Radiative Transfer Simulator
Stars: ✭ 43 (-8.51%)
Mutual labels:  radiative-transfer, atmospheric-science
peakutils
PeakUtils mirror from bitbucket.
Stars: ✭ 25 (-46.81%)
Mutual labels:  science
elife-xpub
eLife is an open-access journal and technology provider that publishes promising research in the life and biomedical sciences. This is their implementation of a submission and peer review system based on Coko PubSweet and xPub.
Stars: ✭ 29 (-38.3%)
Mutual labels:  science
C2-Ray3Dm
The 3D version of C2-Ray for multiple sources, hydrogen only
Stars: ✭ 16 (-65.96%)
Mutual labels:  radiative-transfer
galaksio
An easy-to-use way for running Galaxy workflows.
Stars: ✭ 19 (-59.57%)
Mutual labels:  science
WRF-Install-Script
Install WRF with required libraries
Stars: ✭ 43 (-8.51%)
Mutual labels:  atmospheric-science
chemispy
A library for using chemistry in your applications
Stars: ✭ 28 (-40.43%)
Mutual labels:  science
scitizen
Scitizen - Help scientific research for the benefit of mankind and humanity 🔬
Stars: ✭ 21 (-55.32%)
Mutual labels:  science
SHARE
SHARE is building a free, open, data set about research and scholarly activities across their life cycle.
Stars: ✭ 93 (+97.87%)
Mutual labels:  science
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+163.83%)
Mutual labels:  science
libmol
Single Page Web Application for displaying and studying molecular models
Stars: ✭ 29 (-38.3%)
Mutual labels:  science
PH5
Library of PH5 clients, apis, and utilities
Stars: ✭ 14 (-70.21%)
Mutual labels:  science
Benzina
Benzina is an image-loader package that greatly accelerates image loading onto GPUs using their built-in hardware codecs.
Stars: ✭ 36 (-23.4%)
Mutual labels:  science
hacker-laws-tr
💻📖 Programcıların faydalı bulacağı yasalar, teoriler, prensipler ve desenler. #hackerlaws
Stars: ✭ 810 (+1623.4%)
Mutual labels:  science
range3
Range Software - Finite Element Analysis
Stars: ✭ 31 (-34.04%)
Mutual labels:  radiative-transfer
butler
Butler is a framework for running scientific workflows on public and academic clouds.
Stars: ✭ 68 (+44.68%)
Mutual labels:  science
HackTheStacks
The 3rd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (-31.91%)
Mutual labels:  science
dualnback
In n-back task you need to remember n previous spatial or auditory stimuli. N-back is a memory test where n refers on how many previous stimuli must be remembered. Dual means that verbal auditory stimulus and spatial visual stimulus are presented at the same time and must be remembered separately.
Stars: ✭ 22 (-53.19%)
Mutual labels:  science
sciware
Learning materials for scientific software development
Stars: ✭ 40 (-14.89%)
Mutual labels:  science
Git-for-bio-scientists
Presentation about digital lab journalling with Git
Stars: ✭ 30 (-36.17%)
Mutual labels:  science

PyPI version Anaconda-Server Badge DOI Test

typhon - Tools for atmospheric research

Installation

Typhon requires Python version 3.6 or higher. The recommended way to get Python is through Anaconda. But of course, any other Python distribution is also working.

Stable release

The latest stable release of typhon can be installed using conda (recommended)

$ conda install -c rttools typhon

or pip

$ pip install typhon

Development version

Check our information on how to setup a development environment for typhon.

Testing

Typhon contains a simple testing framework using pytest. It is good practice to write tests for all your functions and classes. Those tests may not be too extensive but should cover the basic use cases to ensure correct behavior through further development of the package.

Tests can be run on the command line...

$ pytest --pyargs typhon

or using the Python interpreter:

import typhon
typhon.test()

Configuration

Typhon supports a configuration file in configparser syntax. The configuration is handled by the typhon.config module. The default file location is ~/.typhonrc but can be changed using the TYPHONRC environment variable.

Documentation

A recent build of the documentation is accessible online. Kindly note that bleeding edge features might not be covered.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].