Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yt-project/yt
Main yt repository
https://github.com/yt-project/yt
analysis astronomy astrophysics data data-visualization finite-element-analysis geophysics nuclear-engineering python scientific-computing scientific-visualization visualization
Last synced: 6 days ago
JSON representation
Main yt repository
- Host: GitHub
- URL: https://github.com/yt-project/yt
- Owner: yt-project
- License: other
- Created: 2017-04-19T18:16:11.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:11:11.000Z (7 days ago)
- Last Synced: 2024-10-29T17:20:30.488Z (7 days ago)
- Topics: analysis, astronomy, astrophysics, data, data-visualization, finite-element-analysis, geophysics, nuclear-engineering, python, scientific-computing, scientific-visualization, visualization
- Language: Python
- Homepage: http://yt-project.org
- Size: 391 MB
- Stars: 468
- Watchers: 21
- Forks: 278
- Open Issues: 402
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.rst
- License: COPYING.txt
- Citation: CITATION
Awesome Lists containing this project
- awesome-scientific-computing - GitHub
README
# The yt Project
[![PyPI](https://img.shields.io/pypi/v/yt)](https://pypi.org/project/yt)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/yt)](https://pypi.org/project/yt/)
[![Latest Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://yt-project.org/docs/dev/)
[![Users' Mailing List](https://img.shields.io/badge/Users-List-lightgrey.svg)](https://mail.python.org/archives/list/[email protected]//)
[![Devel Mailing List](https://img.shields.io/badge/Devel-List-lightgrey.svg)](https://mail.python.org/archives/list/[email protected]//)
[![Data Hub](https://img.shields.io/badge/data-hub-orange.svg)](https://hub.yt/)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
[![Sponsor our Project](https://img.shields.io/badge/donate-to%20yt-blueviolet)](https://numfocus.salsalabs.org/donate-to-yt/index.html)[![Build and Test](https://github.com/yt-project/yt/actions/workflows/build-test.yaml/badge.svg)](https://github.com/yt-project/yt/actions/workflows/build-test.yaml)
[![CI (bleeding edge)](https://github.com/yt-project/yt/actions/workflows/bleeding-edge.yaml/badge.svg)](https://github.com/yt-project/yt/actions/workflows/bleeding-edge.yaml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/yt-project/yt/main.svg)](https://results.pre-commit.ci/latest/github/yt-project/yt/main)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)yt is an open-source, permissively-licensed Python library for analyzing and
visualizing volumetric data.yt supports structured, variable-resolution meshes, unstructured meshes, and
discrete or sampled data such as particles. Focused on driving
physically-meaningful inquiry, yt has been applied in domains such as
astrophysics, seismology, nuclear engineering, molecular dynamics, and
oceanography. Composed of a friendly community of users and developers, we want
to make it easy to use and develop - we'd love it if you got involved!We've written a [method
paper](https://ui.adsabs.harvard.edu/abs/2011ApJS..192....9T) you may be interested
in; if you use yt in the preparation of a publication, please consider citing
it.## Code of Conduct
yt abides by a code of conduct partially modified from the PSF code of conduct,
and is found [in our contributing
guide](http://yt-project.org/docs/dev/developing/developing.html#yt-community-code-of-conduct).## Installation
You can install the most recent stable version of yt either with conda from
[conda-forge](https://conda-forge.org/):```shell
conda install -c conda-forge yt
```or with pip:
```shell
python -m pip install yt
```More information on the various ways to install yt, and in particular to install from source,
can be found on [the project's website](https://yt-project.org/docs/dev/installing.html).## Getting Started
yt is designed to provide meaningful analysis of data. We have some Quickstart
example notebooks in the repository:* [Introduction](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/1\)_Introduction.ipynb)
* [Data Inspection](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/2\)_Data_Inspection.ipynb)
* [Simple Visualization](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/3\)_Simple_Visualization.ipynb)
* [Data Objects and Time Series](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/4\)_Data_Objects_and_Time_Series.ipynb)
* [Derived Fields and Profiles](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/5\)_Derived_Fields_and_Profiles.ipynb)
* [Volume Rendering](https://github.com/yt-project/yt/tree/main/doc/source/quickstart/6\)_Volume_Rendering.ipynb)If you'd like to try these online, you can visit our [yt Hub](https://hub.yt/)
and run a notebook next to some of our example data.## Contributing
We love contributions! yt is open source, built on open source, and we'd love
to have you hang out in our community.We have developed some [guidelines](CONTRIBUTING.rst) for contributing to yt.
**Imposter syndrome disclaimer**: We want your help. No, really.
There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those
mistakes. That's how we all improve, and we are happy to help others learn.Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.(This disclaimer was originally written by
[Adrienne Lowe](https://github.com/adriennefriend) for a
[PyCon talk](https://www.youtube.com/watch?v=6Uj746j9Heo), and was adapted by yt
based on its use in the README file for the
[MetPy project](https://github.com/Unidata/MetPy))## Resources
We have some community and documentation resources available.
* Our latest documentation is always at http://yt-project.org/docs/dev/ and it
includes recipes, tutorials, and API documentation
* The [discussion mailing
list](https://mail.python.org/archives/list/[email protected]//)
should be your first stop for general questions
* The [development mailing
list](https://mail.python.org/archives/list/[email protected]//) is
better suited for more development issues
* You can also join us on Slack at yt-project.slack.com ([request an
invite](https://yt-project.org/slack.html))Is your code compatible with yt ? Great ! Please consider giving us a shoutout as a shiny badge in your README
- markdown
```markdown
[![yt-project](https://img.shields.io/static/v1?label="works%20with"&message="yt"&color="blueviolet")](https://yt-project.org)
```
- rst
```reStructuredText
|yt-project|.. |yt-project| image:: https://img.shields.io/static/v1?label="works%20with"&message="yt"&color="blueviolet"
:target: https://yt-project.org
```## Powered by NumFOCUS
yt is a fiscally sponsored project of [NumFOCUS](https://numfocus.org/).
If you're interested in
supporting the active maintenance and development of this project, consider
[donating to the project](https://numfocus.salsalabs.org/donate-to-yt/index.html).